Delete handling of -dM as a preprocessor option

From-SVN: r24393
This commit is contained in:
Michael Meissner 1998-12-22 10:03:17 +00:00 committed by Michael Meissner
parent 087aa39894
commit 2f0d2c99e2
2 changed files with 5 additions and 1 deletions

View 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

View 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]);