mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-04 22:15:12 +08:00
Fix a typo in last change
This commit is contained in:
@ -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 */
|
||||||
|
Reference in New Issue
Block a user