From: Richard Kenner Date: Fri, 25 Mar 1994 23:58:51 +0000 (-0500) Subject: (MOTOROLA_BSR): Defined. X-Git-Tag: misc/cutover-egcs-0~7036 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b9791d49ffd6d5ac6de0cb63e462c8f8a60b4d9;p=thirdparty%2Fgcc.git (MOTOROLA_BSR): Defined. From-SVN: r6907 --- diff --git a/gcc/config/m68k/mot3300.h b/gcc/config/m68k/mot3300.h index c4c8ea5b86ac..c12b573c9098 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 */