]> gcc.gnu.org Git - gcc.git/commitdiff
*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Mon, 25 May 1992 02:32:18 +0000 (02:32 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 25 May 1992 02:32:18 +0000 (02:32 +0000)
From-SVN: r1077

gcc/toplev.c

index 248f4079bc7278f3ba7ba1900ad8699a2dab1ece..19da62137d9371de2b5293a249367f9849ebc4e4 100644 (file)
@@ -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);
This page took 0.073465 seconds and 5 git commands to generate.