home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / utils / bug / 1567 < prev    next >
Encoding:
Internet Message Format  |  1992-09-11  |  1.6 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!swrinde!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!synoptics.com!asmith
  2. From: asmith@synoptics.com (Andrew Smith)
  3. Newsgroups: gnu.utils.bug
  4. Subject: GDB-4.x, BFD and m68k-coff symbols
  5. Message-ID: <9209111905.AA02164@milliways>
  6. Date: 11 Sep 92 19:05:31 GMT
  7. Sender: gnulists@ai.mit.edu
  8. Distribution: gnu
  9. Organization: GNUs Not Usenet
  10. Lines: 29
  11. Approved: bug-gnu-utils@prep.ai.mit.edu
  12.  
  13. I have a problem with gdb-4.6 (same in 4.5) configured for m68k, COFF (don't
  14. ask me how I got configure to work, that's another story). This uses BFD
  15. configured for target "coff-m68k" and gdb configured to use a machine description
  16. based on standard tm-m68k.h.
  17.  
  18. SYMPTOM:
  19.     GDB appears to have no symbol information on .text symbols, including
  20. filenames, and no type information on .data symbols.
  21.     GDB has no problem reading COFF files normally when the complete tool-chain
  22. uses COFF files.
  23.  
  24. DIAGNOSIS:
  25.     When I dump symbols using "maintenance print symbols" there are no 
  26. complete symbols known. Ditto for "maintenance print psymbols" for partially
  27. read symbols. There are, however, 3797 symbols when I do "maintenance print
  28. msymbols" for minimally-known symbols. There are also no known data types ("info
  29. types").
  30.  
  31.     coffread.c seems to have problems with the 68k COFF format produced
  32. by ld-2.0 (and by ld-beta-1.94). This COFF output is generated by ld-2.0 by 
  33. translating A.OUT files produced by gas-1.92.3.
  34.  
  35. QUESTION:
  36.     Is this what the warning that comes with BFD means by "losing symbolic
  37. information in translation between formats"?
  38.  
  39.  
  40. Andrew Smith
  41. SynOptics Communications Inc.
  42.