Commit 63d7d7a1 by Michael Meissner

Set length of V.4 pic initialization

From-SVN: r13342
parent 46af8e31
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment