From patchwork Fri Aug 19 13:26:21 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Dr. David Alan Gilbert" X-Patchwork-Id: 3558 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id C684223E52 for ; Fri, 19 Aug 2011 13:32:37 +0000 (UTC) Received: from mail-gw0-f52.google.com (mail-gw0-f52.google.com [74.125.83.52]) by fiordland.canonical.com (Postfix) with ESMTP id 8B429A181A8 for ; Fri, 19 Aug 2011 13:32:37 +0000 (UTC) Received: by gwj15 with SMTP id 15so2363790gwj.11 for ; Fri, 19 Aug 2011 06:32:37 -0700 (PDT) Received: by 10.150.68.26 with SMTP id q26mr2224566yba.276.1313760386997; Fri, 19 Aug 2011 06:26:26 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.150.157.17 with SMTP id f17cs98668ybe; Fri, 19 Aug 2011 06:26:26 -0700 (PDT) Received: by 10.227.178.131 with SMTP id bm3mr2996392wbb.85.1313760385461; Fri, 19 Aug 2011 06:26:25 -0700 (PDT) Received: from mtagate2.uk.ibm.com (mtagate2.uk.ibm.com [194.196.100.162]) by mx.google.com with ESMTPS id fk2si8421529wbb.41.2011.08.19.06.26.24 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 19 Aug 2011 06:26:24 -0700 (PDT) Received-SPF: neutral (google.com: 194.196.100.162 is neither permitted nor denied by best guess record for domain of david.gilbert@linaro.org) client-ip=194.196.100.162; Authentication-Results: mx.google.com; spf=neutral (google.com: 194.196.100.162 is neither permitted nor denied by best guess record for domain of david.gilbert@linaro.org) smtp.mail=david.gilbert@linaro.org Received: from d06nrmr1806.portsmouth.uk.ibm.com (d06nrmr1806.portsmouth.uk.ibm.com [9.149.39.193]) by mtagate2.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p7JDQNBK024820 for ; Fri, 19 Aug 2011 13:26:23 GMT Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p7JDQNdA2130156 for ; Fri, 19 Aug 2011 14:26:23 +0100 Received: from d06av05.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p7JDQMhT003536 for ; Fri, 19 Aug 2011 07:26:23 -0600 Received: from davesworkthinkpad (davegilbertthinkpad.manchester-maybrook.uk.ibm.com [9.174.219.90]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id p7JDQL6A003502 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 19 Aug 2011 07:26:22 -0600 Date: Fri, 19 Aug 2011 14:26:21 +0100 From: "Dr. David Alan Gilbert" To: libc-alpha@sources.redhat.com Cc: patches@linaro.org, drepper@gmail.com Subject: [PATCH] Missing cross-tst-wrapper in tst-initorder Message-ID: <20110819132620.GA20974@davesworkthinkpad> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) tst-initorder doesn't get run through the cross-test-wrapper. (Introduced by 968dad0a) (Tested on eglibc on arm cross build, but the stanza looks identical in glibc, and the patch applies with a few line offset) Index: libc/elf/Makefile =================================================================== --- libc/elf/Makefile (revision 14944) +++ libc/elf/Makefile (working copy) @@ -1170,6 +1170,7 @@ $(objpfx)tst-unique4: $(objpfx)tst-unique4lib.so $(objpfx)tst-initorder.out: $(objpfx)tst-initorder + $(cross-test-wrapper) \ $(elf-objpfx)${rtld-installed-name} \ --library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \ $< > $@