diff options
author | Nick Clifton <nickc@redhat.com> | 2000-07-17 23:27:31 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-07-17 23:27:31 +0000 |
commit | 7a9aaf929a34163a6939659ef61d40848f719d61 (patch) | |
tree | 8abb1a9e50ad2619ec7c9c2fdc05d137f967e80c /gas/ChangeLog | |
parent | 53db15ed2a5bfdd1d1bfefb96212f9b48b436cc4 (diff) | |
download | gdb-7a9aaf929a34163a6939659ef61d40848f719d61.zip gdb-7a9aaf929a34163a6939659ef61d40848f719d61.tar.gz gdb-7a9aaf929a34163a6939659ef61d40848f719d61.tar.bz2 |
Don't merge labels. Don't merge if the symbol isn't constant. Don't call
S_SET_EXTERNAL if the storage class is already set.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c15d543..8ea090b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2000-07-17 Mark Elbrecht <snowball3@bigfoot.com> + + * config/obj-coff.c (obj_frob_symbol): Don't merge labels. Don't + merge if the symbol isn't constant. Don't call S_SET_EXTERNAL if + the storage class is already set. + 2000-07-17 Kazu Hirata <kazu@hxi.com> * config/tc-w65.c: Fix formatting. |