ld/x86: Update -z report-relative-reloc
[binutils-gdb.git] / ld / testsuite / ld-scripts / pr27100.t
1 SECTIONS { .data ALIGN (16) : { aa = .; LONG(0xdeadbeef); . = ALIGN (16); } }
2 SECTIONS { .data ALIGN (16) : { bb = .; LONG(0x00c0ffee); . = ALIGN (16); } }