Commit 4ee7aa60 by Richard Henderson Committed by Richard Henderson

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
parent c117dddc
2003-02-08 Richard Henderson <rth@redhat.com>
* config/alpha/alpha.c (override_options): Turn off explicit
relocs until post-peep2 code duplication resolved.
2003-02-08 Kazu Hirata <kazu@cs.umass.edu>
* optabs.c (expand_unop): Widen clz properly when clz is done
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment