dbxout.c (dbxout_init): If DBX_OUTPUT_GCC_MARKER is defined, use it instead of blindl...
authorZack Weinberg <zack@gcc.gnu.org>
Wed, 18 Apr 2001 06:15:38 +0000 (06:15 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Wed, 18 Apr 2001 06:15:38 +0000 (06:15 +0000)
commitad087b92db9cd796f6ca3e2c3d5730a4d1b5fda0
tree890e674f479298825b48ff5b827cd8d6c288f352
parent599d54fd8e0f0cdd0332af0b9c02825f7c0a1599
dbxout.c (dbxout_init): If DBX_OUTPUT_GCC_MARKER is defined, use it instead of blindly generating a .stabs.

* dbxout.c (dbxout_init): If DBX_OUTPUT_GCC_MARKER is defined,
use it instead of blindly generating a .stabs.
* xcoffout.h: Define DBX_OUTPUT_GCC_MARKER so we put the type
in the right place.
* xcoffout.c: Don't bother defining default for N_CATCH.
(UNKNOWN_STAB): Use internal_error.
(stab_to_sclass): Remove now-unnecessary aborts.
Remove #if 0'ed case N_BROWS.  Add #ifdef N_OPT block.

From-SVN: r41404
gcc/ChangeLog
gcc/dbxout.c
gcc/xcoffout.c
gcc/xcoffout.h