From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26253 invoked by alias); 7 Mar 2011 02:22:34 -0000 Received: (qmail 26243 invoked by uid 22791); 7 Mar 2011 02:22:33 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from anubis.se.axis.com (HELO anubis.se.axis.com) (195.60.68.12) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 07 Mar 2011 02:22:24 +0000 Received: from localhost (localhost [127.0.0.1]) by anubis.se.axis.com (Postfix) with ESMTP id B910419D1D; Mon, 7 Mar 2011 03:22:21 +0100 (CET) Received: from anubis.se.axis.com ([127.0.0.1]) by localhost (anubis.se.axis.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Qum3fZLA3QNX; Mon, 7 Mar 2011 03:22:21 +0100 (CET) Received: from seth.se.axis.com (seth.se.axis.com [10.0.2.172]) by anubis.se.axis.com (Postfix) with ESMTP id 19D8419D13; Mon, 7 Mar 2011 03:22:20 +0100 (CET) Received: from ignucius.se.axis.com (ignucius.se.axis.com [10.88.21.50]) by seth.se.axis.com (Postfix) with ESMTP id EEE9C3E0D6; Mon, 7 Mar 2011 03:22:20 +0100 (CET) Received: from ignucius.se.axis.com (localhost [127.0.0.1]) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) with ESMTP id p272MKF6022577; Mon, 7 Mar 2011 03:22:20 +0100 Received: (from hp@localhost) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) id p272MKut022573; Mon, 7 Mar 2011 03:22:20 +0100 Date: Mon, 07 Mar 2011 02:22:00 -0000 Message-Id: <201103070222.p272MKut022573@ignucius.se.axis.com> From: Hans-Peter Nilsson To: hjl.tools@gmail.com CC: binutils@sourceware.org, amodra@gmail.com In-reply-to: <20110305153249.GA32480@intel.com> (hongjiu.lu@intel.com) Subject: Re: PATCH: Mention symbol name in non-constant .size expression MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT 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: 2011-03/txt/msg00090.txt.bz2 > Date: Sat, 5 Mar 2011 07:32:49 -0800 > From: "H.J. Lu" > @@ -1,3 +1,7 @@ > +2011-03-05 H.J. Lu > + > + * gas/elf/bad-size.err: Updated. > + > 2010-03-08 H.J. Lu > > PR gas/9966 > diff --git a/gas/testsuite/gas/elf/bad-size.err b/gas/testsuite/gas/elf/bad-size.err > index 5e01ef2..a5bfc31 100644 > --- a/gas/testsuite/gas/elf/bad-size.err > +++ b/gas/testsuite/gas/elf/bad-size.err > @@ -1,2 +1,2 @@ > .*bad-size\.s: Assembler messages: > -.*bad-size\.s:6: Error: .* > +.*bad-size\.s:6: Error:.*`_test_nop'.* > That fails for cris-elf and cris-axis-linux-gnu. I still get: ../as-new -o dump.o /tmp/hpautotest-binutils/bsrc/src/gas/testsuite/gas/elf/bad-size.s Executing on host: sh -c {../as-new -o dump.o /tmp/hpautotest-binutils/bsrc/src/gas/testsuite/gas/elf/bad-size.s 2>&1} /dev/null gas.out (timeout = 300) /tmp/hpautotest-binutils/bsrc/src/gas/testsuite/gas/elf/bad-size.s: Assembler messages: /tmp/hpautotest-binutils/bsrc/src/gas/testsuite/gas/elf/bad-size.s:6: Error: operation combines symbols in different seg ments /tmp/hpautotest-binutils/bsrc/src/gas/testsuite/gas/elf/bad-size.s: Assembler messages: /tmp/hpautotest-binutils/bsrc/src/gas/testsuite/gas/elf/bad-size.s:6: Error: operation combines symbols in different seg ments regexp_diff match failure regexp "^.*bad-size\.s:6: Error:.*`_test_nop'.*$" line "/tmp/hpautotest-binutils/bsrc/src/gas/testsuite/gas/elf/bad-size.s:6: Error: operation combines symbols in different segments" FAIL: Check bad size directive brgds, H-P