diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-03-19 17:07:23 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-03-19 17:07:23 +0000 |
commit | 7dd2696140dbc0e88460b2f81523230e122c0be1 (patch) | |
tree | d7798457fb160f15df9fbbb8e484ba871e5dfe1e | |
parent | ac766f7080e7f5802125813508bf48430779673c (diff) | |
download | gdb-7dd2696140dbc0e88460b2f81523230e122c0be1.zip gdb-7dd2696140dbc0e88460b2f81523230e122c0be1.tar.gz gdb-7dd2696140dbc0e88460b2f81523230e122c0be1.tar.bz2 |
Wed Mar 19 11:37:57 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
* config/obj-coff.c (glue_symbols): Unused variable symbolP
removed.
(crawl_symbols): Do not modify symbol_rootP and symbol_lastP here;
that is done by symbol_remove and symbol_insert.
* config/obj-coff.h (S_IS_LOCAL): Return 0 for a debugging
symbol.
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index afc5765..ade49eb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +Wed Mar 19 11:37:57 1997 Philippe De Muyter <phdm@info.ucl.ac.be> + + * config/obj-coff.c (glue_symbols): Unused variable symbolP + removed. + (crawl_symbols): Do not modify symbol_rootP and symbol_lastP here; + that is done by symbol_remove and symbol_insert. + + * config/obj-coff.h (S_IS_LOCAL): Return 0 for a debugging + symbol. + Wed Mar 19 11:06:29 1997 Ian Lance Taylor <ian@cygnus.com> * config/tc-mips.c (load_register): In 32 bit mode, when not |