diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-03-25 18:58:51 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-03-25 18:58:51 -0500 |
commit | 2b9791d49ffd6d5ac6de0cb63e462c8f8a60b4d9 (patch) | |
tree | c1e9bcd832ade8d6404d644ffc201cc5f60a348d /gcc | |
parent | 1c2bb219e946fe91022b1754f4f2fa97abbe9c53 (diff) | |
download | gcc-2b9791d49ffd6d5ac6de0cb63e462c8f8a60b4d9.zip gcc-2b9791d49ffd6d5ac6de0cb63e462c8f8a60b4d9.tar.gz gcc-2b9791d49ffd6d5ac6de0cb63e462c8f8a60b4d9.tar.bz2 |
(MOTOROLA_BSR): Defined.
From-SVN: r6907
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/mot3300.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/m68k/mot3300.h b/gcc/config/m68k/mot3300.h index c4c8ea5..c12b573 100644 --- a/gcc/config/m68k/mot3300.h +++ b/gcc/config/m68k/mot3300.h @@ -21,6 +21,7 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define MOTOROLA /* Use Motorola syntax rather than "MIT" */ +#define MOTOROLA_BSR /* Use Span-dependent optimized bsr */ #define SGS /* Uses SGS assembler */ #define SGS_CMP_ORDER /* Takes cmp operands in reverse order */ #define SGS_SWAP_W /* Use swap.w rather than just plain swap */ |