From 9ee04309a6715df23a5ee7415fedd75f7bc24ace Mon Sep 17 00:00:00 2001 From: devans Date: Sun, 29 Aug 1999 20:45:21 +0000 Subject: [PATCH] * config/tc-m32r.c (md_parse_option): Delete unrecognized option error message (done elsewhere). --- gas/ChangeLog | 5 +++++ gas/config/tc-m32r.c | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index dfb737c0fc..8861565713 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +1999-08-29 Doug Evans + + * config/tc-m32r.c (md_parse_option): Delete unrecognized option + error message (done elsewhere). + Sat Aug 28 01:23:11 1999 Jeffrey A Law (law@cygnus.com) * config/tc-hppa.c (pa_ip): Do not allow '*' in 32bit completers. diff --git a/gas/config/tc-m32r.c b/gas/config/tc-m32r.c index 300f997952..46f70a5cbf 100644 --- a/gas/config/tc-m32r.c +++ b/gas/config/tc-m32r.c @@ -179,10 +179,6 @@ md_parse_option (c, arg) #endif default: - if (arg) - fprintf (stderr, _("%s: unrecognised command line option: -%c\n"), myname, c); - else - fprintf (stderr, _("%s: unrecognised command line option: -%c%s\n"), myname, c, arg); return 0; } return 1; -- 2.11.0