aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/pr27100.t
blob: b94b8e90a2d9604b929cd267ade635838dc6b723 (plain)
1
2
SECTIONS { .data ALIGN (16) : { aa = .; LONG(0xdeadbeef); . = ALIGN (16); } }
SECTIONS { .data ALIGN (16) : { bb = .; LONG(0x00c0ffee); . = ALIGN (16); } }