Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1997-04-11 | Update from Cygnus + corrections to OpenBSD recognition by me | Niklas Hallqvist | |
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 | don't disable the build of gdb for the alpha - it should work now | Thomas Graichen | |
1997-04-01 | it's called xm-alphaobsd.h and not xm-alpha.h | Thomas Graichen | |
1997-02-18 | Gdb does not work on powerpc yet, do not configure or build it. | Dale S. Rahn | |
1997-02-12 | Don't space text/data in shared libs by 256Mb. ld.so can't handle it with | Per Fogelstrom | |
the shm sizing method it uses for the moment, so loading many shlibs effectively makes a proram run out of VM. | |||
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 gdb for alpha & mips and simplify it a bit | Thomas Graichen | |
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-26 | change constant handling with @l. | Dale S. Rahn | |
if the expected argument to the opcode is unsigned, return (val & 0xffff) if the expected argument to the occode is signed, sign extend the 16 bit value short = val; val = (int) short; | |||
1997-01-25 | MMALLOC_DISABLE -> MALLOC_CFLAGS to fix link problem. | imp | |