OSDN Git Service

* config/tc-m32r.c (md_parse_option): Delete unrecognized option
authorDoug Evans <dje@sebabeach.org>
Sun, 29 Aug 1999 20:45:22 +0000 (20:45 +0000)
committerDoug Evans <dje@sebabeach.org>
Sun, 29 Aug 1999 20:45:22 +0000 (20:45 +0000)
error message (done elsewhere).

gas/ChangeLog
gas/config/tc-m32r.c

index dfb737c..8861565 100644 (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.
index 300f997..46f70a5 100644 (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;