ld/x86: Update -z report-relative-reloc
[binutils-gdb.git] / ld / testsuite / ld-scripts / map-address.t
1 SECTIONS
2 {
3 def1 = DEFINED(foo) ? 0x10 : 0x20;
4 def2 = def1;
5 . = 0x10001;
6 foo = .;
7 . += 0x200;
8 bar = .;
9 . = ALIGN (4);
10 frob = .;
11
12 . = 0x10000;
13 .text : { *(.text) }
14 }