From: Ian Lance Taylor Date: Fri, 12 Jan 1996 21:11:43 +0000 (+0000) Subject: * subsegs.c (section_symbol): Don't try to look up the section X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2a4e49a9255d84df66e7eb5d252436ba5ee3f624;p=binutils-gdb.git * 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. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 6d35c9e8b62..2430f0e690e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -13,6 +13,10 @@ Fri Jan 12 15:32:07 1996 Michael Meissner Fri Jan 12 12:04:00 1996 Ian Lance Taylor + * 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 .