mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 02:24:46 +08:00
* mn10300-linux-tdep.c (am33_linux_sigframe_cache_init): Find
sigcontext struct via pointer. (struct sigframe comment): Update to show new field `psc'.
This commit is contained in:
parent
d514a12074
commit
e84605cd7f
@ -1,3 +1,9 @@
|
||||
2008-01-21 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* mn10300-linux-tdep.c (am33_linux_sigframe_cache_init): Find
|
||||
sigcontext struct via pointer.
|
||||
(struct sigframe comment): Update to show new field `psc'.
|
||||
|
||||
2008-01-21 Vladimir Prus <vladimir@codesourcery.com>
|
||||
|
||||
* infrun.c (handle_inferior_event): If
|
||||
|
@ -516,6 +516,7 @@ struct sigframe
|
||||
{
|
||||
void (*pretcode)(void);
|
||||
int sig;
|
||||
struct sigcontext *psc;
|
||||
struct sigcontext sc;
|
||||
struct fpucontext fpuctx;
|
||||
unsigned long extramask[_NSIG_WORDS-1];
|
||||
@ -625,6 +626,7 @@ am33_linux_sigframe_cache_init (const struct tramp_frame *self,
|
||||
if (self == &am33_linux_sigframe)
|
||||
{
|
||||
sc_base += 8;
|
||||
sc_base = get_frame_memory_unsigned (next_frame, sc_base, 4);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user