summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace.rgrimes1995-05-301-33/+33
|
* Submitted by: gjrgrimes1995-05-091-3/+1
| | | | Delete suspicious looking chunk of code that was partially commented out.
* Fix nested comments for -Wcomment warnings.rgrimes1995-05-091-1/+1
|
* Gary J's patches to make gdb -w work properly.jkh1995-04-261-3/+3
| | | | Submitted by: gj
* Because -lcompat defines the same symbols as -lgnuregex and the weaknessnate1995-04-071-4/+1
| | | | | | | | | of the linker to enforce linking of modules in command line order it is not possible to link gdb shared with -lcompat. *HACK ALERT* Removed -lcompat from LDADD and bring in the necessary functions out of libcompat as a source module until the linker can be fixed.
* Here's a patch to gdb-4.13 to add dyadic frames, as per J"org Wunsch.jkh1995-01-172-1/+22
| | | | | Could somebody apply it? Submitted by: gj
* Remove regex code, use -lgnuregex insteadache1995-01-061-3/+3
|
* Handle segment registers (except %fs and %gs).bde1995-01-061-0/+5
|
* Add more segment registers to list of registers (fake for %fs and %gs).bde1994-12-311-19/+16
| | | | | | | | | | | | | | | This might be useful for debugging applications that use a special LDT. However, printing of all segment registers is currently broken. Don't print "last exception: " before the FPU opcode and pc, etc. The opcode and pc, etc., are for the last FPU _instruction_. Pass the saved exception status word to print_387_status() so that the exception(s) that caused or will cause a trap can be seen. The kernel has supported this since 1.1 or before. The kernel still clobbers the tag word if a trap occurs. Remove unused null function clear_regs().
* Fix declaration of i386_float_info().bde1994-12-311-1/+1
|
* Hurrah! Let the champagne flow, the olive oil barrel be opened andjkh1994-12-307-66/+410
| | | | | | | | | | | | | | | | | | | | | | the wild, slippery orgy commence! Gary Jennejohn, too studly for his own good, has finally come through with the new, improved gdb 4.13. This gdb features: o kgdb support - if this works (and I urge folks to test it), we can finally purge the old and hateful version of kgdb from our source tree. o attach/detach support. See comments in README.FreeBSD for more details. o Well, it's newer. Our previous version was 4.11. Comments and flames to gj, of course! :-) Thanks, Gary. Much appreciated. The previous state of gdb/kgdb has been a thorn in all of our sides for some time.. Submitted by: gj
* Add the automatically generated files: y.tab.h c-exp.tab.c ch-exp.tab.c andats1994-11-281-0/+1
| | | | m2-exp.tab.c to the CLEANFILES target.
* #define HAVE_TERMIOS added for proper terminal handlingache1994-10-021-0/+2
| | | | Submitted by: smcarey@mailbox.syr.edu
* Add dependency for -lcompat.bde1994-09-201-1/+3
|
* Added ${DESTDIR} in the lineswallace1994-09-151-1/+1
| | | | CFLAGS+= -I$(.CURDIR)/. -I${DESTDIR}/usr/include/readline -I$(.CURDIR)/../bfd
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcaprgrimes1994-09-111-1/+1
|
* Need -lcompat to link under 2.0.wollman1994-08-051-1/+1
|
* Add LIBREADLINE and LIBTERM to DPADDache1994-06-141-0/+1
|
* Moved -DTRAD_CORE from gdb/Makefile to bfd/Makefilepaul1994-06-111-1/+0
|
* GDB-4.12 from ports with support for shlibs but not the kernel.paul1994-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.
OpenPOWER on IntegriCloud