Commit a56addeb by Richard Stallman

*** empty log message ***

From-SVN: r1077
parent 14be024e
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment