From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26429 invoked by alias); 5 May 2010 20:32:52 -0000 Received: (qmail 26419 invoked by uid 22791); 5 May 2010 20:32:51 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 05 May 2010 20:32:46 +0000 Received: (qmail 28351 invoked from network); 5 May 2010 20:32:44 -0000 Received: from unknown (HELO orlando.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 5 May 2010 20:32:44 -0000 From: Pedro Alves To: Michael Snyder Subject: Re: [OB] eliminate unused local Date: Wed, 05 May 2010 20:32:00 -0000 User-Agent: KMail/1.12.2 (Linux/2.6.31-20-generic; KDE/4.3.2; x86_64; ; ) Cc: "gdb-patches@sourceware.org" References: <4BE1BF28.3040702@vmware.com> <201005052001.17176.pedro@codesourcery.com> <4BE1C1A3.7060000@vmware.com> In-Reply-To: <4BE1C1A3.7060000@vmware.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Message-Id: <201005052132.36762.pedro@codesourcery.com> X-IsSubscribed: yes 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/msg00122.txt.bz2 On Wednesday 05 May 2010 20:06:11, Michael Snyder wrote: > Pedro Alves wrote: > > On Wednesday 05 May 2010 19:55:36, Michael Snyder wrote: > >> 2010-05-05 Michael Snyder > >> > >> * features/i386/i386-mmx.c (initialize_tdesc_i386_mmx): > >> Delete unused variable 'type'. > >=20 > > The patch also deleted `field_type'. But in any case, this > > is a generated file; you should fix the source of the problem > > instead. >=20 > Oops, where is it generated from? =46rom what is written in the first line of the file. See the comments in features/Makefile to see how to regenerate it. --=20 Pedro Alves