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:
a6c6eaf
)
oops, syntax error
author
K. Richard Pixley
<rich@cygnus>
Wed, 6 Nov 1991 02:30:51 +0000
(
02:30
+0000)
committer
K. Richard Pixley
<rich@cygnus>
Wed, 6 Nov 1991 02:30:51 +0000
(
02:30
+0000)
gas/symbols.c
patch
|
blob
|
history
diff --git
a/gas/symbols.c
b/gas/symbols.c
index f4b7b1d7b67850ee421b0b0cb10ef77dadb823b7..9d75ae1ea43001ee0a81726116ec68ffff78b1f1 100644
(file)
--- a/
gas/symbols.c
+++ b/
gas/symbols.c
@@
-463,7
+463,7
@@
char *name;
#ifdef STRIP_UNDERSCORE
return(symbol_find_base(name, 1));
#else /* STRIP_UNDERSCORE */
- return(symbol_find_base(name, ));
+ return(symbol_find_base(name,
0
));
#endif /* STRIP_UNDERSCORE */
} /* symbol_find() */