Add a test case for skip with inlined functions
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / emit-relocs-288.d
1 #source: emit-relocs-288.s
2 #ld: -T relocs.ld --defsym tempy=0x1ffff --defsym tempy2=0x20000 --defsym tempy3=0x0 -e0 --emit-relocs
3 #objdump: -dr
4
5 #...
6 +10000: f29fffe4 movk x4, #0xffff
7 10000: R_AARCH64_MOVW_PREL_G0_NC tempy
8 +10004: f29fff87 movk x7, #0xfffc
9 10004: R_AARCH64_MOVW_PREL_G0_NC tempy2
10 +10008: f29fff11 movk x17, #0xfff8
11 10008: R_AARCH64_MOVW_PREL_G0_NC tempy3
This page took 0.03271 seconds and 4 git commands to generate.