Commit 0a22948f by Richard Kenner

(ASM_COMMENT_START): Define.

From-SVN: r14091
parent b1016f1c
/* Definitions for Motorola m68k running Linux
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
This file is part of GNU CC.
......@@ -26,6 +26,8 @@ Boston, MA 02111-1307, USA. */
#define DBX_DEBUGGING_INFO
#define ASM_COMMENT_START "|"
#define CPP_PREDEFINES \
"-Dunix -Dmc68000 -Dmc68020 -Dlinux -Asystem(unix) -Asystem(posix) -Acpu(m68k) -Amachine(m68k)"
......
......@@ -62,6 +62,8 @@ Boston, MA 02111-1307, USA. */
#undef USER_LABEL_PREFIX
#define USER_LABEL_PREFIX ""
#define ASM_COMMENT_START "|"
/* How to refer to registers in assembler output.
This sequence is indexed by compiler's hard-register-number.
Motorola format uses different register names than defined in m68k.h. */
......
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