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 91d46e4..f89f7b1 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 4e4de75..fcd3633 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.  */