From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29696 invoked by alias); 21 Sep 2013 00:16:29 -0000 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 Received: (qmail 29679 invoked by uid 89); 21 Sep 2013 00:16:26 -0000 Received: from gerolde.archlinux.org (HELO gerolde.archlinux.org) (66.211.214.132) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 21 Sep 2013 00:16:26 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: gerolde.archlinux.org Received: from [10.1.1.2] (122-148-115-77.static.dsl.dodo.com.au [122.148.115.77]) by gerolde.archlinux.org (Postfix) with ESMTPSA id 0714C900E9; Fri, 20 Sep 2013 20:16:22 -0400 (EDT) Message-ID: <523CE553.9060401@archlinux.org> Date: Sat, 21 Sep 2013 00:16:00 -0000 From: Allan McRae User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Tristan Gingold , binutils@sourceware.org Subject: Re: binutils-2.23.90 snapshot is available References: <20130920082810.15E0F7F9DD5@ulanbator.act-europe.fr> <523C3728.1000008@archlinux.org> In-Reply-To: <523C3728.1000008@archlinux.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00118.txt.bz2 On 20/09/13 21:53, Allan McRae wrote: > On 20/09/13 18:28, Tristan Gingold wrote: >> Hi, >> >> I have just uploaded prerelease 2.23.90 for binutils 2.24 at: >> ftp://sourceware.org/pub/binutils/snapshots/binutils-2.23.90.tar.bz2 >> >> b278da68838a5548e671ad835576a8fe binutils-2.23.90.tar.bz2 >> >> This snapshot was sanity-checked for i686-pc-linux-gnu >> Please test it for your favorite hosts/targets. >> >> Tristan. > > I see one new failure on Arch Linux x86_64-unknown-linux-gnu: > FAIL: objcopy on compressed debug sections > > This happened since I last built from binutils trunk at the start of August. > I bisected this to: https://sourceware.org/git/?p=binutils.git;a=commit;h=4ff704e222625f8bd160755902d8548c0a4ae2d8 * dwarf.c (dwarf_vmatoa): Rename to dwarf_vmatoa_1 and add a Allan