Commit 0c6385dc by DJ Delorie Committed by DJ Delorie

s390.c (s390_decompose_address): Allow symbol+offset into the GOT in case we…

s390.c (s390_decompose_address): Allow symbol+offset into the GOT in case we need a subreg of the address.

* config/s390/s390.c (s390_decompose_address): Allow symbol+offset
into the GOT in case we need a subreg of the address.

From-SVN: r117791
parent 499c96f5
2006-10-16 DJ Delorie <dj@redhat.com>
* config/s390/s390.c (s390_decompose_address): Allow symbol+offset
into the GOT in case we need a subreg of the address.
2006-10-16 Richard Guenther <rguenther@suse.de>
PR target/25519
......
......@@ -1739,7 +1739,6 @@ s390_decompose_address (rtx addr, struct s390_address *out)
if (GET_CODE (disp) == UNSPEC
&& (XINT (disp, 1) == UNSPEC_GOT
|| XINT (disp, 1) == UNSPEC_GOTNTPOFF)
&& offset == 0
&& flag_pic == 1)
{
;
......
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