This is the mail archive of the gcc-bugs@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]

Re: Restoration of arg pointer in expand_builtin_setjmp_receiver


On Fri, Aug 24, 2001 at 12:22:22PM -0400, John David Anglin wrote:
> I am wondering if all this couldn't be further simplified
> with get_hard_reg_initial_val.

If we moved the call to emit_initial_value_sets down, yes.

> hmmm, don't think the PA defines nonlocal_goto_receiver--the
> pic offset table register probably needs to be restored for this to
> work in shared libraries).

No, nonlocal_goto's are between functions in the same file.
PA defines both exception_receiver and builtin_setjmp_receiver,
which is the right thing.


r~


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