Commit 8622e235 by Fariborz Jahanian

Added TARGET_MACHO to handle lo_sum address recognition.

Reviewed by Geoff.

From-SVN: r74856
parent 926ce8bd
......@@ -2526,7 +2526,7 @@ legitimate_lo_sum_address_p (enum machine_mode mode, rtx x, int strict)
return false;
x = XEXP (x, 1);
if (TARGET_ELF)
if (TARGET_ELF || TARGET_MACHO)
{
if (DEFAULT_ABI != ABI_AIX && flag_pic)
return false;
......
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