This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix the last known bootstrap problem on PPC Darwin (PR target/14580)


This patch combined with the two other patches which I posted today
and yesterday, I am finally able to bootstrap (with java turned on)
on PowerPC Darwin again on the mainline.

Here is a patch which should workaround the problem. The correct fix is
have the back-end only determine when it the symbol needs to be a stub at the
last momement but that is not going to be done for a while so this just rejects
the references who is not local (stubs are considered local).


Note this is a slightly different patch which I posted in the bug as I figured
that I should also test for local data too. And I though I would fix the comment
too.



Thanks, Andrew Pinski

ChangeLog:

	* config/rs6000/rs6000.c (symbol_ref_operand): Reject symbols
	who are not local.


Attachment: fixdarwinbootstrap.3.diff.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]