(use_parallel): Change default value from 1 to 0.
authorNick Clifton <nickc@redhat.com>
Wed, 8 Jun 2005 14:39:54 +0000 (14:39 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 8 Jun 2005 14:39:54 +0000 (14:39 +0000)
gas/ChangeLog
gas/config/tc-m32r.c

index adc7095..4d2c48f 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-08  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
+
+       * config/tc-m32r.c (use_parallel): Change default value from 1 to 0.
+
 2005-06-07  Aldy Hernandez  <aldyh@redhat.com>
            Michael Snyder  <msnyder@redhat.com>
            Stan Cox  <scox@redhat.com>
index 83f0853..5f17337 100644 (file)
@@ -120,7 +120,7 @@ static int warn_explicit_parallel_conflicts = 1;
 static int ignore_parallel_conflicts = 0;
 
 /* Non-zero if insns can be made parallel.  */
-static int use_parallel = 1;
+static int use_parallel = 0;
 
 /* Non-zero if optimizations should be performed.  */
 static int optimize;