]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
(use_parallel): Change default value from 1 to 0. binutils-2_15-branch
authorNick Clifton <nickc@redhat.com>
Wed, 8 Jun 2005 15:34:48 +0000 (15:34 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 8 Jun 2005 15:34:48 +0000 (15:34 +0000)
gas/ChangeLog
gas/config/tc-m32r.c

index c7c21569a719bfc9f6aae47a68012d6d3e007b40..209d3bb956149f0a18e89329707f1f951ed61452 100644 (file)
@@ -1,4 +1,9 @@
+2005-06-08  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
+
+       * config/tc-m32r.c (use_parallel): Change default value from 1 to 0.
+
 2004-08-18  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
+
        * config/tc-mips.c (append_insn): Handle delay slots in branch likely
        correctly.
 
index fb1c61354fba19563f9565ff7768487c2739bbc4..919904fc15ab405c7a94fb37d41bcab6ec6e2e40 100644 (file)
@@ -127,7 +127,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;