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

[commit] Re: Last build failure in alpha-osf1-tdep.c (I promise :)


> Check alpha-linux-tdep.c, you'll want to steal the call:
>
>   /* Hook into the MDEBUG frame unwinder.  */
>   alpha_mdebug_init_abi (info, gdbarch);

A separate patch will be posted real-soon-now...

> adding it to alpha-osf1-tdep.c.  That will enable mdebug.
> 
> >        * alpha-osf1-tdep.c (alpha_osf1_init_abi): Do not set
> >        skip_sigtramp_frame in tdep structure, field no longer exists.
> 
> Check this in.  In fact, consider a patch to delete all occurances of 
> that function across alpha*tdep.c pre-approved.

Here is what I committed:

2003-06-03  J. Brobecker  <brobecker@gnat.com>

        * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
        (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
        structure, field no longer exists.

There is still the alphanbsd-tdep.c file. I will take care of this one
momentarily.

Thanks for the hand,
-- 
Joel

Attachment: sigtramp.diff
Description: Text document


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