Commit 7aadc7c2 by Richard Kenner

(NO_DBX_FUNCTION_END): New macro.

From-SVN: r12353
parent 33d01c33
...@@ -2106,6 +2106,9 @@ extern void alpha_output_filename (); ...@@ -2106,6 +2106,9 @@ extern void alpha_output_filename ();
/* By default, turn on GDB extensions. */ /* By default, turn on GDB extensions. */
#define DEFAULT_GDB_EXTENSIONS 1 #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 /* If we are smuggling stabs through the ALPHA ECOFF object
format, put a comment in front of the .stab<x> operation so format, put a comment in front of the .stab<x> operation so
that the ALPHA assembler does not choke. The mips-tfile program that the ALPHA assembler does not choke. The mips-tfile program
......
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