Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-08-11 | 4 more instructions; some registers needed, but numbers are ok anyway | Michael Shalayeff | |
1998-08-08 | undo last commit, very broken | Jason Downs | |
1998-08-07 | powerpc supports gdb mmalloc and readline. | Dale S. Rahn | |
1998-08-07 | Build gdb for power now. yea. | Dale S. Rahn | |
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-08-07 | Do not build the libiberty version of vasprintf, use the version that is | Dale S. Rahn | |
in libc. This was done because the algorithm done in the libiberty version does not work with the powerpc stdarg/varargs processing. | |||
1998-07-06 | alpha work again | Theo de Raadt | |
1998-07-06 | fix this mess; XXX need new cygnus version | Theo de Raadt | |
1998-07-04 | fid the reloc bug | Michael Shalayeff | |
1998-06-06 | disable gprof on alpha... again.. texinfo problems | Theo de Raadt | |
1998-05-18 | install gdb and related info files | Marco S Hyman | |
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-04-01 | include gprof for ports that are not gdb-only | Todd C. Miller | |
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 | |
1998-03-29 | Set ALL_MODULES and INSTALL_MODULES variables to really control what | Todd C. Miller | |
gets built. Needed for gdb-only platforms. | |||
1998-03-26 | Only build/install everything for alpha, mips, and powerpc. Others willl | Todd C. Miller | |
just get gdb. This will be used in the future when we use the binutils gdb for all platforms. As things stand right now, this change affects nothing since only alpha, mips, and powerpc use binutils. | |||
1998-03-26 | Pass in SUBDIRS variable for "make install" like we do for "make all". | Todd C. Miller | |
Required for when we use binutils gdb for all ports. | |||
1998-03-25 | don't localise .lcomm if it's defined .globl | Per Fogelstrom | |
1997-11-04 | GLOBAL_AUTCONF_CACHE | kstailey | |
1997-10-13 | Minor fix, mips BE | Per Fogelstrom | |
1997-10-13 | More than one target vector with mips woes.. | Per Fogelstrom | |
1997-10-13 | be mips | Per Fogelstrom | |
1997-07-06 | Define NETBSD_CORE for all Open/NetBSD targets and sync configure+configure.in | Niklas Hallqvist | |
1997-07-03 | support coredump parsing on alpha | Niklas Hallqvist | |
1997-06-23 | respect NOMAN during install | kstailey | |
1997-06-23 | respect NOMAN (in bulk) | kstailey | |
1997-05-29 | Import of binutils-2.8.1 from Cygnus/FSF | Niklas Hallqvist | |
1997-05-29 | Import of binutils-2.8.1 from Cygnus/FSF | Niklas Hallqvist | |
1997-05-29 | Import of binutils-2.8.1 from Cygnus/FSF | Niklas Hallqvist | |
1997-05-05 | If gdb is not configured do not build the manpage. | Dale S. Rahn | |
This allows the powerpc port to build. | |||
1997-05-04 | why install nlmconv manpage, when we don't carry the binary? | Niklas Hallqvist | |
1997-05-02 | Make GNU style installation of manpages optional, like we do elsewhere. | Niklas Hallqvist | |
1997-05-02 | Build gdb and gprof manpages properly. | Niklas Hallqvist | |
1997-05-01 | Back out half of my changes to this file. | Dale S. Rahn | |
The way that I had done the sign extension was incorrect, but did happen to work on the archs tested. Changed back to the correct method. This was after some conversation with Ian Lance Taylor. | |||
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 | Forgot one change... | Per Fogelstrom | |
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-13 | More consistent MIPS config | Per Fogelstrom | |
1997-04-13 | More consistent MIPS config | Per Fogelstrom | |
1997-04-13 | More consistent MIPS config | Per Fogelstrom | |
1997-04-12 | convert mips* to mips so that we find the correct files in config | Thomas Graichen | |
1997-04-12 | configure with --disable-gdbtk - so that gdb will also configure | Thomas Graichen | |
correctly if you have tcl/tk installed | |||
1997-04-12 | reflect the new naming for openbsd: mips*-*-openbsd* instead of mips-*-openbsd* | Thomas Graichen | |