From 51980b4a2b90f7bf18e19787c9928f9677e9a876 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Fri, 19 Mar 1993 18:06:21 -0800 Subject: [PATCH] (DEBUG_SYMS_TEXT): Define. From-SVN: r3791 --- gcc/xcoffout.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gcc/xcoffout.h b/gcc/xcoffout.h index c36e93bd876..9c38fc5b482 100644 --- a/gcc/xcoffout.h +++ b/gcc/xcoffout.h @@ -170,3 +170,9 @@ extern char *xcoff_read_only_section_name; Also has the consequence of putting each struct, union or enum into a separate .stabs, containing only cross-refs to the others. */ #define DBX_NO_XREFS + +/* We must put stabs in the text section. If we don't the assembler + won't handle them correctly; it will sometimes put stabs where gdb + can't find them. */ + +#define DEBUG_SYMS_TEXT