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: GCC build of HEAD failed for native with your patch on 2005-06-30T19:46:29Z.



On Jun 30, 2005, at 5:52 PM, Andrew Pinski wrote:


I think I know what the problem is.
Jakub changed the rs6000 back-end to use a soft register for frame pointer
but forgot to update darwin.h which has a define for FRAME_POINTER_REGNUM
to be a define for HARD_FRAME_POINTER_REGNUM.


I am bootstrapping the obvious fix to correct darwin.h for this problem.


And this is what I applied after getting building stage2.

Thanks,
Andrew Pinski

ChangeLog:

	* config/rs6000/darwin.h (FRAME_POINTER_REGNUM): Rename to ...
	(HARD_FRAME_POINTER_REGNUM): this.	


Attachment: t1.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]