(print_operand): Emit .l as scale factor #ifdef MOTOROLA.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 4 Mar 1996 23:40:06 +0000 (18:40 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 4 Mar 1996 23:40:06 +0000 (18:40 -0500)
From-SVN: r11427

gcc/config/m68k/m68k.c

index 3fd8463..707b682 100644 (file)
@@ -2181,7 +2181,11 @@ print_operand (file, op, letter)
               && INTVAL (XEXP (op, 0)) < 0x8000
               && INTVAL (XEXP (op, 0)) >= -0x8000))
        {
+#ifdef MOTOROLA
+         fprintf (file, ".l");
+#else
          fprintf (file, ":l");
+#endif
        }
     }
 #ifdef SUPPORT_SUN_FPA