This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB 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: [6] What if EXTRA_FRAME_INFO wasn't required


> The attached appears to drag HP, kicking and screaming, into multi-arch 
> partial.  It isn't a ``get out of goal free card'' though.  HP/UX needs 
> to leap-frog all the init frame stuff and start using the latest frame 
> code.  Otherwize it will just be deleted for relying on deprecated 
> mechanisms.
> 
> I also don't know if it actually works.

Will try it out. I also identified a few macros that were not converted
yet, but all of them should be easy to do, except one (FIX_CALL_DUMMY)
which I understand should be replaced in the relatively near future.

Can I commit your patch if it turns out to be working, or would you
prefer to do it?

Thanks,
-- 
Joel

BTW: The next steps in the plan, once HP/UX is multiarch partial, is to
shuffle a bit all the declarations in tm-hppa.h to put them either in
a hppa-tdep.h file, or even hppa-tdep.c if possible. This should help us
reduce the size of tm-hppa.h, and pave the way to its eventual deletion.

Next will be the multi-arching of hppa64, which I hope will be a
reasonably small task, given that hppa is already done.

Then I will look at getting rid of the deprecated mechanisms.

Next (if I'm not dead by then :-) will be to have a look at these
HP-specific macros they added. Maybe I'll even look at them before
working on the use of deprecated functions.


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