From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19663 invoked by alias); 30 Jul 2012 17:49:50 -0000 Received: (qmail 19648 invoked by uid 22791); 30 Jul 2012 17:49:47 -0000 X-SWARE-Spam-Status: No, hits=-5.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-yx0-f175.google.com (HELO mail-yx0-f175.google.com) (209.85.213.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 30 Jul 2012 17:49:34 +0000 Received: by yenl13 with SMTP id l13so5151241yen.20 for ; Mon, 30 Jul 2012 10:49:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.21.198 with SMTP id x6mr18699268oee.24.1343670572962; Mon, 30 Jul 2012 10:49:32 -0700 (PDT) Received: by 10.76.92.99 with HTTP; Mon, 30 Jul 2012 10:49:32 -0700 (PDT) In-Reply-To: <20120727090928.09F2923EE234@ulanbator.act-europe.fr> References: <20120727090928.09F2923EE234@ulanbator.act-europe.fr> Date: Mon, 30 Jul 2012 17:49:00 -0000 Message-ID: Subject: Re: binutils-2.22.90 snapshot is available From: "H.J. Lu" To: Tristan Gingold Cc: binutils@sources.redhat.com Content-Type: text/plain; charset=ISO-8859-1 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: 2012-07/txt/msg00299.txt.bz2 On Fri, Jul 27, 2012 at 2:09 AM, Tristan Gingold wrote: > Hi, > > I have just created the 2.23 branch and uploded prerelease 2.22.90 at: > ftp://sourceware.org/pub/binutils/snapshots/binutils-2.22.90.tar.bz2 > > 1c3cff60834006839e2a0cb39a9f93d7 binutils-2.22.90.tar.bz2 > > This snapshot was sanity-checked for i686-pc-linux-gnu > Please test it for your favorite hosts/targets. > > Tristan. I checked this patch into 2.23 branch to fix the x86 gas test failure. H.J. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 85968f8..caa3ccb 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-07-30 H.J. Lu + + * gas/i386/inval-equ-2.l: Updated. + 2012-07-24 Sandra Loosemore Jie Zhang diff --git a/gas/testsuite/gas/i386/inval-equ-2.l b/gas/testsuite/gas/i386/inval-equ-2.l index aed89b4..7a4f483 100644 --- a/gas/testsuite/gas/i386/inval-equ-2.l +++ b/gas/testsuite/gas/i386/inval-equ-2.l @@ -15,5 +15,7 @@ GAS LISTING .* [ ]*6[ ]+\.globl bar2 [ ]*7[ ]+\.set bar3,\(%eax\+1\) [ ]*8[ ]+\?\?\?\? A12A0000 mov bar3,%eax +\*\*\*\* Error:can't make global register symbol `bar1' +\*\*\*\* Error:can't make global register symbol `bar2' \*\*\*\* Error:can't make global register symbol `bar3' [ ]*8[ ]+00 -- H.J.