From 4ee7aa6044a246fc809522b75d67ed12bd03ffc1 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sat, 8 Feb 2003 21:21:00 -0800 Subject: [PATCH] alpha.c (override_options): Turn off explicit relocs until post-peep2 code duplication resolved. * config/alpha/alpha.c (override_options): Turn off explicit relocs until post-peep2 code duplication resolved. From-SVN: r62597 --- gcc/ChangeLog | 5 +++++ gcc/config/alpha/alpha.c | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 91d46e4b458..f89f7b17866 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-02-08 Richard Henderson + + * config/alpha/alpha.c (override_options): Turn off explicit + relocs until post-peep2 code duplication resolved. + 2003-02-08 Kazu Hirata * optabs.c (expand_unop): Widen clz properly when clz is done diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index 4e4de75b6ad..fcd36338c10 100644 --- a/gcc/config/alpha/alpha.c +++ b/gcc/config/alpha/alpha.c @@ -657,6 +657,10 @@ override_options () real_format_for_mode[DFmode - QFmode] = &vax_g_format; real_format_for_mode[TFmode - QFmode] = NULL; } + + /* ??? Turn off explicit relocs until code duplication by bb-reorder + is addressed. */ + target_flags &= ~MASK_EXPLICIT_RELOCS; } /* Returns 1 if VALUE is a mask that contains full bytes of zero or ones. */ -- 2.30.2