projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b40fa61
)
Fix a typo in last change
author
Stan Shebs
<shebs@codesourcery.com>
Sat, 3 Sep 1994 01:15:15 +0000
(
01:15
+0000)
committer
Stan Shebs
<shebs@codesourcery.com>
Sat, 3 Sep 1994 01:15:15 +0000
(
01:15
+0000)
gdb/coffread.c
patch
|
blob
|
history
diff --git
a/gdb/coffread.c
b/gdb/coffread.c
index 4c501a07ae76541a272d6a1fbc713d050e54e45d..0706665d52128da030be9ac81d6b546de32dadd0 100644
(file)
--- a/
gdb/coffread.c
+++ b/
gdb/coffread.c
@@
-1511,7
+1511,7
@@
process_coff_symbol (cs, aux, section_offsets, objfile)
concat (SYMBOL_NAME (sym), NULL);
}
#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] == '$')
break;
#endif /* CXUX_TARGET */