diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-02-10 00:02:15 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-02-10 00:02:15 +0000 |
commit | 76a457c01659bb1926e302fb3abee2d70ade437f (patch) | |
tree | 58509772b4875e9efd71e1517771b02104fd230d /gdb/ChangeLog | |
parent | e91160dcbe058b1c08d8562952988939150a3090 (diff) | |
download | gdb-76a457c01659bb1926e302fb3abee2d70ade437f.zip gdb-76a457c01659bb1926e302fb3abee2d70ade437f.tar.gz gdb-76a457c01659bb1926e302fb3abee2d70ade437f.tar.bz2 |
* Makefile.in (CLIBS): Add $(LIBIBERTY) before, in addition to
after, any host/target/native libraries.
* dcache.c (insque, remque): Remove declarations.
* gdbtypes.h (type_code): Remove trailing comma.
From Peter Schauer:
* xcoffread.c (read_xcoff_symtab) [C_HIDEXT]: Move #ifdef
STATIC_NODEBUG_VARS inside case.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b7dbd7b..fb03eae 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +Thu Feb 9 15:46:39 1995 Stan Shebs <shebs@andros.cygnus.com> + + * Makefile.in (CLIBS): Add $(LIBIBERTY) before, in addition to + after, any host/target/native libraries. + * dcache.c (insque, remque): Remove declarations. + * gdbtypes.h (type_code): Remove trailing comma. + + From Peter Schauer: + * xcoffread.c (read_xcoff_symtab) [C_HIDEXT]: Move #ifdef + STATIC_NODEBUG_VARS inside case. + Thu Feb 9 07:43:41 1995 Jim Kingdon <kingdon@deneb.cygnus.com> * config/sparc/tm-sun4sol2.h: Define STATIC_TRANSFORM_NAME. |