aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m88k
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1994-11-21 18:49:13 +0000
committerDoug Evans <dje@gnu.org>1994-11-21 18:49:13 +0000
commit6cef64194c5b19ee27512c8c7c8adb88631d7a8f (patch)
tree998892173a2a5a94b9612c4537f1a4d7e5d2fffe /gcc/config/m88k
parent2029232eda168b9e44fbff0f9b4cf80eb7f8bf67 (diff)
downloadgcc-6cef64194c5b19ee27512c8c7c8adb88631d7a8f.zip
gcc-6cef64194c5b19ee27512c8c7c8adb88631d7a8f.tar.gz
gcc-6cef64194c5b19ee27512c8c7c8adb88631d7a8f.tar.bz2
(CPP_PREDEFINES): Add -Acpu and -Amachine.
(DBX_DEBUGGING_INFO): Define. From-SVN: r8536
Diffstat (limited to 'gcc/config/m88k')
-rw-r--r--gcc/config/m88k/m88k-coff.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/config/m88k/m88k-coff.h b/gcc/config/m88k/m88k-coff.h
index b86582a..5d05268 100644
--- a/gcc/config/m88k/m88k-coff.h
+++ b/gcc/config/m88k/m88k-coff.h
@@ -22,11 +22,15 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "m88k/m88k.h"
#undef CPP_PREDEFINES
-#define CPP_PREDEFINES "-Dm88000 -Dm88k"
+#define CPP_PREDEFINES "-Dm88000 -Dm88k -Acpu(m88k) -Amachine(m88k)"
#undef DBX_DEBUGGING_INFO
#define SDB_DEBUGGING_INFO
+/* Output DBX (stabs) debugging information if using -gstabs. */
+
+#define DBX_DEBUGGING_INFO
+
#undef PREFERRED_DEBUGGING_TYPE
#define PREFERRED_DEBUGGING_TYPE SDB_DEBUG