Commit 2f0d2c99 by Michael Meissner Committed by Michael Meissner

Delete handling of -dM as a preprocessor option

From-SVN: r24393
parent 087aa398
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> 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 * toplev.c (main): Don't emit any warnings when using -dD, -dM, or
......
...@@ -4788,7 +4788,6 @@ main (argc, argv) ...@@ -4788,7 +4788,6 @@ main (argc, argv)
break; break;
case 'D': /* these are handled by the preprocessor */ case 'D': /* these are handled by the preprocessor */
case 'I': case 'I':
case 'M':
break; break;
default: default:
warning ("unrecognised gcc debugging option: %c", p[-1]); warning ("unrecognised gcc debugging option: %c", p[-1]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment