From 94092294e0f33ca0dfce10130475bf21b467f40d Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 23 Aug 1993 18:45:43 -0400 Subject: (ASM_LONG): Move from dpx2.h. From-SVN: r5196 --- gcc/config/m68k/dpx2g.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc') diff --git a/gcc/config/m68k/dpx2g.h b/gcc/config/m68k/dpx2g.h index 31bef8d..ea98e46 100644 --- a/gcc/config/m68k/dpx2g.h +++ b/gcc/config/m68k/dpx2g.h @@ -54,6 +54,9 @@ /* GAS does not understand .ident so don't output anything for #ident. */ #undef ASM_OUTPUT_IDENT +#undef ASM_LONG +#define ASM_LONG "\t.long" + /* * put const's in the text section */ -- cgit v1.1