This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed, PATCH] Remove x86 init-arch.c


Both files include sysdeps/x86_64/multiarch/init-arch.c which has been
removed.

	* sysdeps/i386/i686/multiarch/init-arch.c: Removed.
	* sysdeps/unix/sysv/linux/x86/init-arch.c: Likewise.
---
 ChangeLog                               | 5 +++++
 sysdeps/i386/i686/multiarch/init-arch.c | 1 -
 sysdeps/unix/sysv/linux/x86/init-arch.c | 1 -
 3 files changed, 5 insertions(+), 2 deletions(-)
 delete mode 100644 sysdeps/i386/i686/multiarch/init-arch.c
 delete mode 100644 sysdeps/unix/sysv/linux/x86/init-arch.c

diff --git a/ChangeLog b/ChangeLog
index c45db5e..52f163e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-08-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* sysdeps/i386/i686/multiarch/init-arch.c: Removed.
+	* sysdeps/unix/sysv/linux/x86/init-arch.c: Likewise.
+
 2015-08-20  OndÅej BÃlka  <neleai@seznam.cz>
 
 	[BZ #17787]
diff --git a/sysdeps/i386/i686/multiarch/init-arch.c b/sysdeps/i386/i686/multiarch/init-arch.c
deleted file mode 100644
index 00a94d8..0000000
--- a/sysdeps/i386/i686/multiarch/init-arch.c
+++ /dev/null
@@ -1 +0,0 @@
-#include <sysdeps/x86_64/multiarch/init-arch.c>
diff --git a/sysdeps/unix/sysv/linux/x86/init-arch.c b/sysdeps/unix/sysv/linux/x86/init-arch.c
deleted file mode 100644
index 00a94d8..0000000
--- a/sysdeps/unix/sysv/linux/x86/init-arch.c
+++ /dev/null
@@ -1 +0,0 @@
-#include <sysdeps/x86_64/multiarch/init-arch.c>
-- 
2.4.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]