diff options
author | Stu Grossman <grossman@cygnus> | 1996-07-04 00:49:25 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1996-07-04 00:49:25 +0000 |
commit | 89e673a481dc6d7003dc332afabaf4a3e4d96a66 (patch) | |
tree | 9d9cd5e011116ec66f59c2238131a51da99870d3 /gdb/ChangeLog | |
parent | d41d2ccc635248fc59dcfa0fedb01249f9bf26c1 (diff) | |
download | gdb-89e673a481dc6d7003dc332afabaf4a3e4d96a66.zip gdb-89e673a481dc6d7003dc332afabaf4a3e4d96a66.tar.gz gdb-89e673a481dc6d7003dc332afabaf4a3e4d96a66.tar.bz2 |
* 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.
* 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.
* configure, configure.in: Change test for libthread_db to only
work for configs where build/host/target are the same.
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 |