aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-07-06 18:36:55 +0000
committerIan Lance Taylor <ian@airs.com>1995-07-06 18:36:55 +0000
commita0eb1c2c5673e8a13fa444359624e65beceb6b6b (patch)
treedb73c4499a752682d78f374dbea11e5c9b144424 /gas/ChangeLog
parentbcaa9b051cff16a3fd53962e41add8fc2900fd3d (diff)
downloadgdb-a0eb1c2c5673e8a13fa444359624e65beceb6b6b.zip
gdb-a0eb1c2c5673e8a13fa444359624e65beceb6b6b.tar.gz
gdb-a0eb1c2c5673e8a13fa444359624e65beceb6b6b.tar.bz2
* config/tc-sparc.c (s_reserve): Don't permit redefinition, even
if the symbol was already in bss_section. Fix warning message. PR 6797.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 9174299..a59501d 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,8 @@
Thu Jul 6 12:54:27 1995 Ian Lance Taylor <ian@cygnus.com>
+ * config/tc-sparc.c (s_reserve): Don't permit redefinition, even
+ if the symbol was already in bss_section. Fix warning message.
+
* listing.c (struct file_info_struct): Rename end_pending field to
at_end.
(file_info): Initialize at_end, not end_pending.