diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1993-03-19 18:06:21 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1993-03-19 18:06:21 -0800 |
commit | 51980b4a2b90f7bf18e19787c9928f9677e9a876 (patch) | |
tree | f88186a5f0b40a4f8a1a7d4c307e48c6c8663499 /gcc/xcoffout.h | |
parent | ad3b4030324fe2977456cf57f6e188856306eafe (diff) | |
download | gcc-51980b4a2b90f7bf18e19787c9928f9677e9a876.zip gcc-51980b4a2b90f7bf18e19787c9928f9677e9a876.tar.gz gcc-51980b4a2b90f7bf18e19787c9928f9677e9a876.tar.bz2 |
(DEBUG_SYMS_TEXT): Define.
From-SVN: r3791
Diffstat (limited to 'gcc/xcoffout.h')
-rw-r--r-- | gcc/xcoffout.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/xcoffout.h b/gcc/xcoffout.h index c36e93b..9c38fc5 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 |