Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-28 | Kill remaining references to binutils's readline. | Marc Espie | |
2001-03-18 | Build gnu/lib/libreadline and use it instead of the one currently | Todd 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-25 | Add shared library awareness to powerpc gdb. Uses the "standard" SVR4 solib | Dale Rahn | |
support. Ok'ed by espie and deraadt. | |||
2000-09-14 | Some 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-12 | Adapt gdb to function name change in bfd. | Marc Espie | |
1999-06-18 | Kill old libiberty, use the one under egcs now. | Marc Espie | |
1999-06-01 | Make gdb on mips understand corefile contents | Per Fogelstrom | |
1999-05-02 | Obvious typo in previous commit; niklas@ | Marc Espie | |
1999-05-01 | Let 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-09 | GDB 6.3 (excluding .info files) | Steve Murphree | |
1999-02-09 | Adding support for Motorola mvme88k. | Steve Murphree | |
1998-08-07 | Support pieces for gdb to work on the powerpc port. | Dale S. Rahn | |
1998-08-07 | GDB 6.3 (excluding .info files) | Dale S. Rahn | |
1998-05-17 | add openbsd configuration file to readline. The config file pulls in | Marco 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-04 | first cut on binutils/gcc support for hppa-*-openbsd*; tested on i386 host | Michael Shalayeff | |
1998-05-04 | GDB 6.3 (excluding .info files) | Michael Shalayeff | |
1998-04-03 | Get needed prototypes, because of 64bit return value issues, fixes backtrace | Niklas Hallqvist | |
1998-03-29 | Adapt the newer of our GDB versions to a.out ports. The main part of this | Niklas 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-29 | GDB 6.3 (excluding .info files) | Niklas Hallqvist | |
1998-03-29 | GDB 6.1 (excluding .info files) | Niklas Hallqvist | |
1997-07-03 | support coredump parsing on alpha | Niklas Hallqvist | |
1997-05-02 | Make GNU style installation of manpages optional, like we do elsewhere. | Niklas Hallqvist | |
1997-04-23 | add a lot of /bin/sh before calling scripts like config.guess and so | Thomas 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-14 | Missed this one... | Per Fogelstrom | |
1997-04-14 | All 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-12 | convert mips* to mips so that we find the correct files in config | Thomas Graichen | |
1997-04-05 | Fix -DNO_MMALLOC (needs to be in MMALLOC_CFLAGS not MMALLOC_DISABLE). | Todd C. Miller | |
Now gdb will link. | |||
1997-04-01 | it's called xm-alphaobsd.h and not xm-alpha.h | Thomas Graichen | |
1997-02-07 | These 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-07 | GDB 6.3 (excluding .info files) | Dale S. Rahn | |
1997-02-07 | Know how to build gdb for powerpc, it doesn't work yet, but this causes | Dale S. Rahn | |
binutils to fail to configure the first time round. | |||
1997-02-02 | add OpenBSD/alpha support to gdb (taken from cgd's cygnus binutils | Thomas 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-25 | MMALLOC_DISABLE -> MALLOC_CFLAGS to fix link problem. | imp | |
1997-01-22 | Add rudimentary config files for architectures that still use the old gdb | Niklas Hallqvist | |
1997-01-22 | GDB 6.1 (excluding .info files) | Niklas Hallqvist | |
1997-01-22 | GDB 6.3 (excluding .info files) | Niklas Hallqvist | |
1997-01-10 | Change 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-09 | allow gdb to configure on powerpc port. | Dale S. Rahn | |
1997-01-07 | Add missing files from last commit (the one of 12-Dec- 1996) that prevented | imp | |
configuring of gdb on mips platforms. Thanks to Thomas Graichen for pointing out they were missing. | |||
1996-12-12 | Add OpenBSD/arc support to gdb, from pefo | imp | |
1996-11-23 | Merge to Cygnus 961112 + add some support (not ready) for shared libs | Niklas Hallqvist | |