From: Richard Kenner Date: Mon, 4 Mar 1996 23:40:06 +0000 (-0500) Subject: (print_operand): Emit .l as scale factor #ifdef MOTOROLA. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3f889ae8a923505f2ae8da6a30ec153582ca6d5b;p=gcc.git (print_operand): Emit .l as scale factor #ifdef MOTOROLA. From-SVN: r11427 --- diff --git a/gcc/config/m68k/m68k.c b/gcc/config/m68k/m68k.c index 3fd8463c344..707b682fa4f 100644 --- a/gcc/config/m68k/m68k.c +++ b/gcc/config/m68k/m68k.c @@ -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