From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7790 invoked by alias); 28 Nov 2012 20:58:38 -0000 Received: (qmail 7780 invoked by uid 22791); 28 Nov 2012 20:58:37 -0000 X-SWARE-Spam-Status: No, hits=-3.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-ie0-f169.google.com (HELO mail-ie0-f169.google.com) (209.85.223.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 28 Nov 2012 20:58:31 +0000 Received: by mail-ie0-f169.google.com with SMTP id c14so8815522ieb.0 for ; Wed, 28 Nov 2012 12:58:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=3WAR06dZw7rWFieD2m1CZEi+KG0GJNwNi5eBcRUmLCs=; b=jjT3JhA68H1UAxiz6RMVJaCwoR88CnBLcsg6PleiyBSjrCx02n6UzJ0UNVqkjILYJi BdWa6EkSBGOlJVVwEqE/3x+SWh5OB2idzGpD1KRfyp1mZTQvzrUtSXB9dOm3b2F/+KOF 9vw5u1c7/eWz1FXKBff7F/LK/1qZ2/EdmUKhDTyDONCihoUtNLOS7DfSdUj2VVQGjG+k 3Wzb8gQ+L9Chq6Fm/eMbnEPo+CBJjP84XPTsF+VBRDQO0oT8GXAabuWbEZimZOFJsgSm SD+hvXMUacdEDxMqOJ7rN+p7jxuLmU1tg1uaRJ9Sl6L9bvgA+ZV9AI7W6sWgmJbKk8JD ACVw== MIME-Version: 1.0 Received: by 10.43.58.14 with SMTP id wi14mr18626777icb.9.1354136311416; Wed, 28 Nov 2012 12:58:31 -0800 (PST) Received: by 10.43.77.135 with HTTP; Wed, 28 Nov 2012 12:58:31 -0800 (PST) In-Reply-To: <20121126150434.GB28791@einval.com> References: <20121126150131.GA28791@einval.com> <20121126150434.GB28791@einval.com> Date: Wed, 28 Nov 2012 20:58:00 -0000 Message-ID: Subject: Re: [PATCH 2/4] Check for the FLAG_AARCH64_LIB64 flag in the ldconfig cache From: "Carlos O'Donell" To: Steve McIntyre , Marcus Shawcroft Cc: libc-ports@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQnfQ7WRAH8KcuOzvw3X8mIuRWEhEIJ2Fa2LIlzjRSrs+HHh7QY39OVTAGTU5kceVAnI6r55 X-IsSubscribed: yes Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-11/txt/msg00119.txt.bz2 On Mon, Nov 26, 2012 at 10:04 AM, Steve McIntyre wrote: > Use the new FLAG_AARCH64_LIB64 ldconfig cache tag for AArch64, > similarly to the way tags are handled for other architectures. > > ======================================================== > > Check for the FLAG_AARCH64_LIB64 flag in the ldconfig cache > > * sysdeps/unix/sysv/linux/aarch64/dl-cache.h: New file. > > Signed-off-by: Steve McIntyre Reviewed-by: Carlos O'Donell This looks good to me. Markus, as the AArch64 maintainer, should have the final word and check it in. Feel free to include my Reviewed-by: in the git commit logs to track reviews. Cheers, Carlos.r