OSDN Git Service

Fri Sep 3 18:09:24 1999 Andrew Haley <aph@cygnus.com>
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Sep 1999 17:10:48 +0000 (17:10 +0000)
committeraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Sep 1999 17:10:48 +0000 (17:10 +0000)
        * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29085 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/m68k/m68k-coff.h
gcc/config/m68k/m68kelf.h

index da0b204..cb48216 100644 (file)
@@ -1,3 +1,9 @@
+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
index 085dd95..ad08a48 100644 (file)
@@ -20,6 +20,9 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
 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"
index ce87414..b9cf388 100644 (file)
@@ -28,8 +28,8 @@ Boston, MA 02111-1307, USA.  */
 #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