From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NuBcr-00089x-NV for qemu-devel@nongnu.org; Tue, 23 Mar 2010 17:27:01 -0400 Received: from [140.186.70.92] (port=56027 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NuBco-00088e-K0 for qemu-devel@nongnu.org; Tue, 23 Mar 2010 17:27:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NuBcn-0001d0-3R for qemu-devel@nongnu.org; Tue, 23 Mar 2010 17:26:58 -0400 Received: from hall.aurel32.net ([88.191.82.174]:37120) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NuBcm-0001cb-Rf for qemu-devel@nongnu.org; Tue, 23 Mar 2010 17:26:57 -0400 Date: Tue, 23 Mar 2010 22:26:54 +0100 From: Aurelien Jarno Subject: Re: [Qemu-devel] [PATCH 1/4] tcg-hppa: Fix const errors in hppa-dis.c. Message-ID: <20100323212654.GA19086@hall.aurel32.net> References: <18ee2942b84aa4df1d25cc8bda2cab311f142b23.1268754659.git.rth@twiddle.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <18ee2942b84aa4df1d25cc8bda2cab311f142b23.1268754659.git.rth@twiddle.net> Sender: Aurelien Jarno List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org On Sat, Feb 20, 2010 at 11:31:31AM -0800, Richard Henderson wrote: > Signed-off-by: Richard Henderson Thanks, applied. > --- > hppa-dis.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/hppa-dis.c b/hppa-dis.c > index 9d96d72..49f99c8 100644 > --- a/hppa-dis.c > +++ b/hppa-dis.c > @@ -576,7 +576,7 @@ struct pa_opcode > const char *name; > unsigned long int match; /* Bits that must be set... */ > unsigned long int mask; /* ... in these bits. */ > - char *args; > + const char *args; > enum pa_arch arch; > char flags; > }; > @@ -2753,7 +2753,7 @@ print_insn_hppa (bfd_vma memaddr, disassemble_info *info) > int sf = GET_FIELD (insn, 19, 20); > const char * const * source = float_format_names; > const char * const * dest = float_format_names; > - char *t = ""; > + const char *t = ""; > > if (sub == 4) > { > -- > 1.6.6.1 > > > > -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurelien@aurel32.net http://www.aurel32.net