PR bintils/6962

* coffcode.h (handle_COMDAT): Only check the base type when
        looking for a section symbol.
This commit is contained in:
Nick Clifton 2010-10-29 13:20:04 +00:00
parent 4a114e3e0c
commit f432e63cf5
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2010-10-29 Nick Clifton <nickc@redhat.com>
PR bintils/6962
* coffcode.h (handle_COMDAT): Only check the base type when
looking for a section symbol.
2010-10-29 H.J. Lu <hongjiu.lu@intel.com>
Cary Coutant <ccoutant@google.com>

View File

@ -956,7 +956,7 @@ handle_COMDAT (bfd * abfd,
if (! ((isym.n_sclass == C_STAT
|| isym.n_sclass == C_EXT)
&& isym.n_type == T_NULL
&& BTYPE (isym.n_type) == T_NULL
&& isym.n_value == 0))
abort ();