diff options
author | Nick Clifton <nickc@redhat.com> | 2005-06-08 15:34:48 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-06-08 15:34:48 +0000 |
commit | 7e01d69a19a8fd079887f26853c8565da15ff340 (patch) | |
tree | 8551555ecf5d7a01af05bdfecb92714d47a60ba7 /gas/config/tc-m32r.c | |
parent | 7b9ccb273e8725526e66e449a98e643f5521f05d (diff) | |
download | binutils-redhat-binutils-2_15-branch.tar.gz |
(use_parallel): Change default value from 1 to 0.binutils-2_15-branch
Diffstat (limited to 'gas/config/tc-m32r.c')
-rw-r--r-- | gas/config/tc-m32r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-m32r.c b/gas/config/tc-m32r.c index fb1c61354f..919904fc15 100644 --- a/gas/config/tc-m32r.c +++ b/gas/config/tc-m32r.c @@ -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; |