home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / amiga / programm / 19106 < prev    next >
Encoding:
Text File  |  1993-01-24  |  1.8 KB  |  42 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!mcsun!news.funet.fi!funic!nic!vinsci
  3. From: vinsci@nic.funet.fi (Leonard Norrgard)
  4. Subject: Re: GDB Port?
  5. In-Reply-To: tmannine@aix370.oulu.fi's message of Tue, 19 Jan 1993 22:15:13 GMT
  6. Message-ID: <VINSCI.93Jan23184650@nic.nic.funet.fi>
  7. Sender: vinsci@nic.funet.fi (Leonard Norrgard)
  8. Organization: Soft Service, Inc.
  9. References: <1993Jan9.185850.19987@cs.tu-berlin.de> <mbs.1joj@adastra.cvl.va.us>
  10.     <VINSCI.93Jan19224132@nic.nic.funet.fi>
  11.     <TMANNINE.93Jan20001513@aix370.oulu.fi>
  12. Date: 23 Jan 93 18:46:50
  13. Lines: 27
  14.  
  15. In article <TMANNINE.93Jan20001513@aix370.oulu.fi> tmannine@aix370.oulu.fi (Tero Manninen) writes:
  16. > On 19 Jan 93 22:41:32,
  17. > vinsci@nic.funet.fi (Leonard Norrgard) said:
  18. > Leonard> In article <mbs.1joj@adastra.cvl.va.us> mbs@adastra.cvl.va.us (Michael B. Smith) writes:
  19. > > Because there is no BFD port for the Amiga.
  20. > Leonard> That was once true. ;-) There's a port now, which should have enough
  21. > Leonard> capabilities (it can't write new amiga object files, but it can read,
  22. > Leonard> and that's all the debugger should need).
  23. > Is there a new linker coming?
  24. > I see that there is a newer linker in gnu binutils-2.0 which uses BFD.
  25.  
  26. Eventually, yes.  My BFD work so far includes only reading of
  27. object-files as needed by GDB.  For BFD to be useful for the linker,
  28. it must be able to write amiga style object files as well.  I will
  29. hopefully find some time to do that part as well within the next six
  30. months (if someone else feels for this and have time, contact me and
  31. I'll help you get started, it should be quite easy and there's example
  32. code around.  You'd likely need access to a unix system though.); the
  33. goal for that project is to finally get chip data attributes into
  34. amiga gcc.
  35.  
  36. > ++Tero
  37.  
  38. -- Leonard
  39.