]> git.ipfire.org Git - thirdparty/gcc.git/commit
[Darwin] Update machopic_legitimize_pic_address.
authorIain Sandoe <iain@sandoe.co.uk>
Tue, 29 Oct 2019 20:01:59 +0000 (20:01 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Tue, 29 Oct 2019 20:01:59 +0000 (20:01 +0000)
commit35cd1262dcfb99006bb01b0f481487ccd6dfe437
treef038a4b1dc48e337362d60ce1f4a55cbeacd13f5
parent2928367a0a90c075f3b24d3fd31fd54139f334f1
[Darwin] Update machopic_legitimize_pic_address.

Some changes were missed here in the transition to LRA. The Darwin
archs are all using LRA now, testing for reload is not correct.

2019-10-18  Iain Sandoe  <iain@sandoe.co.uk>

Backport from mainline
2019-09-21  Iain Sandoe  <iain@sandoe.co.uk>

* config/darwin.c (machopic_legitimize_pic_address): Check
for lra, rather than reload.

From-SVN: r277583
gcc/ChangeLog
gcc/config/darwin.c