summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2006-09-08 06:55:07 +0000
committerBenedikt Boehm <hollow@gentoo.org>2006-09-08 06:55:07 +0000
commit5ad4332f141c69bfc61454bbea05237becd997ed (patch)
tree5a299935b6062a164581e1454763566411f0f087 /dietlibc
parentfix __socketcall on x86 (fixes PIE issues on hardened) (diff)
downloadmisc-5ad4332f141c69bfc61454bbea05237becd997ed.tar.gz
misc-5ad4332f141c69bfc61454bbea05237becd997ed.tar.bz2
misc-5ad4332f141c69bfc61454bbea05237becd997ed.zip
reorder, update readme
svn path=/; revision=469
Diffstat (limited to 'dietlibc')
-rw-r--r--dietlibc/patches/0.30-r2/000_README16
-rw-r--r--dietlibc/patches/0.30-r2/150_ppc_rename-powerpc.patch (renamed from dietlibc/patches/0.30-r2/150_all_rename-ppc-powerpc.patch)0
-rw-r--r--dietlibc/patches/0.30-r2/155_ppc64_rename-powerpc64.patch (renamed from dietlibc/patches/0.30-r2/155_all_rename-ppc64-powerpc64.patch)0
-rw-r--r--dietlibc/patches/0.30-r2/200_sparc64_build-32bit.patch (renamed from dietlibc/patches/0.30-r2/200_all_sparc64-is-32bit.patch)0
-rw-r--r--dietlibc/patches/0.30-r2/250_hppa_iitlb.patch (renamed from dietlibc/patches/0.30-r2/250_all_hppa-iitlb.patch)0
-rw-r--r--dietlibc/patches/0.30-r2/300_mips_omit-nopic.patch (renamed from dietlibc/patches/0.30-r2/300_all_mips-pic.patch)0
-rw-r--r--dietlibc/patches/0.30-r2/350_ia64_omit-fno-omit-frame-pointer.patch (renamed from dietlibc/patches/0.30-r2/350_all_ia64-fno-omit-frame-pointer.patch)0
7 files changed, 10 insertions, 6 deletions
diff --git a/dietlibc/patches/0.30-r2/000_README b/dietlibc/patches/0.30-r2/000_README
index ea99e36..ddf8718 100644
--- a/dietlibc/patches/0.30-r2/000_README
+++ b/dietlibc/patches/0.30-r2/000_README
@@ -65,26 +65,30 @@ Patch: 045_all_noexecstacks.patch
From: Benedikt Boehm
Desc: Add GNU stack section to pure assembly objects (fixes executable stack warnings)
-Patch: 150_all_rename-ppc-powerpc.patch
+Patch: 100_x86_pic-socketcall.patch
+From: Benedikt Boehm
+Desc: Build socketcalls even if PIC is enabled
+
+Patch: 150_ppc_rename-powerpc.patch
From: Benedikt Boehm
Desc: Comply with new kernel naming and use powerpc instead of ppc
-Patch: 155_all_rename-ppc64-powerpc64.patch
+Patch: 155_ppc64_rename-powerpc64.patch
From: Benedikt Boehm
Desc: Comply with new kernel naming and use powerpc64 instead of ppc64
-Patch: 200_all_sparc64-is-32bit.patch
+Patch: 200_sparc64_build-32bit.patch
From: Jason Wever
Desc: Build 32-bit dietlibc on sparc64
-Patch: 250_all_hppa-iitlb.patch
+Patch: 250_hppa_iitlb.patch
From: Debian
Desc: Fix hppa assembly instructions
-Patch: 300_all_mips-pic.patch
+Patch: 300_mips-omit-nopic.patch
From: Debian
Desc: Avoid -fno-pic on mips
-Patch: 350_all_ia64-fno-omit-frame-pointer.patch
+Patch: 350_ia64_omit-fno-omit-frame-pointer.patch
From: Debian
Desc: Omit -fno-omit-frame-pointer on ia64 to workaround some compiletime issues
diff --git a/dietlibc/patches/0.30-r2/150_all_rename-ppc-powerpc.patch b/dietlibc/patches/0.30-r2/150_ppc_rename-powerpc.patch
index a7d3903..a7d3903 100644
--- a/dietlibc/patches/0.30-r2/150_all_rename-ppc-powerpc.patch
+++ b/dietlibc/patches/0.30-r2/150_ppc_rename-powerpc.patch
diff --git a/dietlibc/patches/0.30-r2/155_all_rename-ppc64-powerpc64.patch b/dietlibc/patches/0.30-r2/155_ppc64_rename-powerpc64.patch
index b894e18..b894e18 100644
--- a/dietlibc/patches/0.30-r2/155_all_rename-ppc64-powerpc64.patch
+++ b/dietlibc/patches/0.30-r2/155_ppc64_rename-powerpc64.patch
diff --git a/dietlibc/patches/0.30-r2/200_all_sparc64-is-32bit.patch b/dietlibc/patches/0.30-r2/200_sparc64_build-32bit.patch
index 642154c..642154c 100644
--- a/dietlibc/patches/0.30-r2/200_all_sparc64-is-32bit.patch
+++ b/dietlibc/patches/0.30-r2/200_sparc64_build-32bit.patch
diff --git a/dietlibc/patches/0.30-r2/250_all_hppa-iitlb.patch b/dietlibc/patches/0.30-r2/250_hppa_iitlb.patch
index a3a2044..a3a2044 100644
--- a/dietlibc/patches/0.30-r2/250_all_hppa-iitlb.patch
+++ b/dietlibc/patches/0.30-r2/250_hppa_iitlb.patch
diff --git a/dietlibc/patches/0.30-r2/300_all_mips-pic.patch b/dietlibc/patches/0.30-r2/300_mips_omit-nopic.patch
index eee85eb..eee85eb 100644
--- a/dietlibc/patches/0.30-r2/300_all_mips-pic.patch
+++ b/dietlibc/patches/0.30-r2/300_mips_omit-nopic.patch
diff --git a/dietlibc/patches/0.30-r2/350_all_ia64-fno-omit-frame-pointer.patch b/dietlibc/patches/0.30-r2/350_ia64_omit-fno-omit-frame-pointer.patch
index 104072d..104072d 100644
--- a/dietlibc/patches/0.30-r2/350_all_ia64-fno-omit-frame-pointer.patch
+++ b/dietlibc/patches/0.30-r2/350_ia64_omit-fno-omit-frame-pointer.patch