Remove sysdeps/x86_64/multiarch/rtld-strlen.S

Message ID 20140619223117.GA13445@intel.com
State Committed
Headers

Commit Message

Lu, Hongjiu June 19, 2014, 10:31 p.m. UTC
  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
  

Comments

Roland McGrath June 20, 2014, 5:28 p.m. UTC | #1
OK
  

Patch

diff --git a/ChangeLog b/ChangeLog
index ec08f77..450cb7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@ 
 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
+
+2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* 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"