aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1996-12-26 21:31:18 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1996-12-26 21:31:18 +0000
commit63d7d7a17786a68f15b57081941cc2c65d35fbf8 (patch)
tree936985747807ea5821df3a0bc75bc23c52627dad
parent46af8e31a333e6ef7066c006b8e47d1e2140c3a3 (diff)
downloadgcc-63d7d7a17786a68f15b57081941cc2c65d35fbf8.zip
gcc-63d7d7a17786a68f15b57081941cc2c65d35fbf8.tar.gz
gcc-63d7d7a17786a68f15b57081941cc2c65d35fbf8.tar.bz2
Set length of V.4 pic initialization
From-SVN: r13342
-rw-r--r--gcc/config/rs6000/rs6000.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
index e9f1641..a5cae5e 100644
--- a/gcc/config/rs6000/rs6000.md
+++ b/gcc/config/rs6000/rs6000.md
@@ -7478,7 +7478,8 @@
(unspec [(const_int 0)] 7))]
"DEFAULT_ABI == ABI_V4 || DEFAULT_ABI == ABI_SOLARIS"
"bl _GLOBAL_OFFSET_TABLE_@local-4"
- [(set_attr "type" "branch")])
+ [(set_attr "type" "branch")
+ (set_attr "length" "4")])
;; Compare insns are next. Note that the RS/6000 has two types of compares,