Advertisement
Guest User

GCC

a guest
Feb 4th, 2011
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. .text
  2. .globl _main
  3. _main:
  4. LFB2:
  5. pushq %rbp
  6. LCFI0:
  7. movq %rsp, %rbp
  8. LCFI1:
  9. movl $0, %eax
  10. leave
  11. ret
  12. LFE2:
  13. .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
  14. EH_frame1:
  15. .set L$set$0,LECIE1-LSCIE1
  16. .long L$set$0
  17. LSCIE1:
  18. .long 0x0
  19. .byte 0x1
  20. .ascii "zR\0"
  21. .byte 0x1
  22. .byte 0x78
  23. .byte 0x10
  24. .byte 0x1
  25. .byte 0x10
  26. .byte 0xc
  27. .byte 0x7
  28. .byte 0x8
  29. .byte 0x90
  30. .byte 0x1
  31. .align 3
  32. LECIE1:
  33. .globl _main.eh
  34. _main.eh:
  35. LSFDE1:
  36. .set L$set$1,LEFDE1-LASFDE1
  37. .long L$set$1
  38. LASFDE1:
  39. .long LASFDE1-EH_frame1
  40. .quad LFB2-.
  41. .set L$set$2,LFE2-LFB2
  42. .quad L$set$2
  43. .byte 0x0
  44. .byte 0x4
  45. .set L$set$3,LCFI0-LFB2
  46. .long L$set$3
  47. .byte 0xe
  48. .byte 0x10
  49. .byte 0x86
  50. .byte 0x2
  51. .byte 0x4
  52. .set L$set$4,LCFI1-LCFI0
  53. .long L$set$4
  54. .byte 0xd
  55. .byte 0x6
  56. .align 3
  57. LEFDE1:
  58. .subsections_via_symbols
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement