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:
1b7ed4c
)
Error out on unrecognized options.
author
K. Richard Pixley
<rich@cygnus>
Tue, 27 Aug 1991 23:10:19 +0000
(23:10 +0000)
committer
K. Richard Pixley
<rich@cygnus>
Tue, 27 Aug 1991 23:10:19 +0000
(23:10 +0000)
gas/config/tc-a29k.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-a29k.c
b/gas/config/tc-a29k.c
index 2c462ec06d551d8610c682b5fdff9d3b3831b2b0..f4477f61be6cdaa6cd8e32fc27486f26d81995a1 100644
(file)
--- a/
gas/config/tc-a29k.c
+++ b/
gas/config/tc-a29k.c
@@
-1032,7
+1032,7
@@
md_parse_option(argP,cntP,vecP)
int *cntP;
char ***vecP;
{
- return
1
;
+ return
(0)
;
}