home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / gdb / bug / 1406 < prev    next >
Encoding:
Internet Message Format  |  1993-01-23  |  1.8 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!cis.ohio-state.edu!aecmail.PRime.COM!cdurst
  2. From: cdurst@aecmail.PRime.COM (Charles Durst {x6163})
  3. Newsgroups: gnu.gdb.bug
  4. Subject: GDB on Ultrix with DEC C++
  5. Date: 22 Jan 1993 21:46:54 -0500
  6. Organization: GNUs Not Usenet
  7. Lines: 33
  8. Sender: daemon@cis.ohio-state.edu
  9. Approved: bug-gdb@prep.ai.mit.edu
  10. Distribution: gnu
  11. Message-ID: <9301222157.AA07695@edam.aecmail.prime.com>
  12.  
  13. I am trying to get GDB 4.7 to work on Ultrix 4.2a/4.3 with the object files
  14. produced by the DEC C++ compiler.
  15.  
  16. I have already made several fixes to prevent GDB from crashing when it
  17. sees symbol types that it wasn't expecting, and I'm trying now to get
  18. it to understand DEC/MIPS' extensions to COFF format to store C++ symbol
  19. information (e.g. Classes, references, etc.).
  20.  
  21. 1) Is there anyone else currently working on GDB on MIPS/Ultrix that may have
  22. a more recent version of "mipsread.c" that I should be changing?
  23.  
  24. 2) What should I do about changes that need to be made to "symconst.h" to
  25. #define the new symbol types, etc.?  The Ultrix version of that file
  26. doesn't have them either at this point.
  27.  
  28. 3) We have also found that when you link a REALLY BIG program on Ultrix,
  29. the loader can end up mangling the symbol table information because it is
  30. not expecting that any program might have more than 32767 symbols.  I have
  31. some fixes for this problem as well (allowing GDB to read the mangled
  32. symbol tables as if they were OK), but they are rather ugly.  What should I
  33. do with them?
  34.  
  35. Basically, is there anyone else there I should be talking to?
  36.  
  37.                     Charles
  38.  
  39.  
  40. ------------------------------------------------------------------------------
  41. Charles Durst                cdurst@aecmail.prime.com
  42. Computervision                cdurst@cvbnet.prime.com
  43.  
  44. NOT playing the Lottery only slightly reduces your chances of winning.
  45.  
  46.