qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <rth@twiddle.net>
To: Peter Maydell <peter.maydell@linaro.org>, qemu-devel@nongnu.org
Cc: Aurelien Jarno <aurelien@aurel32.net>, patches@linaro.org
Subject: Re: [Qemu-devel] [PATCH 0/5] target-mips: Fix unused-function warnings
Date: Mon, 15 Sep 2014 09:12:22 -0700	[thread overview]
Message-ID: <54170FE6.1060507@twiddle.net> (raw)
In-Reply-To: <1410723938-18007-1-git-send-email-peter.maydell@linaro.org>

On 09/14/2014 12:45 PM, Peter Maydell wrote:
> These patches fix a number of warnings in target-mips code that
> clang produces; notably, clang will complain about unused
> 'static inline' functions in .c files where gcc does not.
> Some are genuinely totally unused; a few are unused only in some
> configs and so we add ifdef guards.
> 
> (I've actually had these lying around for a while but forgot to
> send them.)
> 
> Peter Maydell (5):
>   target-mips: Remove unused gen_load_ACX, gen_store_ACX and cpu_ACX
>   target-mips/translate.c: Add ifdef guard around check_mips64()
>   target-mips/dsp_helper.c: Add ifdef guards around various functions
>   target-mips/dsp_helper.c: Remove unused function get_DSPControl_24()
>   target-mips/op_helper.c: Remove unused do_lbu() function
> 
>  target-mips/dsp_helper.c | 26 ++++++++++++++++----------
>  target-mips/op_helper.c  |  1 -
>  target-mips/translate.c  | 22 +++-------------------
>  3 files changed, 19 insertions(+), 30 deletions(-)
> 

Reviewed-by: Richard Henderson <rth@twiddle.net>


r~

      parent reply	other threads:[~2014-09-15 16:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-14 19:45 [Qemu-devel] [PATCH 0/5] target-mips: Fix unused-function warnings Peter Maydell
2014-09-14 19:45 ` [Qemu-devel] [PATCH 1/5] target-mips: Remove unused gen_load_ACX, gen_store_ACX and cpu_ACX Peter Maydell
2014-09-14 19:45 ` [Qemu-devel] [PATCH 2/5] target-mips/translate.c: Add ifdef guard around check_mips64() Peter Maydell
2014-09-14 19:45 ` [Qemu-devel] [PATCH 3/5] target-mips/dsp_helper.c: Add ifdef guards around various functions Peter Maydell
2014-09-14 19:45 ` [Qemu-devel] [PATCH 4/5] target-mips/dsp_helper.c: Remove unused function get_DSPControl_24() Peter Maydell
2014-09-14 19:45 ` [Qemu-devel] [PATCH 5/5] target-mips/op_helper.c: Remove unused do_lbu() function Peter Maydell
2014-09-15 16:12 ` Richard Henderson [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=54170FE6.1060507@twiddle.net \
    --to=rth@twiddle.net \
    --cc=aurelien@aurel32.net \
    --cc=patches@linaro.org \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.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;
as well as URLs for NNTP newsgroup(s).