Advertisement
Guest User

Untitled

a guest
Dec 20th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1.  
  2. [imac]$ or1k-linux-gcc -c crtendS.c [devel]
  3. [imac]$ or1k-linux-objdump -j .eh_frame -s crtendS.o [devel]
  4.  
  5. crtendS.o: file format elf32-or1k
  6.  
  7. Contents of section .eh_frame:
  8. 0000 00000000 00000010 00000000 017a5200 .............zR.
  9. 0010 047c0901 1b000000 00000018 00000018 .|..............
  10. 0020 00000000 00000068 00418202 410d0242 .......h.A..A..B
  11. 0030 89010000 00000018 00000034 00000000 ...........4....
  12. 0040 00000024 00418202 410d0242 89010000 ...$.A..A..B....
  13.  
  14.  
  15. [imac]$ or1k-linux-gcc -c conftest.c [devel]
  16. [imac]$ or1k-linux-objdump -j .eh_frame -s conftest.o [devel]
  17.  
  18. conftest.o: file format elf32-or1k
  19.  
  20. Contents of section .eh_frame:
  21. 0000 00000010 00000000 017a5200 047c0901 .........zR..|..
  22. 0010 1b000000 00000014 00000018 00000000 ................
  23. 0020 0000002c 00418201 410d0200 ...,.A..A...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement