From 08611787e305b57f080a1a5bda084fbf07ffdfa7 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 7 Sep 1992 06:17:38 +0000 Subject: [PATCH] (FSGLMUL_USE_S): Defined. From-SVN: r2073 --- gcc/config/m68k/amix.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/config/m68k/amix.h b/gcc/config/m68k/amix.h index eb80c2f4baf..a34a4646140 100644 --- a/gcc/config/m68k/amix.h +++ b/gcc/config/m68k/amix.h @@ -21,9 +21,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "m68kv4.h" -/* Alter assembler syntax for fsgldiv. */ +/* Alter assembler syntax for fsgldiv and fsglmul. + It is highly likely that this is a generic SGS m68k assembler dependency. + If so, it should eventually be handled in the m68ksgs.h ASM_OUTPUT_OPCODE + macro, like the other SGS assembler quirks. -fnf */ -#define FSGLDIV_USE_S +#define FSGLDIV_USE_S /* Use fsgldiv.s, not fsgldiv.x */ +#define FSGLMUL_USE_S /* Use fsglmul.s, not fsglmul.x */ /* Names to predefine in the preprocessor for this target machine. For the Amiga, these definitions match those of the native AT&T compiler. Note -- 2.30.2