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: [PATH] PR 5126, fix for m68k PIC optimization bug


On Sun, Dec 16, 2001 at 09:50:14PM +0100, Roman Zippel wrote:
> How should this be done in legitimize_pic_address?

	if (reload_in_progress)
	  regs_ever_live[PIC_REGNUM] = 1;

Right where current_function_uses_pic_offset_table is
set currently.  Apparently some of this already exists
in the NetBSD code base; Steve said he'd clean it up
and commit it.


r~


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