diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2008-01-23 17:24:06 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2008-01-23 17:24:06 +0000 |
commit | 6c660aeb0e8079ee3267af0dc3682ce9cdc91385 (patch) | |
tree | 55f80613305a74a0f057450e9791f19d364be9bd /gcc | |
parent | 02a4bca9c914abd8b41bdc21b3f82864ccfdf693 (diff) | |
download | gcc-6c660aeb0e8079ee3267af0dc3682ce9cdc91385.zip gcc-6c660aeb0e8079ee3267af0dc3682ce9cdc91385.tar.gz gcc-6c660aeb0e8079ee3267af0dc3682ce9cdc91385.tar.bz2 |
cris.h (CC1PLUS_SPEC, [...]): Drop stale and straggling -fforce-addr comments above.
* config/cris/cris.h (CC1PLUS_SPEC, OPTIMIZATION_OPTIONS): Drop
stale and straggling -fforce-addr comments above.
From-SVN: r131763
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/config/cris/cris.h | 11 |
2 files changed, 4 insertions, 10 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 269b275..0b4e46f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2008-01-23 Hans-Peter Nilsson <hp@axis.com> + * config/cris/cris.h (CC1PLUS_SPEC, OPTIMIZATION_OPTIONS): Drop + stale and straggling -fforce-addr comments above. + * config/cris/cris.h (CRIS_SUBTARGET_VERSION, TARGET_VERSION): Don't define. * config/cris/linux.h (CRIS_SUBTARGET_VERSION): Don't define. diff --git a/gcc/config/cris/cris.h b/gcc/config/cris/cris.h index a900f84..9e59b88 100644 --- a/gcc/config/cris/cris.h +++ b/gcc/config/cris/cris.h @@ -188,11 +188,7 @@ extern int cris_cpu_version; %{!fno-function-sections: -ffunction-sections}\ %{!fno-data-sections: -fdata-sections}}}}" -/* This adds to CC1_SPEC. When bugs are removed from -fvtable-gc - (-fforce-addr causes invalid .vtable_entry asm in tinfo.cc and - nothing at all works in GCC 3.0-pre), add this line: - "%{mbest-lib-options:%{!moverride-best-lib-options:\ - %{!melinux:%{!maout|melf:%{!fno-vtable-gc:-fvtable-gc}}}}}". */ +/* This adds to CC1_SPEC. */ #define CC1PLUS_SPEC "" #ifdef HAVE_AS_NO_MUL_BUG_ABORT_OPTION @@ -334,11 +330,6 @@ extern int target_flags; #define OVERRIDE_OPTIONS cris_override_options () -/* The following gives optimal code for gcc-2.7.2, but *may* be subject - to change. Omitting flag_force_addr gives .1-.7% faster code for gcc - *only*, but 1.3% larger code. On ipps it gives 5.3-10.6% slower - code(!) and 0.3% larger code. For products, images gets .1-1.8% - larger. Do not set strict aliasing from optimization options. */ #define OPTIMIZATION_OPTIONS(OPTIMIZE, SIZE) \ do \ { \ |