aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/gdb
Commit message (Collapse)AuthorAgeFilesLines
* Need -lcompat to link under 2.0.Garrett Wollman1994-08-051-1/+1
| | | | Notes: svn path=/head/; revision=1878
* Add LIBREADLINE and LIBTERM to DPADDAndrey A. Chernov1994-06-141-0/+1
| | | | Notes: svn path=/head/; revision=1718
* Moved -DTRAD_CORE from gdb/Makefile to bfd/MakefilePaul Richards1994-06-111-1/+0
| | | | Notes: svn path=/head/; revision=1709
* GDB-4.12 from ports with support for shlibs but not the kernel.Paul Richards1994-06-107-0/+920
This is a greatly pared down version of the full gdb-4.12, all the config stuff has been removed and the supporting libraries have been stripped to a minimum. This is a 1.1.5 only port, I'll do a more complete port for 2.0 which will have all the config stuff and will install the gnu support libraries as system libraries like we do for readline. There wasn't much point for 1.1.5 since only gdb would use them so I went for saving space instead. For 2.0 I'll config all the other gnu tools to use them as well. Notes: svn path=/head/; revision=1700