diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 1995-12-13 20:02:30 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 1995-12-13 20:02:30 +0000 |
commit | 8092a8e8417c5fa4bc35e91ab9f20ac2f63bee13 (patch) | |
tree | f0e3bdab1b26ecfb4056cf979b8b228ce7db08a7 /gcc | |
parent | 4bcaafd97b71b43e4892dd4dd783c03dd5e1319e (diff) | |
download | gcc-8092a8e8417c5fa4bc35e91ab9f20ac2f63bee13.zip gcc-8092a8e8417c5fa4bc35e91ab9f20ac2f63bee13.tar.gz gcc-8092a8e8417c5fa4bc35e91ab9f20ac2f63bee13.tar.bz2 |
Define DBX_USE_BINCL.
From-SVN: r10707
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sparc/sunos4.h | 4 | ||||
-rw-r--r-- | gcc/config/svr4.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/config/sparc/sunos4.h b/gcc/config/sparc/sunos4.h index 8b17f1e..1b58a17 100644 --- a/gcc/config/sparc/sunos4.h +++ b/gcc/config/sparc/sunos4.h @@ -20,4 +20,8 @@ Boston, MA 02111-1307, USA. */ #define SUNOS4_SHARED_LIBRARIES 1 +/* Use N_BINCL stabs. */ + +#define DBX_USE_BINCL + #include "sparc/sparc.h" diff --git a/gcc/config/svr4.h b/gcc/config/svr4.h index d27920a..2ded0fa 100644 --- a/gcc/config/svr4.h +++ b/gcc/config/svr4.h @@ -268,6 +268,10 @@ do { \ #define DBX_DEBUGGING_INFO +/* When generating stabs debugging, use N_BINCL entries. */ + +#define DBX_USE_BINCL + /* Use DWARF debugging info by default. */ #ifndef PREFERRED_DEBUGGING_TYPE |