summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2006-08-28 18:25:12 +0000
committerChristian Heim <phreak@gentoo.org>2006-08-28 18:25:12 +0000
commit1368fcc85d63a7a5941b7f518bbcae0894efa942 (patch)
tree182539fbe58c2c757b5496248c611212645cda06
parentRemoving, fixed in the current release. (diff)
downloadmisc-1368fcc85d63a7a5941b7f518bbcae0894efa942.tar.gz
misc-1368fcc85d63a7a5941b7f518bbcae0894efa942.tar.bz2
misc-1368fcc85d63a7a5941b7f518bbcae0894efa942.zip
Removing the WANT_STACKGAP patch.
svn path=/; revision=455
-rw-r--r--dietlibc/patches/0.30-r1/02_all_want-stackgap.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dietlibc/patches/0.30-r1/02_all_want-stackgap.patch b/dietlibc/patches/0.30-r1/02_all_want-stackgap.patch
deleted file mode 100644
index 79b6e1a..0000000
--- a/dietlibc/patches/0.30-r1/02_all_want-stackgap.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: dietlibc-0.30/dietfeatures.h
-===================================================================
---- dietlibc-0.30.orig/dietfeatures.h
-+++ dietlibc-0.30/dietfeatures.h
-@@ -99,7 +99,7 @@
- /* WARNING: this appears to break with some binutils versions. Works
- * for me with binutils 2.15. The symptom is an error message that
- * `main' can not be found. */
--/* #define WANT_STACKGAP */
-+#define WANT_STACKGAP
-
- /* Include support for ProPolice/SSP, calls guard_setup */
- /* ProPolice is part of gcc 4.1 and up, there were patches for earlier