aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68k/coff.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/m68k/coff.h')
-rw-r--r--gcc/config/m68k/coff.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/config/m68k/coff.h b/gcc/config/m68k/coff.h
index 77be8b9743c..21699a60c78 100644
--- a/gcc/config/m68k/coff.h
+++ b/gcc/config/m68k/coff.h
@@ -22,13 +22,13 @@ Boston, MA 02111-1307, USA. */
/* This file is included after m68k.h by CPU COFF specific files. It
is not a complete target itself. */
-/* Generate sdb debugging information. */
+/* Used in m68k.c to include required support code. */
-#define SDB_DEBUGGING_INFO 1
+#define M68K_TARGET_COFF 1
-/* Output DBX (stabs) debugging information if using -gstabs. */
+/* Generate sdb debugging information. */
-#include "dbxcoff.h"
+#define SDB_DEBUGGING_INFO 1
/* COFF symbols don't start with an underscore. */
@@ -57,7 +57,7 @@ Boston, MA 02111-1307, USA. */
#define ASM_RETURN_CASE_JUMP \
do { \
- if (TARGET_5200) \
+ if (TARGET_COLDFIRE) \
{ \
if (ADDRESS_REG_P (operands[0])) \
return "jmp %%pc@(2,%0:l)"; \
@@ -74,7 +74,7 @@ Boston, MA 02111-1307, USA. */
#define REGISTER_NAMES \
{"%d0", "%d1", "%d2", "%d3", "%d4", "%d5", "%d6", "%d7", \
"%a0", "%a1", "%a2", "%a3", "%a4", "%a5", "%a6", "%sp", \
- "%fp0", "%fp1", "%fp2", "%fp3", "%fp4", "%fp5", "%fp6", "%fp7" }
+ "%fp0", "%fp1", "%fp2", "%fp3", "%fp4", "%fp5", "%fp6", "%fp7", "argptr" }
#define TARGET_ASM_FILE_START_FILE_DIRECTIVE true