[PATH] PR 5126, fix for m68k PIC optimization bug

Richard Henderson rth@redhat.com
Sun Dec 16 18:23:00 GMT 2001


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~



More information about the Gcc-patches mailing list