4 /* Alignment at beginning shouldn't result in empty section being kept. */
9 /* Same for alignment at beginning and end. */
15 /* Same for alignment just at end, although we need to be careful in
16 the expression used to align. */
20 . = ALIGN (. != 0 ? 4096 : 1);
22 /* Same when setting vma and lma. This also shouldn't result in
24 .text4 ADDR (.text3) + SIZEOF (.text3) + 8192 : AT (LOADADDR (.text3))