aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/uml/patches-2.6.33/006-uml_libc_link_errors.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-12-17 17:10:04 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-12-17 17:10:04 +0000
commit0d01356fc69e536f51d8694689bf1b55ea4b508d (patch)
tree55b8af1c9b2364575dd7202ba4bc5dc877ebe169 /target/linux/uml/patches-2.6.33/006-uml_libc_link_errors.patch
parent8390b7dc9b1dd45dfc3a605c92ba3ff03ff0ff59 (diff)
downloadupstream-0d01356fc69e536f51d8694689bf1b55ea4b508d.tar.gz
upstream-0d01356fc69e536f51d8694689bf1b55ea4b508d.tar.bz2
upstream-0d01356fc69e536f51d8694689bf1b55ea4b508d.zip
generic: nuke 2.6.33 specific stuff, is not used by any platform
SVN-Revision: 24644
Diffstat (limited to 'target/linux/uml/patches-2.6.33/006-uml_libc_link_errors.patch')
-rw-r--r--target/linux/uml/patches-2.6.33/006-uml_libc_link_errors.patch54
1 files changed, 0 insertions, 54 deletions
diff --git a/target/linux/uml/patches-2.6.33/006-uml_libc_link_errors.patch b/target/linux/uml/patches-2.6.33/006-uml_libc_link_errors.patch
deleted file mode 100644
index 340a5f2668..0000000000
--- a/target/linux/uml/patches-2.6.33/006-uml_libc_link_errors.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-diff --git a/arch/um/kernel/dyn.lds.S b/arch/um/kernel/dyn.lds.S
-index 7fcad58..85babf5 100644
---- a/arch/um/kernel/dyn.lds.S
-+++ b/arch/um/kernel/dyn.lds.S
-@@ -50,8 +50,21 @@ SECTIONS
- .rela.got : { *(.rela.got) }
- .rel.bss : { *(.rel.bss .rel.bss.* .rel.gnu.linkonce.b.*) }
- .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }
-- .rel.plt : { *(.rel.plt) }
-- .rela.plt : { *(.rela.plt) }
-+ /* Deal with multilib libc */
-+ .rel.plt :
-+ {
-+ *(.rel.plt)
-+ PROVIDE_HIDDEN (__rel_iplt_start = .);
-+ *(.rel.iplt)
-+ PROVIDE_HIDDEN (__rel_iplt_end = .);
-+ }
-+ .rela.plt :
-+ {
-+ *(.rela.plt)
-+ PROVIDE_HIDDEN (__rela_iplt_start = .);
-+ *(.rela.iplt)
-+ PROVIDE_HIDDEN (__rela_iplt_end = .);
-+ }
- .init : {
- KEEP (*(.init))
- } =0x90909090
-diff --git a/arch/um/kernel/uml.lds.S b/arch/um/kernel/uml.lds.S
-index e7a6cca..50d80e8 100644
---- a/arch/um/kernel/uml.lds.S
-+++ b/arch/um/kernel/uml.lds.S
-@@ -35,6 +35,21 @@ SECTIONS
- *(.gnu.warning)
- *(.gnu.linkonce.t*)
- }
-+ /* Deal with multilib libc */
-+ .rel.plt :
-+ {
-+ *(.rel.plt)
-+ PROVIDE_HIDDEN (__rel_iplt_start = .);
-+ *(.rel.iplt)
-+ PROVIDE_HIDDEN (__rel_iplt_end = .);
-+ }
-+ .rela.plt :
-+ {
-+ *(.rela.plt)
-+ PROVIDE_HIDDEN (__rela_iplt_start = .);
-+ *(.rela.iplt)
-+ PROVIDE_HIDDEN (__rela_iplt_end = .);
-+ }
-
- . = ALIGN(PAGE_SIZE);
- .syscall_stub : {