From feb4df71a5cfe535dd8cd00220afdcd42e7d76ea Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Tue, 27 Aug 1991 23:10:19 +0000 Subject: [PATCH] Error out on unrecognized options. --- gas/config/tc-a29k.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas/config/tc-a29k.c b/gas/config/tc-a29k.c index 2c462ec06d5..f4477f61be6 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); } -- 2.30.2