Re: [PATCH] [13/45] x86_64: Increase VDSO_TEXT_OFFSET for ancient binutils

2007-11-13 Thread CaT
On Fri, Sep 21, 2007 at 10:44:54PM +0200, Andi Kleen wrote: > For some reason old binutils genertate larger headers so > increase the text offset of the vdso to avoid linker errors. > > Signed-off-by: Andi Kleen <[EMAIL PROTECTED]> > > --- > arch/x86_64/vdso/voffset.h |2 +- > 1 file changed

Re: [PATCH] [13/45] x86_64: Increase VDSO_TEXT_OFFSET for ancient binutils

2007-11-13 Thread Andi Kleen
On Wednesday 14 November 2007 01:21:07 CaT wrote: > On Fri, Sep 21, 2007 at 10:44:54PM +0200, Andi Kleen wrote: > > For some reason old binutils genertate larger headers so > > increase the text offset of the vdso to avoid linker errors. > > > > Signed-off-by: Andi Kleen <[EMAIL PROTECTED]> > > >

[PATCH] [13/45] x86_64: Increase VDSO_TEXT_OFFSET for ancient binutils

2007-09-21 Thread Andi Kleen
For some reason old binutils genertate larger headers so increase the text offset of the vdso to avoid linker errors. Signed-off-by: Andi Kleen <[EMAIL PROTECTED]> --- arch/x86_64/vdso/voffset.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux/arch/x86_64/vdso/voffset.h ==