emit-relocs-22.d 447 B

123456789101112131415
  1. #source: emit-relocs-22.s
  2. #as: -mabi=ilp32
  3. #ld: -m [aarch64_choose_ilp32_emul] -T relocs-ilp32.ld --defsym foo1=0x12345 --defsym foo2=0x1234 -e0 --emit-relocs
  4. #objdump: -dr
  5. .*: +file format .*
  6. Disassembly of section \.text:
  7. .* <\.text>:
  8. +10000: 528468ad mov w13, #0x2345 // #9029
  9. +10000: R_AARCH64_P32_MOVW_PREL_G0 foo1
  10. +10004: 129db9f1 mov w17, #0xffff1230 // #-60880
  11. +10004: R_AARCH64_P32_MOVW_PREL_G0 foo2