(print_operand): Emit .l as scale factor #ifdef MOTOROLA.
From-SVN: r11427
This commit is contained in:
parent
e1c2b28d21
commit
3f889ae8a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user