From: Richard Kenner Date: Mon, 23 Aug 1993 22:45:43 +0000 (-0400) Subject: (ASM_LONG): Move from dpx2.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=94092294e0f33ca0dfce10130475bf21b467f40d;p=gcc.git (ASM_LONG): Move from dpx2.h. From-SVN: r5196 --- 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 */