pr25490-4.s 452 B

1234567891011121314151617181920
  1. .section .text.bar,"ax",%progbits
  2. .globl bar
  3. .type bar, %function
  4. bar:
  5. .section __patchable_function_entries,"awo",%progbits,bar
  6. .dc.a .LPFE1
  7. .section .text.bar,"ax",%progbits
  8. .LPFE1:
  9. .byte 0
  10. .section .text._start,"ax",%progbits
  11. .globl _start
  12. .type _start, %function
  13. _start:
  14. .section __patchable_function_entries,"awo",%progbits,_start
  15. .dc.a .LPFE2
  16. .section .text._start,"ax",%progbits
  17. .LPFE2:
  18. .byte 0
  19. .section .note,"",%note
  20. .dc.a bar