mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-13 03:29:50 +00:00
16 lines
447 B
Makefile
16 lines
447 B
Makefile
#source: emit-relocs-22.s
|
|
#as: -mabi=ilp32
|
|
#ld: -m [aarch64_choose_ilp32_emul] -T relocs-ilp32.ld --defsym foo1=0x12345 --defsym foo2=0x1234 -e0 --emit-relocs
|
|
#objdump: -dr
|
|
|
|
.*: +file format .*
|
|
|
|
|
|
Disassembly of section \.text:
|
|
|
|
.* <\.text>:
|
|
+10000: 528468ad mov w13, #0x2345 // #9029
|
|
+10000: R_AARCH64_P32_MOVW_PREL_G0 foo1
|
|
+10004: 129db9f1 mov w17, #0xffff1230 // #-60880
|
|
+10004: R_AARCH64_P32_MOVW_PREL_G0 foo2
|