From: "Kris Warkentin" <kewarken@qnx.com>
To: "Andrew Cagney" <ac131313@redhat.com>
Cc: "Gdb-Patches@Sources.Redhat.Com" <gdb-patches@sources.redhat.com>
Subject: Re: [ob] fix i366-nto-tdep.c
Date: Tue, 17 Jun 2003 17:51:00 -0000 [thread overview]
Message-ID: <093b01c334f9$087e45a0$0202040a@catdog> (raw)
In-Reply-To: <3EEF52E4.1060708@redhat.com>
Oops...sorry. Looked at 'extract_unsigned' rather than 'function returning
CORE_ADDR'. That's two careless ones in one day. I fixed and committed it.
cheers,
Kris
----- Original Message -----
From: "Andrew Cagney" <ac131313@redhat.com>
To: "Kris Warkentin" <kewarken@qnx.com>
Cc: "Gdb-Patches@Sources.Redhat.Com" <gdb-patches@sources.redhat.com>
Sent: Tuesday, June 17, 2003 1:41 PM
Subject: Re: [ob] fix i366-nto-tdep.c
> > Committed as obvious.
> >
> > cheers,
> >
> > Kris
> >
> > ChangeLog:
> >
> > * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
> >
> >
> > Index: i386-nto-tdep.c
> > ===================================================================
> > RCS file: /cvs/src/src/gdb/i386-nto-tdep.c,v
> > retrieving revision 1.3
> > diff -u -r1.3 i386-nto-tdep.c
> > --- i386-nto-tdep.c 30 May 2003 19:24:29 -0000 1.3
> > +++ i386-nto-tdep.c 17 Jun 2003 17:34:13 -0000
> > @@ -240,6 +240,7 @@
> > i386nto_sigcontext_addr (struct frame_info *next_frame)
> > {
> > char buf[4];
> > + unsigned sp;
> >
> > frame_unwind_register (next_frame, SP_REGNUM, buf);
> > sp = extract_unsigned_integer (buf, 4);
>
> You'll want that to be CORE_ADDR.
>
> Andrew
>
>
>
prev parent reply other threads:[~2003-06-17 17:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-17 17:37 Kris Warkentin
2003-06-17 17:42 ` Andrew Cagney
2003-06-17 17:51 ` Kris Warkentin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='093b01c334f9$087e45a0$0202040a@catdog' \
--to=kewarken@qnx.com \
--cc=ac131313@redhat.com \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox