aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/patches/150-fix-ldso-text-realloc-segfault.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2009-02-21 14:32:21 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2009-02-21 14:32:21 +0000
commitd0484c4cf651fc0f08bbd1a902417687a3d7f0ff (patch)
tree2cd957ecc9ccc165c6194e2159a25ef0869151ae /toolchain/uClibc/patches/150-fix-ldso-text-realloc-segfault.patch
parentda99fcd35a1dae5d03d26b6be44b7c4cacdcf5cd (diff)
downloadupstream-d0484c4cf651fc0f08bbd1a902417687a3d7f0ff.tar.gz
upstream-d0484c4cf651fc0f08bbd1a902417687a3d7f0ff.tar.bz2
upstream-d0484c4cf651fc0f08bbd1a902417687a3d7f0ff.zip
uClibc: refresh patches for uClibc
SVN-Revision: 14588
Diffstat (limited to 'toolchain/uClibc/patches/150-fix-ldso-text-realloc-segfault.patch')
-rw-r--r--toolchain/uClibc/patches/150-fix-ldso-text-realloc-segfault.patch7
1 files changed, 3 insertions, 4 deletions
diff --git a/toolchain/uClibc/patches/150-fix-ldso-text-realloc-segfault.patch b/toolchain/uClibc/patches/150-fix-ldso-text-realloc-segfault.patch
index ce5fb30460..7006f98b1a 100644
--- a/toolchain/uClibc/patches/150-fix-ldso-text-realloc-segfault.patch
+++ b/toolchain/uClibc/patches/150-fix-ldso-text-realloc-segfault.patch
@@ -1,7 +1,6 @@
-diff -urN uClibc-0.9.29.old/ldso/ldso/ldso.c uClibc-0.9.29/ldso/ldso/ldso.c
---- uClibc-0.9.29.old/ldso/ldso/ldso.c 2008-09-25 01:02:42.000000000 +0200
-+++ uClibc-0.9.29/ldso/ldso/ldso.c 2008-09-24 23:55:11.000000000 +0200
-@@ -286,15 +286,20 @@
+--- a/ldso/ldso/ldso.c
++++ b/ldso/ldso/ldso.c
+@@ -286,15 +286,20 @@ void _dl_get_ready_to_run(struct elf_res
_dl_debug_early("calling mprotect on the application program\n");
/* Now cover the application program. */
if (app_tpnt->dynamic_info[DT_TEXTREL]) {