Rename symbbol to symbol

* coffcode.h (coff_pointerize_aux_hook): Fix a typo.
This commit is contained in:
H.J. Lu 2014-11-13 12:15:46 -08:00
parent 0be3630492
commit f8521a0358
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-11-13 H.J. Lu <hongjiu.lu@intel.com>
* coffcode.h (coff_pointerize_aux_hook): Fix a typo.
2014-11-13 H.J. Lu <hongjiu.lu@intel.com>
PR gas/17598

View File

@ -2540,7 +2540,7 @@ coff_pointerize_aux_hook (bfd *abfd ATTRIBUTE_UNUSED,
/* Return TRUE if we don't want to pointerize this aux entry, which
is the case for the lastfirst aux entry for a C_LEAFPROC symbol. */
return (indaux == 1
&& symbbol->is_sym
&& symbol->is_sym
&& (symbol->u.syment.n_sclass == C_LEAFPROC
|| symbol->u.syment.n_sclass == C_LEAFSTAT
|| symbol->u.syment.n_sclass == C_LEAFEXT));