Fix a typo in last change

This commit is contained in:
Stan Shebs
1994-09-03 01:15:15 +00:00
parent b40fa61278
commit e1118f1582

View File

@ -1511,7 +1511,7 @@ process_coff_symbol (cs, aux, section_offsets, objfile)
concat (SYMBOL_NAME (sym), NULL); concat (SYMBOL_NAME (sym), NULL);
} }
#ifdef CXUX_TARGET #ifdef CXUX_TARGET
/* Ignore vendor section for Harris CX/UX targets. /* Ignore vendor section for Harris CX/UX targets. */
else if (cs->c_name[0] == '$') else if (cs->c_name[0] == '$')
break; break;
#endif /* CXUX_TARGET */ #endif /* CXUX_TARGET */