diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-08-23 18:45:43 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-08-23 18:45:43 -0400 |
commit | 94092294e0f33ca0dfce10130475bf21b467f40d (patch) | |
tree | 8b5a557768851173b5ebea143b6e4ac2d8529c66 | |
parent | 9161998e10a87d337e114ff78ded17e9655a05d9 (diff) | |
download | gcc-94092294e0f33ca0dfce10130475bf21b467f40d.zip gcc-94092294e0f33ca0dfce10130475bf21b467f40d.tar.gz gcc-94092294e0f33ca0dfce10130475bf21b467f40d.tar.bz2 |
(ASM_LONG): Move from dpx2.h.
From-SVN: r5196
-rw-r--r-- | gcc/config/m68k/dpx2g.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |