diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-03-20 02:06:21 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-03-20 02:06:21 +0000 |
commit | a3950844923e1e2ec4d794128d17fb729a7cb0c0 (patch) | |
tree | f88186a5f0b40a4f8a1a7d4c307e48c6c8663499 /gcc/xcoffout.h | |
parent | 40ba573395993bed4982bd7a8f00c70093d2e9b3 (diff) | |
download | gcc-a3950844923e1e2ec4d794128d17fb729a7cb0c0.tar.gz |
(DEBUG_SYMS_TEXT): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3791 138bc75d-0d04-0410-961f-82ee72b054a4
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 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 |