diff options
author | Andrew Cagney <ac131313@redhat.com> | 2002-02-17 01:20:31 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@gcc.gnu.org> | 2002-02-17 01:20:31 +0000 |
commit | d2af4dbdccb120e90733ff1b144f4c86c16ca305 (patch) | |
tree | 6d6d207dfaa8f7c0f27ad88c87e9ae186a37d14f /gcc | |
parent | 2e1ed1e3e5fd8dbb7b4e87a16d9be64573af56ef (diff) | |
download | gcc-d2af4dbdccb120e90733ff1b144f4c86c16ca305.zip gcc-d2af4dbdccb120e90733ff1b144f4c86c16ca305.tar.gz gcc-d2af4dbdccb120e90733ff1b144f4c86c16ca305.tar.bz2 |
netbsd.h (PREFERRED_DEBUGGING_TYPE): Set to DBX_DEBUG.
* config/rs6000/netbsd.h (PREFERRED_DEBUGGING_TYPE): Set to
DBX_DEBUG.
From-SVN: r49813
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/rs6000/netbsd.h | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 144e6c9..5ecdd9f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-02-16 Andrew Cagney <ac131313@redhat.com> + + * config/rs6000/netbsd.h (PREFERRED_DEBUGGING_TYPE): Set to + DBX_DEBUG. + 2002-02-16 John David Anglin <dave@hiauly1.hia.nrc.ca> * pa/t-pa, pa/t-pro, som.h: Revert last patch. diff --git a/gcc/config/rs6000/netbsd.h b/gcc/config/rs6000/netbsd.h index 0e58a45..95f6542 100644 --- a/gcc/config/rs6000/netbsd.h +++ b/gcc/config/rs6000/netbsd.h @@ -64,3 +64,8 @@ Boston, MA 02111-1307, USA. */ structure return convention. */ #undef DRAFT_V4_STRUCT_RET #define DRAFT_V4_STRUCT_RET 1 + +/* Use STABS debugging information by default. DWARF2 makes a mess of + the 1.5.2 linker. */ +#undef PREFERRED_DEBUGGING_TYPE +#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG |