home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / g / bug / 2106 < prev    next >
Encoding:
Text File  |  1993-01-01  |  1.4 KB  |  46 lines

  1. Newsgroups: gnu.g++.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!halifax.syncomas.com!shap
  3. From: shap@halifax.syncomas.com
  4. Subject: DWARF -g still broken
  5. Message-ID: <9301010111.AA15912@life.ai.mit.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Thu, 31 Dec 1992 22:08:00 GMT
  10. Approved: bug-g++@prep.ai.mit.edu
  11. Lines: 33
  12.  
  13. When compiling libg++ using any g++ 2.0 or later, targeting DWARF object
  14. format, with -g enabled, the resulting .s files do not assemble.
  15. The assembler diagnostics complain about a variety of missing jump target
  16. labels.
  17.  
  18. The specific configuration I am seeing this under is:
  19.  
  20.     g++ 2.3.3
  21.     libg++ 2.3
  22.  
  23. both configured with:
  24.  
  25.     configure i386v4
  26.  
  27. I am aware that the library can be built without -g.
  28.  
  29. This problem has been reproducible for over a year now.  Since SVR4 has not
  30. been a crucial platform to g++ users, it hasn't been very important to fix
  31. it.  In light of the fact that Solaris 2.1 uses DWARF, it seemed appropriate
  32. to reraise it.
  33.  
  34. If someone knows of a patch, could you please send it to me?  If there is a
  35. patch that hasn't been included for lack of testability, I'll be happy to
  36. help test it.  If you have a patch for a non-386 DWARF system that needs to be
  37. tested on another platform, I'll be happy to try that.
  38.  
  39. Thanks for your help.
  40.  
  41.  
  42. Jonathan S. Shapiro
  43. Synergistic Computing Associates
  44. shap@halifax.syncomas.com
  45.  
  46.