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]

Re: PATCH: Restore i386 binary compat for EH info


On Tue, Jan 04, 2000 at 03:00:57PM -0800, Jason Merrill wrote:
> Looking back at the patch, I see what the deal was.  Since
> FIRST_PSEUDO_REGISTER changed, the return column changed, since the one is
> calculated from the other.  All we need to preserve is the column number...

Yes, but I was also looking at the patch with ia64 eyes.  In
playing with dwarf2 unwind info I needed to represent *more*
than FIRST_PSEUDO_REGISTER registers.  I.e. there are 6 hard
registers relevant to unwinding that our gcc port doesn't
refer to at all, and so didn't reserve numbers for.


r~

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