diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1996-12-26 21:31:18 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1996-12-26 21:31:18 +0000 |
commit | 63d7d7a17786a68f15b57081941cc2c65d35fbf8 (patch) | |
tree | 936985747807ea5821df3a0bc75bc23c52627dad /gcc | |
parent | 46af8e31a333e6ef7066c006b8e47d1e2140c3a3 (diff) | |
download | gcc-63d7d7a17786a68f15b57081941cc2c65d35fbf8.zip gcc-63d7d7a17786a68f15b57081941cc2c65d35fbf8.tar.gz gcc-63d7d7a17786a68f15b57081941cc2c65d35fbf8.tar.bz2 |
Set length of V.4 pic initialization
From-SVN: r13342
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/rs6000/rs6000.md | 3 |
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, |