OSDN Git Service

Fix -fPIC regression reported by Brendan Kehoe.
authordavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 Aug 1998 09:47:56 +0000 (09:47 +0000)
committerdavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 Aug 1998 09:47:56 +0000 (09:47 +0000)
* config/sparc/sparc.md (movsi_lo_sum_pic_label_reg): Remove
write-only modifier from operand 1 constraint.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21749 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/sparc/sparc.md

index 39be7a8..9de7a15 100644 (file)
@@ -1,3 +1,8 @@
+Sat Aug 15 08:39:49 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
+
+       * config/sparc/sparc.md (movsi_lo_sum_pic_label_reg): Remove
+       write-only modifier from operand 1 constraint.
+
 Sat Aug 15 06:28:19 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
 
        * config/sparc/sparc.c (sparc_emit_set_const64_quick1): If
index 7279512..83ade02 100644 (file)
 
 (define_insn "*movsi_lo_sum_pic_label_ref"
   [(set (match_operand:SI 0 "register_operand" "=r")
-      (lo_sum:SI (match_operand:SI 1 "register_operand" "=r")
+      (lo_sum:SI (match_operand:SI 1 "register_operand" "r")
         (unspec:SI [(match_operand:SI 2 "label_ref_operand" "")
                    (match_operand:SI 3 "" "")] 5)))]
   "flag_pic"