diff options
author | Stan Cox <coxs@gnu.org> | 1994-07-13 15:48:17 +0000 |
---|---|---|
committer | Stan Cox <coxs@gnu.org> | 1994-07-13 15:48:17 +0000 |
commit | 4be40f361984880793e17b2658445eba4fcf9898 (patch) | |
tree | 47f523d08417772991ba147a19d40203baabf759 /gcc | |
parent | 8f03b1af617f1f9e1a2a37c31f89b8ce3d66e9e8 (diff) | |
download | gcc-4be40f361984880793e17b2658445eba4fcf9898.zip gcc-4be40f361984880793e17b2658445eba4fcf9898.tar.gz gcc-4be40f361984880793e17b2658445eba4fcf9898.tar.bz2 |
Make dwarf debugging info the default.
From-SVN: r7765
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m88k/dgux.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/m88k/dgux.h b/gcc/config/m88k/dgux.h index 99205cc..69db461 100644 --- a/gcc/config/m88k/dgux.h +++ b/gcc/config/m88k/dgux.h @@ -31,7 +31,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ (TARGET_SVR4 ? DWARF_DEBUG : SDB_DEBUG) #ifndef VERSION_INFO2 -#define VERSION_INFO2 "$Revision: 1.12 $" +#define VERSION_INFO2 "$Revision: 1.13 $" #endif #ifndef NO_BUGS #define AS_BUG_IMMEDIATE_LABEL @@ -64,6 +64,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define TARGET_DEFAULT (MASK_CHECK_ZERO_DIV | \ MASK_OCS_DEBUG_INFO | \ MASK_OCS_FRAME_POSITION | \ + MASK_STANDARD | \ MASK_SVR4) #undef CPU_DEFAULT #define CPU_DEFAULT MASK_88000 |