All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-devel@nongnu.org, patches@linaro.org
Subject: Re: [Qemu-devel] [PATCH for-2.9] disas/microblaze: Remove unused REG_PC define
Date: Thu, 23 Mar 2017 20:41:22 +0100	[thread overview]
Message-ID: <20170323194122.GD9606@toto> (raw)
In-Reply-To: <1490272961-1128-1-git-send-email-peter.maydell@linaro.org>

On Thu, Mar 23, 2017 at 12:42:41PM +0000, Peter Maydell wrote:
> The REG_PC define in disas/microblaze.c clashes with a define in
> the Linux SPARC system headers:
> 
> /home/pm215/qemu/disas/microblaze.c:162:0: error: "REG_PC" redefined [-Werror]
>  #define REG_PC  32 /* PC */
> 
> In file included from /usr/include/signal.h:326:0,
>                  from /home/pm215/qemu/include/qemu/osdep.h:86,
>                  from /home/pm215/qemu/disas/microblaze.c:36:
> /usr/include/sparc64-linux-gnu/sys/ucontext.h:96:0: note: this is the location of the previous definition
>  #define REG_PC  (1)
> 
> Since the code doesn't actually use the REG_PC define
> anywhere, the simplest fix is just to remove it.


Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>



> 
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
>  disas/microblaze.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/disas/microblaze.c b/disas/microblaze.c
> index 407c0a3..7795a0b 100644
> --- a/disas/microblaze.c
> +++ b/disas/microblaze.c
> @@ -159,7 +159,7 @@ enum microblaze_instr_type {
>  #define MIN_PVR_REGNUM 0
>  #define MAX_PVR_REGNUM 15
>  
> -#define REG_PC  32 /* PC */
> +/* 32 is REG_PC */
>  #define REG_MSR 33 /* machine status reg */
>  #define REG_EAR 35 /* Exception reg */
>  #define REG_ESR 37 /* Exception reg */
> -- 
> 2.7.4
> 

  reply	other threads:[~2017-03-23 19:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-23 12:42 [Qemu-devel] [PATCH for-2.9] disas/microblaze: Remove unused REG_PC define Peter Maydell
2017-03-23 19:41 ` Edgar E. Iglesias [this message]
2017-03-24 11:24   ` Peter Maydell

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=20170323194122.GD9606@toto \
    --to=edgar.iglesias@gmail.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.