mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 03:13:20 +02:00
target/uml: refresh 2.6.30 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21291 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8acb40303e
commit
7ff939ebef
@ -1,8 +1,6 @@
|
||||
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
|
||||
@@ -54,8 +54,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.*) }
|
||||
@ -26,11 +24,9 @@ index 7fcad58..85babf5 100644
|
||||
.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
|
||||
@@ -39,6 +39,21 @@ SECTIONS
|
||||
*(.gnu.warning)
|
||||
*(.gnu.linkonce.t*)
|
||||
}
|
||||
@ -49,6 +45,6 @@ index e7a6cca..50d80e8 100644
|
||||
+ *(.rela.iplt)
|
||||
+ PROVIDE_HIDDEN (__rela_iplt_end = .);
|
||||
+ }
|
||||
|
||||
|
||||
. = ALIGN(PAGE_SIZE);
|
||||
.syscall_stub : {
|
||||
|
Loading…
Reference in New Issue
Block a user