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:
parent
c117dddced
commit
4ee7aa6044
@ -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
|
||||
|
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user