Commit 4be40f36 by Stan Cox

Make dwarf debugging info the default.

From-SVN: r7765
parent 8f03b1af
...@@ -31,7 +31,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -31,7 +31,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
(TARGET_SVR4 ? DWARF_DEBUG : SDB_DEBUG) (TARGET_SVR4 ? DWARF_DEBUG : SDB_DEBUG)
#ifndef VERSION_INFO2 #ifndef VERSION_INFO2
#define VERSION_INFO2 "$Revision: 1.12 $" #define VERSION_INFO2 "$Revision: 1.13 $"
#endif #endif
#ifndef NO_BUGS #ifndef NO_BUGS
#define AS_BUG_IMMEDIATE_LABEL #define AS_BUG_IMMEDIATE_LABEL
...@@ -64,6 +64,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -64,6 +64,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define TARGET_DEFAULT (MASK_CHECK_ZERO_DIV | \ #define TARGET_DEFAULT (MASK_CHECK_ZERO_DIV | \
MASK_OCS_DEBUG_INFO | \ MASK_OCS_DEBUG_INFO | \
MASK_OCS_FRAME_POSITION | \ MASK_OCS_FRAME_POSITION | \
MASK_STANDARD | \
MASK_SVR4) MASK_SVR4)
#undef CPU_DEFAULT #undef CPU_DEFAULT
#define CPU_DEFAULT MASK_88000 #define CPU_DEFAULT MASK_88000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment