Fix -fPIC regression reported by Brendan Kehoe.
* config/sparc/sparc.md (movsi_lo_sum_pic_label_reg): Remove write-only modifier from operand 1 constraint. From-SVN: r21749
This commit is contained in:
parent
5108f3e527
commit
67111044ce
@ -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
|
||||
|
@ -2207,7 +2207,7 @@
|
||||
|
||||
(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"
|
||||
|
Loading…
Reference in New Issue
Block a user