From: Michael Hayes Date: Thu, 26 Nov 1998 02:39:15 +0000 (+0000) Subject: * config/c4x/c4x.h (TARGET_DEFAULT): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d97860aee00fb9133f7ef47be0d561db5e483036;p=gcc.git * config/c4x/c4x.h (TARGET_DEFAULT): Fix typo. From-SVN: r23896 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bd31aed2361..1277cd5b8eb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Thu Nov 26 23:40:03 1998 Michael Hayes + + * config/c4x/c4x.h (TARGET_DEFAULT): Fix typo. + 1998-11-26 Manfred Hollstein * Makefile.in (CONFIG_LANGUAGES): New macro taking all languages diff --git a/gcc/config/c4x/c4x.h b/gcc/config/c4x/c4x.h index 60fa0830884..7911bd42f7b 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.