From: Richard Kenner Date: Fri, 14 Jul 1995 22:30:44 +0000 (-0400) Subject: (main): Reword dwarf/c++/-g warning. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=635b513f6c95a39d858c2f78601d50e30e650113;p=gcc.git (main): Reword dwarf/c++/-g warning. From-SVN: r10134 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index c8f827f31fb..db1ca4244a4 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -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) */