From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3177 invoked by alias); 5 May 2010 14:42:32 -0000 Received: (qmail 3157 invoked by uid 22791); 5 May 2010 14:42:32 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_SUB_GETRID X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 05 May 2010 14:42:25 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 68E6E2BAB1D; Wed, 5 May 2010 10:42:24 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id y8DctZcmNG2P; Wed, 5 May 2010 10:42:24 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 3794E2BAB0C; Wed, 5 May 2010 10:42:24 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id AFF31F58F9; Wed, 5 May 2010 07:42:13 -0700 (PDT) Date: Wed, 05 May 2010 14:42:00 -0000 From: Joel Brobecker To: Pierre Muller Cc: gdb@sourceware.org, gdb-patches@sourceware.org Subject: Re: [RFA] Get rid of ATTRIBUTE_UNUSED in gdb sources Message-ID: <20100505144213.GM2768@adacore.com> References: <002701caeb90$894ad040$9be070c0$@muller@ics-cnrs.unistra.fr> <20100504153752.GJ2768@adacore.com> <003d01caeba3$7ff10920$7fd31b60$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <003d01caeba3$7ff10920$7fd31b60$@muller@ics-cnrs.unistra.fr> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-05/txt/msg00094.txt.bz2 > 2010-05-04 Pierre Muller > > ARI fix: Remove ATTRIBUTE_UNUSED throughout. > * arm-linux-tdep.c (arm_linux_cleanup_svc): Remove > ATTRIBUTE_UNUSED. > (cleanup_kernel_helper_return): Likewise. > * arm-tdep.c (copy_unmodified): Likewise. > (copy_preload): Likewise. > (copy_copro_load_store): Likewise. > (cleanup_branch): Likewise. > (copy_b_bl_blx): Likewise. > (copy_bx_blx_reg): Likewise. > (copy_alu_imm): Likewise. > (copy_alu_reg): Likewise. > (copy_alu_shifted_reg): Likewise. > (cleanup_load): Likewise. > (cleanup_store): Likewise. > (cleanup_block_load_pc): Likewise. > (cleanup_svc): Likewise. > (copy_undef): Likewise. > (copy_unpred): Likewise. > * remote.c (register_remote_support_xml): Likewise. Yes, please go ahead. If anyone ends up disagreeing, it's easy to revert if this is where the discussion leads us. -- Joel