* config/tc-m32r.c (md_parse_option): Delete unrecognized option

error message (done elsewhere).
This commit is contained in:
Doug Evans 1999-08-29 20:45:22 +00:00
parent a349b1517f
commit 1174497c8a
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,8 @@
1999-08-29 Doug Evans <devans@casey.cygnus.com>
* 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.

View File

@ -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;