home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / atari / st / tech / 4130 < prev    next >
Encoding:
Text File  |  1992-07-23  |  1.8 KB  |  45 lines

  1. Newsgroups: comp.sys.atari.st.tech
  2. Path: sparky!uunet!Cadence.COM!cadence.com!bammi
  3. From: bammi@acae127.cadence.com (Jwahar R. Bammi)
  4. Subject: Re: GNU C object file format (.o)
  5. In-Reply-To: rosenkra@convex.com's message of Tue, 21 Jul 1992 00:38:17 GMT
  6. Message-ID: <BAMMI.92Jul23134147@acae127.cadence.com>
  7. Sender: usenet@Cadence.COM (Usenet News)
  8. Nntp-Posting-Host: acae127
  9. Organization: Cadence Design Systems
  10. References: <1992Jul21.003817.25951@convex.com>
  11. Date: Sat, 11 Jul 1992 05:57:47 GMT
  12. Lines: 31
  13.  
  14. In article <1992Jul21.003817.25951@convex.com> rosenkra@convex.com (William Rosenkranz) writes:
  15. > after grepping around my GNU C included directory, i could not find a
  16. > file describing the object file format (ie .o files). the st-out.h file
  17. ....
  18. > i od'ed a few .o files and sort of figured out what they look like but
  19. > i was wondering if this is more formally documented. i suppose looking
  20. > at the src to ld would help and i will do that eventually. i also have
  21.  
  22.     oh boy! if you had only looked a few one more step further:
  23. in the utilsrc archive you would find <gnu-out.h> that documents
  24. what you are looking for. the stab information is in stab.h/stab.def
  25.  also, in the documentation.zoo archive you should find a paper on
  26. a.out, that will help you decipcher some of this stuff.
  27. (oh another confusing point: do NOT bother looking in symseg.h, its
  28. the old gdb stuff that is NOT used any more).
  29.  
  30. > finally, is the .o format for gcc 2.x identical to that for 1.4 (gas 1.38)?
  31.     yes, exactly the same. (the details of the stab contents
  32. changed slightly, at some point, but that does not effect anything,
  33. only effects gdb, and atariST-gdb knows about that change).
  34.  
  35. cheers,
  36. --
  37. --
  38. bang:   uunet!cadence!bammi            jwahar r. bammi
  39. domain: bammi@cadence.com
  40. GEnie:    J.Bammi
  41. CIS:    71515,155
  42.