diff options
author | Michael Hayes <m.hayes@elec.canterbury.ac.nz> | 1998-11-26 02:39:15 +0000 |
---|---|---|
committer | Michael Hayes <m.hayes@gcc.gnu.org> | 1998-11-26 02:39:15 +0000 |
commit | d97860aee00fb9133f7ef47be0d561db5e483036 (patch) | |
tree | 2ae00b59bfbeb576c33f0197f57c4408ae8e5654 /gcc | |
parent | 71205e0b3f0acbe5124fa85e07794042ac1864f6 (diff) | |
download | gcc-d97860aee00fb9133f7ef47be0d561db5e483036.zip gcc-d97860aee00fb9133f7ef47be0d561db5e483036.tar.gz gcc-d97860aee00fb9133f7ef47be0d561db5e483036.tar.bz2 |
* config/c4x/c4x.h (TARGET_DEFAULT): Fix typo.
From-SVN: r23896
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/c4x/c4x.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bd31aed..1277cd5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/c4x/c4x.h b/gcc/config/c4x/c4x.h index 60fa083..7911bd4 100644 --- a/gcc/config/c4x/c4x.h +++ b/gcc/config/c4x/c4x.h @@ -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. |