* config/c4x/c4x.h (TARGET_DEFAULT): Fix typo.

From-SVN: r23896
This commit is contained in:
Michael Hayes 1998-11-26 02:39:15 +00:00 committed by Michael Hayes
parent 71205e0b3f
commit d97860aee0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu Nov 26 23:40:03 1998 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* config/c4x/c4x.h (TARGET_DEFAULT): Fix typo.
1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
* Makefile.in (CONFIG_LANGUAGES): New macro taking all languages

View File

@ -213,7 +213,7 @@
/* Play safe, not the fastest code. */
#define TARGET_DEFAULT ALIASES_FLAG | PARALLEL_PACK_FLAG \
| PARALLEL_MPY_FLAG | TARGET_RPTB_FLAG
| PARALLEL_MPY_FLAG | RPTB_FLAG
/* Caveats:
Max iteration count for RPTB/RPTS is 2^31 + 1.