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: Ping: Patch to fix bootstrap on IA64 HP-UX


> Given that
> stack_pointer_rtx = gen_raw_REG (Pmode, STACK_POINTER_REGNUM);
> on all targets and STACK_SAVEAREA_MODE (SAVE_BLOCK) is always Pmode,
> shouldn't that just use sa = convert_memory_address (Pmode, sa); ?

That does seems reasonable.  I'll tweak my patch to do that.

Steve Ellcey
sje@cup.hp.com


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