From 7aadc7c208ac446095fed7e5f6b2a21d4542210d Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 28 Jun 1996 14:05:35 -0400 Subject: [PATCH] (NO_DBX_FUNCTION_END): New macro. From-SVN: r12353 --- gcc/config/alpha/alpha.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index 8002764ac0d..7f2d57c9fb0 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -2106,6 +2106,9 @@ extern void alpha_output_filename (); /* By default, turn on GDB extensions. */ #define DEFAULT_GDB_EXTENSIONS 1 +/* Stabs-in-ECOFF can't handle dbxout_function_end(). */ +#define NO_DBX_FUNCTION_END 1 + /* If we are smuggling stabs through the ALPHA ECOFF object format, put a comment in front of the .stab operation so that the ALPHA assembler does not choke. The mips-tfile program -- 2.30.2