From: K. Richard Pixley Date: Tue, 27 Aug 1991 23:10:19 +0000 (+0000) Subject: Error out on unrecognized options. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=feb4df71a5cfe535dd8cd00220afdcd42e7d76ea;p=deliverable%2Fbinutils-gdb.git Error out on unrecognized options. --- diff --git a/gas/config/tc-a29k.c b/gas/config/tc-a29k.c index 2c462ec06d..f4477f61be 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); }