diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 605bae3..79447dc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Wed Jul 3 15:56:08 1996 Stu Grossman (grossman@critters.cygnus.com) + + * sparcl-tdep.c (_initialize_sparc_tdep) config/sparc/tm-sparc.h, + config/sparc/tm-sparclite.h: Initialize tm_print_insn from + TM_PRINT_INSN, which comes from the tm file. + Tue Jul 02 21:41:20 1996 Mark Alexander <marka@cygnus.com> * coffread.c, dbxread.c, elfread.c, mipsread.c, nlmread.c, @@ -10,6 +16,19 @@ Tue Jul 02 21:41:20 1996 Mark Alexander <marka@cygnus.com> * symtab.h: Define SIZEOF_SECTION_OFFSETS macro to simplify allocation of section_offsets. +Tue Jun 11 12:02:55 1996 Stu Grossman (grossman@critters.cygnus.com) + + * Makefile.in (INTERNAL_LDFLAGS): Add in flags from configure. + * configure configure.in: Only make sol-thread.o for native. + Also, switch to dlopened libthread_db.so.1. + * sol-thread.c: Switch to using dlopen to get the thread_db + library. + +Thu Jun 13 16:53:25 1996 Stu Grossman (grossman@critters.cygnus.com) + + * configure, configure.in: Change test for libthread_db to only + work for configs where build/host/target are the same. + Tue Jul 2 15:04:20 1996 Michael Meissner <meissner@tiktok.cygnus.com> * config/powerpc/{linux.mh,xm-linux.h}: New files, for Linux on |