X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fi386%2Fkernel%2Fvsyscall.lds.S;fp=arch%2Fi386%2Fkernel%2Fvsyscall.lds.S;h=98699ca6e52d7b2febba30a086741a4f663da426;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=f66cd11adb7211e211f6d78f2ad063e0701ce832;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/arch/i386/kernel/vsyscall.lds.S b/arch/i386/kernel/vsyscall.lds.S index f66cd11ad..98699ca6e 100644 --- a/arch/i386/kernel/vsyscall.lds.S +++ b/arch/i386/kernel/vsyscall.lds.S @@ -7,10 +7,9 @@ SECTIONS { - . = VDSO_PRELINK + SIZEOF_HEADERS; + . = VSYSCALL_BASE + SIZEOF_HEADERS; .hash : { *(.hash) } :text - .gnu.hash : { *(.gnu.hash) } .dynsym : { *(.dynsym) } .dynstr : { *(.dynstr) } .gnu.version : { *(.gnu.version) } @@ -21,7 +20,7 @@ SECTIONS For the layouts to match, we need to skip more than enough space for the dynamic symbol table et al. If this amount is insufficient, ld -shared will barf. Just increase it here. */ - . = VDSO_PRELINK + 0x400; + . = VSYSCALL_BASE + 0x400; .text : { *(.text) } :text =0x90909090 .note : { *(.note.*) } :text :note