mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-27 14:50:23 +00:00
13 lines
352 B
Makefile
13 lines
352 B
Makefile
#source: emit-relocs1.s
|
|
#ld: -Ttext 0x10000 --defsym target=0xc000 -e0 --emit-relocs
|
|
#objdump: -dr
|
|
#...
|
|
+10000: e1a00000 nop .*
|
|
+10004: e1a00000 nop .*
|
|
+10008: e1a00000 nop .*
|
|
+1000c: e1a00000 nop .*
|
|
+10010: eaffeffa b c000 <target>
|
|
+10010: R_ARM_(JUMP|PC)24 target
|
|
+10014: eaffeffd b c010 <target\+0x10>
|
|
+10014: R_ARM_(JUMP|PC)24 target
|