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]

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



On Mar 21, 2004, at 14:14, Andrew Pinski wrote:



On Mar 21, 2004, at 13:28, Andrew Pinski wrote:



On Mar 21, 2004, at 09:48, Andrew Pinski wrote:

ChangeLog:


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


I knew I would mess up even with testing, here is the patch which fixes the issue that Andreas found.

I knew I would mess up again, here is final patch which works, this time I tested it.
The problem with both of those patches were I was rejecting ones with symbols of "&L_"
which was wrong and fixed in the second patch but it should have still rejected symbols
with "!t_" and accepted ones with "!T_".


This last patch fixes both of those issues.

Even after all those fixups, I had messed up the non darwin case this patch fixes that and I applied it as approved by David Edelsohn.


Thanks,
Andrew Pinski



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]