Commit 08611787 by Richard Stallman

(FSGLMUL_USE_S): Defined.

From-SVN: r2073
parent ea0470bf
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment