Fri Sep 3 18:09:24 1999 Andrew Haley <aph@cygnus.com>
* config/m68k/m68kelf.h: Set USE_GAS; this makes gcc generate jbsr
(relative) rather than jsr (absolute) subroutine call insns.
* config/m68k/m68k-coff.h: Ditto.
From-SVN: r29085
+Fri Sep 3 18:09:24 1999 Andrew Haley <aph@cygnus.com>
+
+ * config/m68k/m68kelf.h: Set USE_GAS; this makes gcc generate jbsr
+ (relative) rather than jsr (absolute) subroutine call insns.
+ * config/m68k/m68k-coff.h: Ditto.
+
Fri Sep 3 17:24:31 1999 Richard Earnshaw <rearnsha@arm.com>
* arm.c (note_invalid_constants): No need to ignore ASMs, we can
Boston, MA 02111-1307, USA. */
#define MOTOROLA /* Use Motorola syntax rather than MIT. */
+#ifndef USE_GAS /* forces jsbr instead of jsr. */
+#define USE_GAS
+#endif
#include "m68k/m68k-none.h"
#include "m68k/m68kemb.h"
#ifndef MOTOROLA
#define MOTOROLA /* Use MOTOROLA syntax. */
#endif
-#ifdef USE_GAS /* when present, forces jsbr instead of jsr. */
-#undef USE_GAS
+#ifndef USE_GAS /* forces jsbr instead of jsr. */
+#define USE_GAS
#endif
#ifndef SWBEG_ASM_OP