From: Doug Evans Date: Sun, 28 Jan 1996 19:43:58 +0000 (+0000) Subject: (*): #undef first. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e400d78221993ed2d0c41593c574c945ec15cf57;p=gcc.git (*): #undef first. From-SVN: r11120 --- diff --git a/gcc/config/dbxcoff.h b/gcc/config/dbxcoff.h index 3e2fe347afe..1ee6dd576ba 100644 --- a/gcc/config/dbxcoff.h +++ b/gcc/config/dbxcoff.h @@ -24,6 +24,7 @@ Boston, MA 02111-1307, USA. */ /* Output DBX (stabs) debugging information if doing -gstabs. */ +#undef DBX_DEBUGGING_INFO #define DBX_DEBUGGING_INFO /* Generate SDB debugging information by default. */ @@ -34,16 +35,19 @@ Boston, MA 02111-1307, USA. */ /* Be function-relative for block and source line stab directives. */ +#undef DBX_BLOCKS_FUNCTION_RELATIVE #define DBX_BLOCKS_FUNCTION_RELATIVE 1 /* but, to make this work, functions must appear prior to line info. */ +#undef DBX_FUNCTION_FIRST #define DBX_FUNCTION_FIRST /* Generate a blank trailing N_SO to mark the end of the .o file, since we can't depend upon the linker to mark .o file boundaries with embedded stabs. */ +#undef DBX_OUTPUT_MAIN_SOURCE_FILE_END #define DBX_OUTPUT_MAIN_SOURCE_FILE_END(FILE, FILENAME) \ fprintf (FILE, \ "\t.text\n\t.stabs \"\",%d,0,0,Letext\nLetext:\n", N_SO) @@ -69,6 +73,7 @@ Boston, MA 02111-1307, USA. */ /* When generating stabs debugging, use N_BINCL entries. */ +#undef DBX_USE_BINCL #define DBX_USE_BINCL /* There is no limit to the length of stabs strings. */