pr22150b.s 223 B

12345678910111213
  1. .section .text._start,"ax",%progbits
  2. .globl _start
  3. .type _start, %function
  4. _start:
  5. .byte 0
  6. .size _start, .-_start
  7. .section .text.bar,"ax",%progbits
  8. .globl foo
  9. .type foo, %function
  10. foo:
  11. .dc.a bar
  12. .size foo, .-foo