aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-09-07 06:17:38 +0000
committerRichard Stallman <rms@gnu.org>1992-09-07 06:17:38 +0000
commit08611787e305b57f080a1a5bda084fbf07ffdfa7 (patch)
treebb4569de255da53dec999280b7f2b2acf874b427 /gcc
parentea0470bf6cb2e2e391873740ab2f0ed3cac00e1d (diff)
downloadgcc-08611787e305b57f080a1a5bda084fbf07ffdfa7.zip
gcc-08611787e305b57f080a1a5bda084fbf07ffdfa7.tar.gz
gcc-08611787e305b57f080a1a5bda084fbf07ffdfa7.tar.bz2
(FSGLMUL_USE_S): Defined.
From-SVN: r2073
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/m68k/amix.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/gcc/config/m68k/amix.h b/gcc/config/m68k/amix.h
index eb80c2f..a34a464 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