emit-relocs-1a.s 316 B

123456789101112131415161718192021222324
  1. .text
  2. .align 4
  3. .globl _start
  4. _start:
  5. nop
  6. .section .merge1,"aMS",@progbits,1
  7. A: .string "utter"
  8. .section .merge2,"aMS",@progbits,1
  9. B: .string "tasting"
  10. .section .merge3,"aM",@progbits,4
  11. C: .4byte 0x100
  12. D: .4byte 0x200
  13. .data
  14. .align 4
  15. E: .4byte E
  16. .4byte E + 0x1000
  17. .4byte A
  18. .4byte B
  19. .4byte C
  20. .4byte D