From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1446 invoked by alias); 2 Jan 2012 11:27:50 -0000 Received: (qmail 1436 invoked by uid 22791); 2 Jan 2012 11:27:49 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 02 Jan 2012 11:27:36 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 9B74ACB2884; Mon, 2 Jan 2012 12:27:36 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uFVodD-b0Yp0; Mon, 2 Jan 2012 12:27:36 +0100 (CET) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 881AFCB287F; Mon, 2 Jan 2012 12:27:36 +0100 (CET) Subject: Re: [Patch Darwin/testsuite/objcopy] Do not try to run the copy-2/3.d tests for darwin. Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=us-ascii From: Tristan Gingold In-Reply-To: <91B188DC-F39A-4AE5-9B23-8F0ECF1EF160@sandoe-acoustics.co.uk> Date: Mon, 02 Jan 2012 11:27:00 -0000 Cc: binutils Development Content-Transfer-Encoding: quoted-printable Message-Id: References: <91B188DC-F39A-4AE5-9B23-8F0ECF1EF160@sandoe-acoustics.co.uk> To: Iain Sandoe 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-01/txt/msg00010.txt.bz2 On Dec 30, 2011, at 10:07 PM, Iain Sandoe wrote: > trying to work through the test-suite to find which fails represent stuff= we still need to implement (and which are noise). >=20 > AFAICS, these two tests are not applicable to mach-o, certainly as they s= tand (they would require a different .s file to work). Ok with me. Need perhaps a confirmation from a global maintainer. Tristan. >=20 > OK? > Iain >=20 > binutils/testsuite: >=20 > * binutils-all/copy-2.d: Do not run for Darwin. > * binutils-all/copy-3.d: Likewise. >=20 > binutils/testsuite/binutils-all/copy-2.d | 2 +- > binutils/testsuite/binutils-all/copy-3.d | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/binutils/testsuite/binutils-all/copy-2.d b/binutils/testsuit= e/binutils-all/copy-2.d > index 5636ff6..4640709 100644 > --- a/binutils/testsuite/binutils-all/copy-2.d > +++ b/binutils/testsuite/binutils-all/copy-2.d > @@ -3,7 +3,7 @@ > #objcopy: --set-section-flags foo=3Dcontents,alloc,load,code > #name: copy with setting section flags 2 > #source: copytest.s > -#not-target: *-*-*aout *-*-aix* h8300-*-* hppa*-*-hpux* m68k-*-netbsd m6= 8k-*-openbsd* mips-sony-bsd* mips-*-ultrix* mips-*-osf* mips-*-ecoff* mips-= *-irix mips-*-irix[2-4] mips-*-riscos* ns32k-*-netbsd > +#not-target: *-*-*aout *-*-aix* h8300-*-* hppa*-*-hpux* m68k-*-netbsd m6= 8k-*-openbsd* mips-sony-bsd* mips-*-ultrix* mips-*-osf* mips-*-ecoff* mips-= *-irix mips-*-irix[2-4] mips-*-riscos* ns32k-*-netbsd *-*-darwin* > # Note - we use copytest.s and a section named "foo" rather > # than .text because for some file formats (eg PE) the .text > # section has a fixed set of flags and these cannot be changed. > diff --git a/binutils/testsuite/binutils-all/copy-3.d b/binutils/testsuit= e/binutils-all/copy-3.d > index 551517c..2d42ce8 100644 > --- a/binutils/testsuite/binutils-all/copy-3.d > +++ b/binutils/testsuite/binutils-all/copy-3.d > @@ -3,7 +3,7 @@ > #objcopy: --set-section-flags .text=3Dalloc,data > #name: copy with setting section flags 3 > #source: bintest.s > -#not-target: *-*-*aout *-*-*pe *-*-*coff hppa*-*-hpux* i*86-*-cygwin* i*= 86-*-mingw32* m68k-*-netbsd m68k-*-openbsd* ns32k-*-netbsd x86_64-*-mingw* > +#not-target: *-*-*aout *-*-*pe *-*-*coff hppa*-*-hpux* i*86-*-cygwin* i*= 86-*-mingw32* m68k-*-netbsd m68k-*-openbsd* ns32k-*-netbsd x86_64-*-mingw* = *-*-darwin* > # The .text # section in PE/COFF has a fixed set of flags and these > # cannot be changed. We skip it for them. >=20 >=20