This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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]

[PATCH] ia64: delete now unused file


The latest main tree has split out stackguard-macros.h so we no
longer have to override it with a stub.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 ChangeLog.ia64                       |    4 ++++
 sysdeps/ia64/elf/stackguard-macros.h |    3 ---
 2 files changed, 4 insertions(+), 3 deletions(-)
 delete mode 100644 sysdeps/ia64/elf/stackguard-macros.h

diff --git a/ChangeLog.ia64 b/ChangeLog.ia64
index 756be7e..3130214 100644
--- a/ChangeLog.ia64
+++ b/ChangeLog.ia64
@@ -1,3 +1,7 @@
+2012-05-15  Mike Frysinger  <vapier@gentoo.org>
+
+	* sysdeps/ia64/elf/stackguard-macros.h: Delete unused file.
+
 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
 
 	[BZ #14109]
diff --git a/sysdeps/ia64/elf/stackguard-macros.h b/sysdeps/ia64/elf/stackguard-macros.h
deleted file mode 100644
index 606ad58..0000000
--- a/sysdeps/ia64/elf/stackguard-macros.h
+++ /dev/null
@@ -1,3 +0,0 @@
-/* Tests in nptl/ look for <elf/stackguard-macros.h> while tests
-   in elf/ look for <stackguard-macros.h>.  Provide both.  */
-#include "../stackguard-macros.h"
-- 
1.7.8.6


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