Commit e9be0028 by Andrew Haley Committed by Andrew Haley

m68kelf.h: Set USE_GAS...

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
parent 2bfa88dc
No preview for this file type
......@@ -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"
......
......@@ -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
......
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