OSDN Git Service

Set length of V.4 pic initialization
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Dec 1996 21:31:18 +0000 (21:31 +0000)
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Dec 1996 21:31:18 +0000 (21:31 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13342 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/rs6000/rs6000.md

index e9f1641..a5cae5e 100644 (file)
        (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")])
 
 \f
 ;; Compare insns are next.  Note that the RS/6000 has two types of compares,