aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2002-09-26 16:55:30 +0000
committerJeff Law <law@gcc.gnu.org>2002-09-26 10:55:30 -0600
commit0855247a1c2c7feb135bedccff3e17103598169d (patch)
treef7c5c8aebd32365cbc667a67346fb51805a2dba9 /gcc/config
parent6335b0aac369abc809ae6a784db3c947bfd8d8df (diff)
downloadgcc-0855247a1c2c7feb135bedccff3e17103598169d.zip
gcc-0855247a1c2c7feb135bedccff3e17103598169d.tar.gz
gcc-0855247a1c2c7feb135bedccff3e17103598169d.tar.bz2
* v850.md ("length"): Change default value to 4.
From-SVN: r57541
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/v850/v850.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/v850/v850.md b/gcc/config/v850/v850.md
index 20a22c7..5acbb85 100644
--- a/gcc/config/v850/v850.md
+++ b/gcc/config/v850/v850.md
@@ -33,7 +33,7 @@
;; The size of instructions in bytes.
(define_attr "length" ""
- (const_int 200))
+ (const_int 4))
(define_attr "long_calls" "yes,no"
(const (if_then_else (symbol_ref "TARGET_LONG_CALLS")