aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-01-12 21:11:43 +0000
committerIan Lance Taylor <ian@airs.com>1996-01-12 21:11:43 +0000
commit2a4e49a9255d84df66e7eb5d252436ba5ee3f624 (patch)
tree8a4546651e41c825d578aeab5768dd2e67b4a148
parent98bb57ad8ef6ccee13f05fbba4c70d944c5ad79d (diff)
downloadgdb-2a4e49a9255d84df66e7eb5d252436ba5ee3f624.zip
gdb-2a4e49a9255d84df66e7eb5d252436ba5ee3f624.tar.gz
gdb-2a4e49a9255d84df66e7eb5d252436ba5ee3f624.tar.bz2
* subsegs.c (section_symbol): Don't try to look up the section
symbol in the hash table. It should be possible to have a symbol with the same name as a section, but no connection to it.
-rw-r--r--gas/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 6d35c9e..2430f0e 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -13,6 +13,10 @@ Fri Jan 12 15:32:07 1996 Michael Meissner <meissner@tiktok.cygnus.com>
Fri Jan 12 12:04:00 1996 Ian Lance Taylor <ian@cygnus.com>
+ * subsegs.c (section_symbol): Don't try to look up the section
+ symbol in the hash table. It should be possible to have a symbol
+ with the same name as a section, but no connection to it.
+
* read.c (cons_worker): Only call mri_comment_end from flag_mri.
From James Carlson <carlson@xylogics.com>.