diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1997-05-18 12:19:22 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1997-05-18 12:19:22 -0400 |
commit | 0a22948f601ec68de091c55bcab733fa55bf594c (patch) | |
tree | 75b46e0b99f394c0680988107f3af0f2b7e37a67 /gcc/config/m68k/linux.h | |
parent | b1016f1cb55e90202fade27912950f9d71cfabf6 (diff) | |
download | gcc-0a22948f601ec68de091c55bcab733fa55bf594c.zip gcc-0a22948f601ec68de091c55bcab733fa55bf594c.tar.gz gcc-0a22948f601ec68de091c55bcab733fa55bf594c.tar.bz2 |
(ASM_COMMENT_START): Define.
From-SVN: r14091
Diffstat (limited to 'gcc/config/m68k/linux.h')
-rw-r--r-- | gcc/config/m68k/linux.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/m68k/linux.h b/gcc/config/m68k/linux.h index 7e9641c..70f5fa5 100644 --- a/gcc/config/m68k/linux.h +++ b/gcc/config/m68k/linux.h @@ -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. */ |