From 94092294e0f33ca0dfce10130475bf21b467f40d Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 23 Aug 1993 18:45:43 -0400 Subject: [PATCH] (ASM_LONG): Move from dpx2.h. From-SVN: r5196 --- gcc/config/m68k/dpx2g.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/m68k/dpx2g.h b/gcc/config/m68k/dpx2g.h index 31bef8dbdf4..ea98e46b4d5 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 */ -- 2.30.2