From patchwork Mon Dec 3 18:17:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve McIntyre X-Patchwork-Id: 13342 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 C917723E1A for ; Mon, 3 Dec 2012 18:18:05 +0000 (UTC) Received: from mail-ie0-f172.google.com (mail-ie0-f172.google.com [209.85.223.172]) by fiordland.canonical.com (Postfix) with ESMTP id 7FF21A1953D for ; Mon, 3 Dec 2012 18:18:05 +0000 (UTC) Received: by mail-ie0-f172.google.com with SMTP id c13so4844232ieb.3 for ; Mon, 03 Dec 2012 10:18:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:date:from :to:subject:message-id:mime-version:content-type:content-disposition :x-attached:user-agent:x-gm-message-state; bh=DYbyFpsPSIUdATwq2pl6WGCcwTfkz84ZFFGMhUK478o=; b=bpHH6C3LFaA/1jOwhIkk79GiCA4Ah5QXiBJZXv2fgf+eghGmZTYnphQymby5+J1Ha/ 0dVZxem+wELv575z0FJs8rie3N0AP0iEKbGI77fv9Y9bR/HFAOx6whmM28sFUjEwzFhR 8fwE07fdLPF3a9t8KS9PJ2UFR0SsuFlnLv1wW9neVcxvk2qTsKw1OtujriMiguqh34u8 6O1kY7Cyq+v+3WAu1WspKX3Plkq9DRSLFddziWEeca2j1BM8cblbc4/3L+TtZ3YfZGUF 7P0JRaptWjM15Usk2Q8obxXtp4gWJxNo6eRNAVYHpgRrlmmo6JZy4uOXM2HctVwvfpex QdNA== Received: by 10.50.213.69 with SMTP id nq5mr7012707igc.70.1354558684751; Mon, 03 Dec 2012 10:18:04 -0800 (PST) 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.50.67.148 with SMTP id n20csp195138igt; Mon, 3 Dec 2012 10:18:04 -0800 (PST) Received: by 10.180.88.70 with SMTP id be6mr11133581wib.14.1354558683393; Mon, 03 Dec 2012 10:18:03 -0800 (PST) Received: from cheddar.halon.org.uk (cheddar.halon.org.uk. [217.10.144.130]) by mx.google.com with ESMTPS id o1si9256289wiz.37.2012.12.03.10.18.02 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 03 Dec 2012 10:18:03 -0800 (PST) Received-SPF: neutral (google.com: 217.10.144.130 is neither permitted nor denied by best guess record for domain of steve.mcintyre@linaro.org) client-ip=217.10.144.130; Authentication-Results: mx.google.com; spf=neutral (google.com: 217.10.144.130 is neither permitted nor denied by best guess record for domain of steve.mcintyre@linaro.org) smtp.mail=steve.mcintyre@linaro.org Received: from bsmtp by cheddar.halon.org.uk with local-bsmtp (Exim 4.72) (envelope-from ) id 1Tfaag-0001Q3-QG for patches@linaro.org; Mon, 03 Dec 2012 18:18:02 +0000 Received: from stemci01 by e102122-lin with local (Exim 4.76) (envelope-from ) id 1Tfaa9-0008Mu-G2 for patches@linaro.org; Mon, 03 Dec 2012 18:17:29 +0000 Date: Mon, 3 Dec 2012 18:17:29 +0000 From: Steve McIntyre To: patches@linaro.org Subject: [steve.mcintyre@linaro.org: [PATCH] ARM: Tag ARM libc6-dependent binaries with FLAG_ELF_LIBC6] Message-ID: <20121203181729.GK12778@linaro.org> MIME-Version: 1.0 Content-Disposition: inline X-attached: none User-Agent: Mutt/1.5.21 (2010-09-15) X-Gm-Message-State: ALoCoQl6xs1slWFzzpImlOKx7RhWGqfs2FiKnttjNGJ4tgn0jd/IH9rr+4QnP+xalQDe8vE4UXq2 ----- Forwarded message from Steve McIntyre ----- Date: Mon, 3 Dec 2012 15:43:52 +0000 From: Steve McIntyre To: libc-ports@sourceware.org Cc: Carlos O'Donell , "Joseph S. Myers" , Marcus Shawcroft Subject: [PATCH] ARM: Tag ARM libc6-dependent binaries with FLAG_ELF_LIBC6 User-Agent: Mutt/1.5.21 (2010-09-15) Final patch for ARM... ============================== Tag ARM libc6-dependent binaries with FLAG_ELF_LIBC6 * sysdeps/unix/sysv/linux/arm/ldconfig.h: New file. Signed-off-by: Steve McIntyre --- ports/sysdeps/unix/sysv/linux/arm/ldconfig.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 ports/sysdeps/unix/sysv/linux/arm/ldconfig.h diff --git a/ports/sysdeps/unix/sysv/linux/arm/ldconfig.h b/ports/sysdeps/unix/sysv/linux/arm/ldconfig.h new file mode 100644 index 0000000..bb20b79 --- /dev/null +++ b/ports/sysdeps/unix/sysv/linux/arm/ldconfig.h @@ -0,0 +1,25 @@ +/* Copyright (C) 2001-2012 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, see + . */ + +#include + +#define SYSDEP_KNOWN_INTERPRETER_NAMES \ + { "/lib/ld-linux.so.3", FLAG_ELF_LIBC6 }, \ + { "/lib/ld-linux-armhf.so.3", FLAG_ELF_LIBC6 }, +#define SYSDEP_KNOWN_LIBRARY_NAMES \ + { "libc.so.6", FLAG_ELF_LIBC6 }, \ + { "libm.so.6", FLAG_ELF_LIBC6 },