From: Mark Kettenis <mark.kettenis@xs4all.nl>
To: andrew.smirnov@gmail.com
Cc: gdb-patches@sourceware.org
Subject: Re: [PATCH 20/348] Fix -Wsahdow warnings
Date: Wed, 23 Nov 2011 16:39:00 -0000 [thread overview]
Message-ID: <201111231639.pANGdd7R027802@glazunov.sibelius.xs4all.nl> (raw)
In-Reply-To: <87bos48g3j.fsf@gmail.com> (message from Andrey Smirnov on Tue, 22 Nov 2011 20:02:56 +0700)
> From: Andrey Smirnov <andrew.smirnov@gmail.com>
> Date: Tue, 22 Nov 2011 20:02:56 +0700
>
> From: Andrey Smirnov <andrew.smirnov@gmail.com>
> Date: Tue, 22 Nov 2011 17:29:45 +0700
>
> * amd64-tdep.c (amd64_push_dummy_call): Fix -Wshadow
> warnings.
That's a stupid change. Please simply remove the 2nd tdep declaration
in that function and leave the rest of the code as is.
> diff --git a/gdb/amd64-tdep.c b/gdb/amd64-tdep.c
> index 29101a4..095a34f 100644
> --- a/gdb/amd64-tdep.c
> +++ b/gdb/amd64-tdep.c
> @@ -878,10 +878,11 @@ amd64_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
> /* Pass "hidden" argument". */
> if (struct_return)
> {
> - struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
> /* The "hidden" argument is passed throught the first argument
> register. */
> - const int arg_regnum = tdep->call_dummy_integer_regs[0];
> +
> + const int arg_regnum =
> + gdbarch_tdep (gdbarch)->call_dummy_integer_regs[0];
>
> store_unsigned_integer (buf, 8, byte_order, struct_addr);
> regcache_cooked_write (regcache, arg_regnum, buf);
> --
> 1.7.5.4
>
>
next prev parent reply other threads:[~2011-11-23 16:39 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-22 13:03 Andrey Smirnov
2011-11-22 18:07 ` Tom Tromey
2011-11-28 15:17 ` [PATCH 020/238] [misc.] amd64-tdep.: -Wshadow fix Andrey Smirnov
2011-11-28 16:17 ` Mark Kettenis
2011-11-23 16:39 ` Mark Kettenis [this message]
2011-11-23 16:56 ` [PATCH 20/348] Fix -Wsahdow warnings Tom Tromey
2011-11-23 17:08 ` Mark Kettenis
2011-11-24 3:19 ` Andrey Smirnov
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=201111231639.pANGdd7R027802@glazunov.sibelius.xs4all.nl \
--to=mark.kettenis@xs4all.nl \
--cc=andrew.smirnov@gmail.com \
--cc=gdb-patches@sourceware.org \
/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