]> gcc.gnu.org Git - gcc.git/commitdiff
(ASM_LONG): Move from dpx2.h.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 23 Aug 1993 22:45:43 +0000 (18:45 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 23 Aug 1993 22:45:43 +0000 (18:45 -0400)
From-SVN: r5196

gcc/config/m68k/dpx2g.h

index 31bef8dbdf490ab35665c263c1997609201403d4..ea98e46b4d5b75609d5aff6a34b84f747fe4e09f 100644 (file)
@@ -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
  */
This page took 0.07859 seconds and 5 git commands to generate.