Delete handling of -dM as a preprocessor option
authorMichael Meissner <meissner@cygnus.com>
Tue, 22 Dec 1998 10:03:17 +0000 (10:03 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Tue, 22 Dec 1998 10:03:17 +0000 (10:03 +0000)
From-SVN: r24393

gcc/ChangeLog
gcc/toplev.c

index 312344c..411beca 100644 (file)
@@ -1,3 +1,8 @@
+Tue Dec 22 13:02:22 1998  Michael Meissner  <meissner@cygnus.com>
+
+       * toplev.c (main): Delete handling of -dM as a preprocessor
+       option.
+
 Mon Dec 21 17:39:38 1998  Michael Meissner  <meissner@cygnus.com>
 
        * toplev.c (main): Don't emit any warnings when using -dD, -dM, or
index 9f7a775..5e586b8 100644 (file)
@@ -4788,7 +4788,6 @@ main (argc, argv)
                    break;
                  case 'D':     /* these are handled by the preprocessor */
                  case 'I':
-                 case 'M':
                    break;
                  default:
                    warning ("unrecognised gcc debugging option: %c", p[-1]);