* subsegs.c (section_symbol): Don't try to look up the section
authorIan Lance Taylor <ian@airs.com>
Fri, 12 Jan 1996 21:11:43 +0000 (21:11 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 12 Jan 1996 21:11:43 +0000 (21:11 +0000)
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.

gas/ChangeLog

index 6d35c9e8b6216f74aa42c893151e297f9adb754c..2430f0e690edc30c535b723feb335b19b398bc10 100644 (file)
@@ -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>.