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
This commit is contained in:
Richard Henderson 2003-02-08 21:21:00 -08:00 committed by Richard Henderson
parent c117dddced
commit 4ee7aa6044
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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. */