From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7123 invoked by alias); 9 Sep 2009 10:43:04 -0000 Received: (qmail 7067 invoked by uid 22791); 9 Sep 2009 10:43:03 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 09 Sep 2009 10:42:59 +0000 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n89AgvGc006674 for ; Wed, 9 Sep 2009 06:42:57 -0400 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n89AgtXI016415 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 9 Sep 2009 06:42:57 -0400 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id n89AgsKY025569 for ; Wed, 9 Sep 2009 12:42:54 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.3/Submit) id n89AgrVq025568 for binutils@sourceware.org; Wed, 9 Sep 2009 12:42:53 +0200 Date: Wed, 09 Sep 2009 10:43:00 -0000 From: Jan Kratochvil To: binutils@sourceware.org Subject: Re: [patch 0/3] Fix some FAILS for: unordered .debug_info references to .debug_ranges Message-ID: <20090909104253.GA25470@host0.dyn.jankratochvil.net> References: <20090907033218.GA20107@host0.dyn.jankratochvil.net> <20090909093139.GA28290@bubble.grove.modra.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090909093139.GA28290@bubble.grove.modra.org> User-Agent: Mutt/1.5.19 (2009-01-05) X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00251.txt.bz2 On Wed, 09 Sep 2009 11:31:39 +0200, Alan Modra wrote: > I haven't yet seen a patch for this problem, so I'm going ahead and > committing this one. > > * config/tc-i386.c (i386_target_format): Avoid duplicate case label. It was still only planned, I did not know much this code. Thanks, Jan