From: Andrew Cagney <ac131313@redhat.com>
To: Kris Warkentin <kewarken@qnx.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:42:00 -0000 [thread overview]
Message-ID: <3EEF52E4.1060708@redhat.com> (raw)
In-Reply-To: <092c01c334f7$17a8c9d0$0202040a@catdog>
> 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
next prev parent reply other threads:[~2003-06-17 17:42 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 [this message]
2003-06-17 17:51 ` Kris Warkentin
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=3EEF52E4.1060708@redhat.com \
--to=ac131313@redhat.com \
--cc=gdb-patches@sources.redhat.com \
--cc=kewarken@qnx.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