From patchwork Sat Feb 20 19:31:31 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Henderson X-Patchwork-Id: 47855 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id A9DA3B7DA4 for ; Wed, 17 Mar 2010 02:48:39 +1100 (EST) Received: from localhost ([127.0.0.1]:46041 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrZ04-0006Bx-JH for incoming@patchwork.ozlabs.org; Tue, 16 Mar 2010 11:48:08 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NrYxE-0005ak-PA for qemu-devel@nongnu.org; Tue, 16 Mar 2010 11:45:12 -0400 Received: from [199.232.76.173] (port=41188 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrYxE-0005aK-5O for qemu-devel@nongnu.org; Tue, 16 Mar 2010 11:45:12 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NrYxC-00073J-KZ for qemu-devel@nongnu.org; Tue, 16 Mar 2010 11:45:11 -0400 Received: from are.twiddle.net ([75.149.56.221]:41146) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NrYxB-00072r-LE for qemu-devel@nongnu.org; Tue, 16 Mar 2010 11:45:09 -0400 Received: by are.twiddle.net (Postfix, from userid 5000) id 2CED7496; Tue, 16 Mar 2010 08:45:06 -0700 (PDT) From: Richard Henderson Date: Sat, 20 Feb 2010 11:31:31 -0800 To: qemu-devel@nongnu.org Message-Id: <20100316154506.2CED7496@are.twiddle.net> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: [Qemu-devel] [PATCH 1/4] tcg-hppa: Fix const errors in hppa-dis.c. X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org --- 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) {