From 635b513f6c95a39d858c2f78601d50e30e650113 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 14 Jul 1995 18:30:44 -0400 Subject: [PATCH] (main): Reword dwarf/c++/-g warning. From-SVN: r10134 --- gcc/toplev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) */ -- 2.30.2