From patchwork Fri Aug 19 14:12:49 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: 3561 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 E5EA423F22 for ; Fri, 19 Aug 2011 14:12:55 +0000 (UTC) Received: from mail-gy0-f180.google.com (mail-gy0-f180.google.com [209.85.160.180]) by fiordland.canonical.com (Postfix) with ESMTP id B6C55A18139 for ; Fri, 19 Aug 2011 14:12:55 +0000 (UTC) Received: by gyc15 with SMTP id 15so3197038gyc.11 for ; Fri, 19 Aug 2011 07:12:55 -0700 (PDT) Received: by 10.151.6.13 with SMTP id j13mr2343349ybi.105.1313763175147; Fri, 19 Aug 2011 07:12:55 -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 f17cs100463ybe; Fri, 19 Aug 2011 07:12:54 -0700 (PDT) Received: by 10.216.24.30 with SMTP id w30mr510443wew.68.1313763174210; Fri, 19 Aug 2011 07:12:54 -0700 (PDT) Received: from mtagate2.uk.ibm.com (mtagate2.uk.ibm.com [194.196.100.162]) by mx.google.com with ESMTPS id v48si8462013wec.66.2011.08.19.07.12.53 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 19 Aug 2011 07:12:54 -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 p7JECpjn017286 for ; Fri, 19 Aug 2011 14:12:51 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 p7JECpmb2109614 for ; Fri, 19 Aug 2011 15:12:51 +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 p7JECoeg030777 for ; Fri, 19 Aug 2011 08:12:51 -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 p7JECnKB030747 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 19 Aug 2011 08:12:50 -0600 Date: Fri, 19 Aug 2011 15:12:49 +0100 From: "Dr. David Alan Gilbert" To: patches@eglibc.org Cc: patches@linaro.org Subject: [PATCH] Fix missing cross-test-wrapper Message-ID: <20110819141248.GA21933@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. Tested with an ARM cross test. 2011-08-19 Dr. David Alan Gilbert * elf/Makefile: Push tst-initorder through cross-test-wrapper 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)) \ $< > $@