home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / utils / bug / 1570 < prev    next >
Encoding:
Text File  |  1992-09-11  |  1.4 KB  |  43 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!synoptics.com!asmith
  3. From: asmith@synoptics.com (Andrew Smith)
  4. Subject: Re GDB, BFD and COFF files for 68k
  5. Message-ID: <9209112228.AA03928@milliways>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Fri, 11 Sep 1992 22:28:04 GMT
  10. Approved: bug-gnu-utils@prep.ai.mit.edu
  11. Lines: 30
  12.  
  13. Well, after a bit of research, I realised that it is a bad idea to take 
  14. advantage of some of the nice features of GLD and BFD.
  15.  
  16. If you use GLD (1.94 or 2.0) to translate from a.out into COFF file formats 
  17. then you lose nearly all of the symbolic debugging info. Only addresses 
  18. are preserved and GDB is lost without more information.
  19.  
  20. So, it is currently impossible to produce COFF-68k executables with debug info
  21. in them since gas-1.92.3 does not correctly produce COFF output (at least it didn't
  22. last time I tried it - maybe I should try it with a newer version of BFD lib) 
  23. for 68k.
  24.  
  25. It would be good if someone could look into the following:
  26.  
  27. 1.  To be able to transliterate a.out debugging info into COFF debugging info
  28.     using BFD (or some other backdoor method inside GLD).
  29.  
  30. 2. To fix GAS to produce 68k COFF output properly. 
  31.  
  32. I don't know of any 68k ICE/Emulators which accept a.out format, with the
  33. possible exception of VxWorks tools and COFF is very useful to have around.
  34.  
  35.  
  36. Andrew Smith
  37. SynOptics Communcations Inc.
  38.  
  39.  
  40.  
  41.  
  42.  
  43.