summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/gdb
AgeCommit message (Collapse)Author
2001-03-28Kill remaining references to binutils's readline.Marc Espie
2001-03-18Build gnu/lib/libreadline and use it instead of the one currentlyTodd C. Miller
in the binutils dir.
2000-12-19-libiberty is a bogus dependency, so remove it, as we share it with egcs.Marc Espie
PR 1571.
2000-10-25Add shared library awareness to powerpc gdb. Uses the "standard" SVR4 solibDale Rahn
support. Ok'ed by espie and deraadt.
2000-09-14Some installation problems: older gnu programs don't know about DESTDIR,Marc Espie
but we have a mix here -> convert the old ones to heed DESTDIR. Also, fix manpages installation in Makefile.bsd-wrapper (INSTALL_MAN setting that got lost, bad MANDIR, don't set MANDIR if PREFIX is the standard location)
2000-09-12Adapt gdb to function name change in bfd.Marc Espie
1999-06-18Kill old libiberty, use the one under egcs now.Marc Espie
1999-06-01Make gdb on mips understand corefile contentsPer Fogelstrom
1999-05-02Obvious typo in previous commit; niklas@Marc Espie
1999-05-01Let Makefiles pass infodir and bindir thru recursive invocation,Marc Espie
so that make install will heed DESTDIR, and so gdb.info & friends will finally show up in distrib/sets...
1999-02-09GDB 6.3 (excluding .info files)Steve Murphree
1999-02-09Adding support for Motorola mvme88k.Steve Murphree
1998-08-07Support pieces for gdb to work on the powerpc port.Dale S. Rahn
1998-08-07GDB 6.3 (excluding .info files)Dale S. Rahn
1998-05-17add openbsd configuration file to readline. The config file pulls inMarco S Hyman
unistd.h (for sys/unistd.h) to get _POSIX_VERSION so readline does not depend upon the 4.3 compatibility ioctls.
1998-05-04first cut on binutils/gcc support for hppa-*-openbsd*; tested on i386 hostMichael Shalayeff
1998-05-04GDB 6.3 (excluding .info files)Michael Shalayeff
1998-04-03Get needed prototypes, because of 64bit return value issues, fixes backtraceNiklas Hallqvist
1998-03-29Adapt the newer of our GDB versions to a.out ports. The main part of thisNiklas Hallqvist
commit comes from NetBSD. Also, the kernel debugging mode is a bit different but you will notice when you type gdb -k because it documents the difference
1998-03-29GDB 6.3 (excluding .info files)Niklas Hallqvist
1998-03-29GDB 6.1 (excluding .info files)Niklas Hallqvist
1997-07-03support coredump parsing on alphaNiklas Hallqvist
1997-05-02Make GNU style installation of manpages optional, like we do elsewhere.Niklas Hallqvist
1997-04-23add a lot of /bin/sh before calling scripts like config.guess and soThomas Graichen
on - this way now the whole tree builds without requiring any file being executable (binutils was the last which required it) - now ctm -> cvs checkout -> make build works just fine (aside from other bugs in the source tree :-)
1997-04-14Missed this one...Per Fogelstrom
1997-04-14All mips tools should now configure with the same name (mipsel-unknown-openbsd)Per Fogelstrom
for little endian systems and (mips-unknown-openbsd) for big endian systems. gdb seems to work now but needs more testing.
1997-04-12convert mips* to mips so that we find the correct files in configThomas Graichen
1997-04-05Fix -DNO_MMALLOC (needs to be in MMALLOC_CFLAGS not MMALLOC_DISABLE).Todd C. Miller
Now gdb will link.
1997-04-01it's called xm-alphaobsd.h and not xm-alpha.hThomas Graichen
1997-02-07These changes are not complete, This does not deal with cores correctly yet.Dale S. Rahn
This checkin is an attempt to make the powerpc port have a clean build.
1997-02-07GDB 6.3 (excluding .info files)Dale S. Rahn
1997-02-07Know how to build gdb for powerpc, it doesn't work yet, but this causesDale S. Rahn
binutils to fail to configure the first time round.
1997-02-02add OpenBSD/alpha support to gdb (taken from cgd's cygnus binutilsThomas Graichen
snapshots for NetBSD/alpha and adapted to compile with our binutils) i've just tested it roughly - but it should work and is at least a start
1997-01-25MMALLOC_DISABLE -> MALLOC_CFLAGS to fix link problem.imp
1997-01-22Add rudimentary config files for architectures that still use the old gdbNiklas Hallqvist
1997-01-22GDB 6.1 (excluding .info files)Niklas Hallqvist
1997-01-22GDB 6.3 (excluding .info files)Niklas Hallqvist
1997-01-10Change all mips ports to use mips-unknown-openbsd2.0 like gcc does.imp
This should allow for gdb to at least build on pmax, modulo potential platform specific include files. This impacts gas, ld, and other critical system components. Don't build this unless you are happy with your backups, as always for a change of this nature. It works for me on my machine, however.
1997-01-09allow gdb to configure on powerpc port.Dale S. Rahn
1997-01-07Add missing files from last commit (the one of 12-Dec- 1996) that preventedimp
configuring of gdb on mips platforms. Thanks to Thomas Graichen for pointing out they were missing.
1996-12-12Add OpenBSD/arc support to gdb, from pefoimp
1996-11-23Merge to Cygnus 961112 + add some support (not ready) for shared libsNiklas Hallqvist