From: Richard Stallman Date: Mon, 25 May 1992 02:32:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a56addeb6398c167db957eb54e7d64177442f69a;p=platform%2Fupstream%2Fgcc.git *** empty log message *** From-SVN: r1077 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index 248f407..19da621 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);