diff options
author | Nick Clifton <nickc@redhat.com> | 2001-07-11 09:26:27 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-07-11 09:26:27 +0000 |
commit | bdbe95c8c583b4802d6aa88f2c45ff6f27ed657d (patch) | |
tree | bd530405e914a1e7a97415617010a61ca58da54f /gas/ChangeLog | |
parent | 936742abbee9afc7d09c15fbe8250be7da3a3898 (diff) | |
download | gdb-bdbe95c8c583b4802d6aa88f2c45ff6f27ed657d.zip gdb-bdbe95c8c583b4802d6aa88f2c45ff6f27ed657d.tar.gz gdb-bdbe95c8c583b4802d6aa88f2c45ff6f27ed657d.tar.bz2 |
Don't merge if the storage class of the non-debug symbol is C_NULL.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e7112e1..030fb11 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2001-07-10 Mark Elbrecht <snowball3@softhome.net> + + * config/obj-coff.c (coff_frob_symbol): Don't merge if the storage + class of the non-debug symbol is C_NULL. + 2001-07-10 John Healy <jhealy@redhat.com> * config/obj-elf.c (obj_elf_section): md_elf_section_change_data_hook |