alpha.c (override_options): Turn off explicit relocs until post-peep2 code duplicatio...
authorRichard Henderson <rth@redhat.com>
Sun, 9 Feb 2003 05:21:00 +0000 (21:21 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 9 Feb 2003 05:21:00 +0000 (21:21 -0800)
        * config/alpha/alpha.c (override_options): Turn off explicit
        relocs until post-peep2 code duplication resolved.

From-SVN: r62597

gcc/ChangeLog
gcc/config/alpha/alpha.c

index 91d46e4b458626c9f41efe5c27582125e486f53f..f89f7b17866ad644daeb2cd360baec11471d7468 100644 (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
index 4e4de75b6adeaaf7f12fe59b16d6ade938c43234..fcd36338c1036b39c786a73b5885f7966c0cd2d6 100644 (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;
 }
 \f
 /* Returns 1 if VALUE is a mask that contains full bytes of zero or ones.  */