Add a test case for skip with inlined functions
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / emit-relocs-291.d
CommitLineData
1daf502a
RL
1#source: emit-relocs-291.s
2#ld: -Ttext 0x1000000000000 --defsym tempy=0x1ffffffffffff --defsym tempy2=0x1ffff00000000 -defsym tempy3=0x8 -e0 --emit-relocs
3#objdump: -dr
4
5#...
6 +1000000000000: d2dfffe4 mov x4, #0xffff00000000 // #281470681743360
7 1000000000000: R_AARCH64_MOVW_PREL_G2 tempy
8 +1000000000004: d2dfffc7 mov x7, #0xfffe00000000 // #281466386776064
9 1000000000004: R_AARCH64_MOVW_PREL_G2 tempy2
10 +1000000000008: 92dffff1 mov x17, #0xffff0000ffffffff // #-281470681743361
11 1000000000008: R_AARCH64_MOVW_PREL_G2 tempy3
This page took 0.130011 seconds and 4 git commands to generate.