From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31473 invoked by alias); 7 Mar 2011 02:51:51 -0000 Received: (qmail 31465 invoked by uid 22791); 7 Mar 2011 02:51:50 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-iw0-f169.google.com (HELO mail-iw0-f169.google.com) (209.85.214.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 07 Mar 2011 02:51:46 +0000 Received: by iwl42 with SMTP id 42so4949133iwl.0 for ; Sun, 06 Mar 2011 18:51:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.151.70 with SMTP id d6mr3755932icw.176.1299466303803; Sun, 06 Mar 2011 18:51:43 -0800 (PST) Received: by 10.42.145.136 with HTTP; Sun, 6 Mar 2011 18:51:43 -0800 (PST) In-Reply-To: <201103070222.p272MKut022573@ignucius.se.axis.com> References: <20110305153249.GA32480@intel.com> <201103070222.p272MKut022573@ignucius.se.axis.com> Date: Mon, 07 Mar 2011 02:51:00 -0000 Message-ID: Subject: Re: PATCH: Mention symbol name in non-constant .size expression From: "H.J. Lu" To: Hans-Peter Nilsson Cc: binutils@sourceware.org, amodra@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2011-03/txt/msg00091.txt.bz2 On Sun, Mar 6, 2011 at 6:22 PM, Hans-Peter Nilsson wrote: >> Date: Sat, 5 Mar 2011 07:32:49 -0800 >> From: "H.J. Lu" > >> @@ -1,3 +1,7 @@ >> +2011-03-05 =A0H.J. Lu =A0 >> + >> + =A0 =A0 * gas/elf/bad-size.err: Updated. >> + >> =A02010-03-08 =A0H.J. Lu =A0 >> >> =A0 =A0 =A0 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 @@ >> =A0.*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. =A0I still get: > > ../as-new =A0 -o dump.o /tmp/hpautotest-binutils/bsrc/src/gas/testsuite/g= as/elf/bad-size.s > Executing on host: sh -c {../as-new =A0 -o dump.o /tmp/hpautotest-binutil= s/bsrc/src/gas/testsuite/gas/elf/bad-size.s 2>&1} > =A0/dev/null gas.out (timeout =3D 300) > /tmp/hpautotest-binutils/bsrc/src/gas/testsuite/gas/elf/bad-size.s: Assem= bler messages: > /tmp/hpautotest-binutils/bsrc/src/gas/testsuite/gas/elf/bad-size.s:6: Err= or: operation combines symbols in different seg > ments > /tmp/hpautotest-binutils/bsrc/src/gas/testsuite/gas/elf/bad-size.s: Assem= bler messages: > /tmp/hpautotest-binutils/bsrc/src/gas/testsuite/gas/elf/bad-size.s:6: Err= or: operation combines symbols in different seg > ments > regexp_diff match failure > regexp "^.*bad-size\.s:6: Error:.*`_test_nop'.*$" > line =A0 "/tmp/hpautotest-binutils/bsrc/src/gas/testsuite/gas/elf/bad-siz= e.s:6: Error: operation combines symbols in different segments" > FAIL: Check bad size directive > I can change it to skip cris. --=20 H.J.