aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-03-25 18:58:51 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1994-03-25 18:58:51 -0500
commit2b9791d49ffd6d5ac6de0cb63e462c8f8a60b4d9 (patch)
treec1e9bcd832ade8d6404d644ffc201cc5f60a348d /gcc
parent1c2bb219e946fe91022b1754f4f2fa97abbe9c53 (diff)
downloadgcc-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.h1
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 */