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

  1. Xref: sparky gnu.misc.discuss:4661 comp.sys.hp:15344
  2. Newsgroups: gnu.misc.discuss,comp.sys.hp
  3. Path: sparky!uunet!uunet.ca!canrem!telly!utzoo!torn!nott!bnrgate!bmerh85!bmerh85!hamish
  4. From: Hamish.Macdonald@bnr.ca (Hamish Macdonald)
  5. Subject: Re: HP debug info and the FSF (was: Attaching gdb to a running process on an HP)
  6. In-Reply-To: friedman@gnu.ai.mit.edu's message of 27 Jan 93 13:01:21
  7. Message-ID: <1993Jan27.194402.15161@bmerh85.bnr.ca>
  8. Lines: 21
  9. Sender: news@bmerh85.bnr.ca (Usenet News)
  10. Organization: Bell Northern Research
  11. References: <EARL.93Jan22154851@jsi-bwb.jade.ab.ca> <TML.93Jan23110713@hemuli.tik.vtt.fi>
  12.     <1993Jan23.200540.10828@Princeton.EDU>
  13.     <1993Jan24.205213.14915@bmerh85.bnr.ca>
  14.     <HUTTAR.93Jan25164454@hp750.itg.ti.com>
  15.     <FRANL.93Jan27115049@draco.centerline.com>
  16.     <FRIEDMAN.93Jan27130121@nutrimat.gnu.ai.mit.edu>
  17. Date: Wed, 27 Jan 93 19:44:02 GMT
  18.  
  19. >>>>> In article <FRANL.93Jan27115049@draco.centerline.com>
  20. >>>>> franl@centerline.com (Fran Litterio) writes:
  21.  
  22. Fran> Which is it: Do gcc and gdb understand HP debug info or don't
  23. Fran> they?
  24.  
  25. >>>>> On 27 Jan 93 13:01:21,
  26. >>>>> In message <FRIEDMAN.93Jan27130121@nutrimat.gnu.ai.mit.edu>,
  27. >>>>> friedman@gnu.ai.mit.edu (Noah Friedman) wrote:
  28.  
  29. Noah> They don't.  The port of GAS that Utah did for the hp-pa uses a
  30. Noah> different symbol table format that gdb can understand (probably
  31. Noah> dbx stabs, but I haven't actually checked).  But the assembler
  32. Noah> language is different from the native HPUX one too, so when you
  33. Noah> build gcc you have to either arrange always to use gas or never
  34. Noah> to (which means using the native assembler).  If you use the
  35. Noah> native assembler, gdb won't be able to debug the resulting
  36. Noah> executables.
  37.  
  38. Does this hp-pa port of gcc/gas use the stock HP linker; i.e. shared
  39. libraries are supported by this system?
  40.