From patchwork Thu Jun 19 22:31:17 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lu, Hongjiu" X-Patchwork-Id: 1583 Received: (qmail 9321 invoked by alias); 19 Jun 2014 22:31:22 -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 9306 invoked by uid 89); 19 Jun 2014 22:31:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL, BAYES_00, NO_DNS_FOR_FROM, T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mga03.intel.com X-ExtLoop1: 1 Date: Thu, 19 Jun 2014 15:31:17 -0700 From: "H.J. Lu" To: GNU C Library Subject: [PATCH] Remove sysdeps/x86_64/multiarch/rtld-strlen.S Message-ID: <20140619223117.GA13445@intel.com> Reply-To: "H.J. Lu" MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Since there is no sysdeps/x86_64/multiarch/strlen.S, sysdeps/x86_64/rtld-strlen.S will be used. OK to install? Thanks. H.J. --- * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed. --- ChangeLog | 4 ++++ sysdeps/x86_64/multiarch/rtld-strlen.S | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) delete mode 100644 sysdeps/x86_64/multiarch/rtld-strlen.S diff --git a/ChangeLog b/ChangeLog index ec08f77..450cb7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2014-06-19 H.J. Lu + * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed. + +2014-06-19 H.J. Lu + * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use 3 bytes for __pad1 for x32. (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise. diff --git a/sysdeps/x86_64/multiarch/rtld-strlen.S b/sysdeps/x86_64/multiarch/rtld-strlen.S deleted file mode 100644 index 596e054..0000000 --- a/sysdeps/x86_64/multiarch/rtld-strlen.S +++ /dev/null @@ -1 +0,0 @@ -#include "../rtld-strlen.S"