From patchwork Mon Oct 27 07:59:47 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Pinski X-Patchwork-Id: 403434 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id E7FE7140081 for ; Mon, 27 Oct 2014 19:04:27 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id:in-reply-to :references; q=dns; s=default; b=QpKgqjoHryoXLZyprfq+mzqGAoHK7tV i09Wd2VDWxMbrT9UBFWu/ZeoH4f4p3m8JLlrZH6ciaOF+u1BhbKYMqvyipok+ISD xhFcfejdRx5FHzTRuHN5KD9AwsJhV8NciAStgKddjJfJjru3WBbFRXbBcIMtpZoT x78+gyl1HpOM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id:in-reply-to :references; s=default; bh=afU89mziDHytv3Uqtf5ZbKrctkw=; b=eeeAG 9l+xt44qtLKAIxIt3OWODs8ROC90gv65gZVwzesq40/oEuMDqyYHmI0jR4Vm+2p9 ShVlVRqosAhsl4j6ckX5E/XGDyr6v+BM3hqajUzN/oDY6ugM3FUR+fInKG6mGqDn oE+DAtTbo/ChETKU6AM7aYuKmJ9WxtUbpLnJds= Received: (qmail 30193 invoked by alias); 27 Oct 2014 08:03:12 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 30103 invoked by uid 89); 27 Oct 2014 08:03:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: mail-ig0-f176.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=RzcgZ4YzToNiBRma2EsRvNOS1/cDAT8dYe1QHwKOMrA=; b=KzY/iRueK4D3g59E85W0SdNoYr4ZttLPQelGARf/9yMFrsnyZbGcdvcIKY0oRP51cL rJVgJFE0UdtXzdv9zVw/4jo31ePG1FuaCOhl179m7KzakQgP+Gl1IJBeGMdAlb6dn5iL EZHZLa7icS86pAE0/88csWLRkEzpn8X4fh7m3HRm6sTDKWiyzg/yeAV+5PRkWJcIv47+ VRxDtTcg6bWN9E54BvMZ87sH3Uvf4aAjHHhnl9XKEJg144iXSrpu665x7+572OHd9t7A 94Wk9sA/qfKAz1RCNMgKH0zmTNlDPij+ibDRyW2g8lJsUHHDhIhQ4vZaIwbAfjBP9frj jGbg== X-Gm-Message-State: ALoCoQlJwLZVkce837l+6CMzTSqk3Ea5LQy/8MPvyjZ93/qvraTzUHisFrKlQxj/pZLDaVVaBpLo X-Received: by 10.50.27.98 with SMTP id s2mr20240883igg.21.1414396984630; Mon, 27 Oct 2014 01:03:04 -0700 (PDT) From: Andrew Pinski To: libc-alpha@sourceware.org Cc: Andrew Pinski Subject: [PATCH 23/29] [AARCH64] Add ILP32 ld.so to the known interpreter names. Date: Mon, 27 Oct 2014 00:59:47 -0700 Message-Id: <1414396793-9005-24-git-send-email-apinski@cavium.com> In-Reply-To: <1414396793-9005-1-git-send-email-apinski@cavium.com> References: <1414396793-9005-1-git-send-email-apinski@cavium.com> This patch adds ILP32 ld.so names to the known interpreter names. * sysdeps/unix/sysv/linux/aarch64/ldconfig.h (SYSDEP_KNOWN_INTERPRETER_NAMES): Add ilp32 ld.so names. --- sysdeps/unix/sysv/linux/aarch64/ldconfig.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/sysdeps/unix/sysv/linux/aarch64/ldconfig.h b/sysdeps/unix/sysv/linux/aarch64/ldconfig.h index b0e6b6a..a70eafc 100644 --- a/sysdeps/unix/sysv/linux/aarch64/ldconfig.h +++ b/sysdeps/unix/sysv/linux/aarch64/ldconfig.h @@ -21,6 +21,8 @@ #define SYSDEP_KNOWN_INTERPRETER_NAMES \ { "/lib/ld-linux-aarch64.so.1", FLAG_ELF_LIBC6 }, \ { "/lib/ld-linux-aarch64_be.so.1", FLAG_ELF_LIBC6 }, \ + { "/lib/ld-linux-aarch64_ilp32.so.1", FLAG_ELF_LIBC6 }, \ + { "/lib/ld-linux-aarch64_be_ilp32.so.1", FLAG_ELF_LIBC6 }, \ { "/lib/ld-linux.so.3", FLAG_ELF_LIBC6 }, \ { "/lib/ld-linux-armhf.so.3", FLAG_ELF_LIBC6 }, #define SYSDEP_KNOWN_LIBRARY_NAMES \