(FSGLMUL_USE_S): Defined.
authorRichard Stallman <rms@gnu.org>
Mon, 7 Sep 1992 06:17:38 +0000 (06:17 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 7 Sep 1992 06:17:38 +0000 (06:17 +0000)
From-SVN: r2073

gcc/config/m68k/amix.h

index eb80c2f4baf777e2192d4c363baedeb01e269338..a34a4646140589c312951848570e5d2d6eb6a2c0 100644 (file)
@@ -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