sigcontext struct via pointer.
(struct sigframe comment): Update to show new field `psc'.
+
+ * mn10300-linux-tdep.c (am33_linux_sigframe_cache_init): Find
+ sigcontext struct via pointer.
+ (struct sigframe comment): Update to show new field `psc'.
+
* infrun.c (handle_inferior_event): If
{
void (*pretcode)(void);
int sig;
+ struct sigcontext *psc;
struct sigcontext sc;
struct fpucontext fpuctx;
unsigned long extramask[_NSIG_WORDS-1];
if (self == &am33_linux_sigframe)
{
sc_base += 8;
+ sc_base = get_frame_memory_unsigned (next_frame, sc_base, 4);
}
else
{