From: Richard Henderson Date: Sun, 9 Feb 2003 05:21:00 +0000 (-0800) Subject: alpha.c (override_options): Turn off explicit relocs until post-peep2 code duplicatio... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ee7aa6044a246fc809522b75d67ed12bd03ffc1;p=gcc.git 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 --- 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. */