pr19005.s 195 B

1234567891011
  1. .section .foo,"ax",%progbits
  2. .globl _start
  3. .type _start, %function
  4. _start:
  5. .byte 0x10
  6. .section .bar,"ax",%progbits
  7. .globl aligned
  8. .type aligned, %function
  9. .p2align 5
  10. aligned:
  11. .byte 0x20