From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23538 invoked by alias); 13 Jun 2005 18:03:20 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 23488 invoked by uid 22791); 13 Jun 2005 18:03:11 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 13 Jun 2005 18:03:11 +0000 Received: from drow by nevyn.them.org with local (Exim 4.50) id 1DhtHA-0007XU-QZ; Mon, 13 Jun 2005 14:03:08 -0400 Date: Mon, 13 Jun 2005 18:03:00 -0000 From: Daniel Jacobowitz To: "H. J. Lu" Cc: GDB Subject: Re: PATCH: Fix gdb 6.3 for the current binutils Message-ID: <20050613180308.GA28916@nevyn.them.org> Mail-Followup-To: "H. J. Lu" , GDB References: <20050613173158.GA5286@lucon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050613173158.GA5286@lucon.org> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-06/txt/msg00158.txt.bz2 On Mon, Jun 13, 2005 at 10:31:58AM -0700, H. J. Lu wrote: > Hi, > > The current binutils will error on duplicated macros. This patch will > undefine gdbasm_datavar before redefining it. There's not going to be another release from the 6.3 branch, and this has been fixed on HEAD since March: 2005-03-07 Daniel Jacobowitz * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc, gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc, gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc, gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc, gdb.asm/x86_64.inc: Use .purgem before redefining macros. -- Daniel Jacobowitz CodeSourcery, LLC