From a56addeb6398c167db957eb54e7d64177442f69a Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 25 May 1992 02:32:18 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r1077 --- gcc/toplev.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/toplev.c b/gcc/toplev.c index 248f4079bc7..19da62137d9 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -2950,7 +2950,7 @@ You Lose! You must define PREFERRED_DEBUGGING_TYPE! if (write_symbols == XCOFF_DEBUG && !strncmp (str, "ggdb", len) && len >= 2) use_gdb_dbx_extensions = 1; - else if (write_symbols == DBX_DEBUG + else if (write_symbols == XCOFF_DEBUG && !strncmp (str, "gxcoff", len) && len >= 2) use_gdb_dbx_extensions = 0; else @@ -3053,6 +3053,7 @@ You Lose! You must define PREFERRED_DEBUGGING_TYPE! compile_file (filename); +#ifndef OS2 #ifndef VMS if (flag_print_mem) { @@ -3069,6 +3070,7 @@ You Lose! You must define PREFERRED_DEBUGGING_TYPE! #endif /* not USG */ } #endif /* not VMS */ +#endif /* not OS2 */ if (errorcount) exit (FATAL_EXIT_CODE); -- 2.30.2