Fix a typo in last change
This commit is contained in:
parent
b40fa61278
commit
e1118f1582
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue