From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24480 invoked by alias); 7 Sep 2009 18:07:49 -0000 Received: (qmail 24472 invoked by uid 22791); 7 Sep 2009 18:07:48 -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; Mon, 07 Sep 2009 18:07:42 +0000 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n87I7ekY029040 for ; Mon, 7 Sep 2009 14:07:40 -0400 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n87I7ZRv012184 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 7 Sep 2009 14:07:39 -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 n87I7Y4W015280 for ; Mon, 7 Sep 2009 20:07:34 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.3/Submit) id n87I7Y2S015276 for binutils@sourceware.org; Mon, 7 Sep 2009 20:07:34 +0200 Date: Mon, 07 Sep 2009 18:07:00 -0000 From: Jan Kratochvil To: binutils@sourceware.org Subject: Re: [patch 2/3] unordered FAILs: .debug_info section alignment (alpha-linux-gnu) Message-ID: <20090907180734.GB14644@host0.dyn.jankratochvil.net> References: <20090907033319.GC20107@host0.dyn.jankratochvil.net> <20090907074336.GZ518@bubble.grove.modra.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090907074336.GZ518@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/msg00205.txt.bz2 On Mon, 07 Sep 2009 09:43:36 +0200, Alan Modra wrote: > On Mon, Sep 07, 2009 at 05:33:19AM +0200, Jan Kratochvil wrote: > > binutils/ > > 2009-08-31 Jan Kratochvil > > > > * dwarf.c (process_debug_info): Support section padding abbrev codes. > > > > binutils/testsuite/ > > 2009-08-31 Jan Kratochvil > > > > * binutils-all/testranges.s (.debug_info): Pad the only CU. > > OK. Checked-in: http://sourceware.org/ml/binutils-cvs/2009-09/msg00103.html Thanks, Jan