diff options
author | K. Richard Pixley <rich@cygnus> | 1991-08-27 23:10:19 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-08-27 23:10:19 +0000 |
commit | feb4df71a5cfe535dd8cd00220afdcd42e7d76ea (patch) | |
tree | c45c36a05cd4f858aefddf83c62a3eddbc7fb09a /gas | |
parent | 1b7ed4c99484e1a344abd4e41dfe037bd6e193f9 (diff) | |
download | gdb-feb4df71a5cfe535dd8cd00220afdcd42e7d76ea.zip gdb-feb4df71a5cfe535dd8cd00220afdcd42e7d76ea.tar.gz gdb-feb4df71a5cfe535dd8cd00220afdcd42e7d76ea.tar.bz2 |
Error out on unrecognized options.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/config/tc-a29k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-a29k.c b/gas/config/tc-a29k.c index 2c462ec..f4477f6 100644 --- 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); } |