diff options
author | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-03 17:10:48 +0000 |
---|---|---|
committer | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-03 17:10:48 +0000 |
commit | 84212317d348ff7ea9970f683dbad22d2b130cc7 (patch) | |
tree | 3f5d187005e45a7a6db474e14509e7b60d093c1a /gcc/config/m68k/m68kelf.h | |
parent | 6524d6b593bb6bc3cbf3598e767b8eee5dc6d1a2 (diff) | |
download | gcc-84212317d348ff7ea9970f683dbad22d2b130cc7.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29085 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/m68kelf.h')
-rw-r--r-- | gcc/config/m68k/m68kelf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/m68k/m68kelf.h b/gcc/config/m68k/m68kelf.h index ce874149da3..b9cf3888675 100644 --- a/gcc/config/m68k/m68kelf.h +++ b/gcc/config/m68k/m68kelf.h @@ -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 |