(main): Reword dwarf/c++/-g warning.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 14 Jul 1995 22:30:44 +0000 (18:30 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 14 Jul 1995 22:30:44 +0000 (18:30 -0400)
From-SVN: r10134

gcc/toplev.c

index c8f827f31fbe0ca6734c988a60c58fc00587e1ee..db1ca4244a44d2362e637fc1ef09b2d18a8ea408 100644 (file)
@@ -3841,7 +3841,7 @@ You Lose!  You must define PREFERRED_DEBUGGING_TYPE!
   if (write_symbols == DWARF_DEBUG
       && strcmp (language_string, "GNU C++") == 0)
     {
-      warning ("-g option not supported for C++ on SVR4 systems");
+      warning ("-g option not supported for C++ on systems using the DWARF debugging format");
       write_symbols = NO_DEBUG;
     }
 #endif /* defined(DWARF_DEBUGGING_INFO) */