13 lines
415 B
Makefile
13 lines
415 B
Makefile
#source: emit-relocs-279.s
|
|
#ld: -T relocs.ld --defsym target=0xc000 --defsym target2=0x45678 -e0 --emit-relocs
|
|
#error: .*truncated.*target2.*
|
|
#objdump: -dr
|
|
#...
|
|
+10000: 8a000000 and .*
|
|
+10004: 8a000000 and .*
|
|
+10008: 8a000000 and .*
|
|
+1000c: 8a000000 and .*
|
|
+10010: 17ffeffc b c000 <target>
|
|
+10010: R_AARCH64_TSTBR14 target
|
|
+10014: 17ffefff b c010 <target\+0x10>
|
|
+10014: R_AARCH64_TSTBR14 target\+0x10
|