On Monday 18 February 2008 12:40:37 Roland McGrath wrote: > > I'm poking at it. Something in my cross compiling setup is driving this > > bit screwy: > > > > i686-nm arch/x86/vdso/vdso32-sysenter.so.dbg | > > Show me the output of just this.
Attached. > > sed -n -e 's/^00*/0/' -e 's/^\([0-9a-fA-F]*\) . \(VDSO[a-zA-Z0-9_]*\)$/ = > > 0x;/p' | LC_ALL=C sort > arch/x86/vdso/vdso32-sysenter-syms.lds > > Also show me the vdso32-sysenter-syms.lds file. Attached. Rob -- "One of my most productive days was throwing away 1000 lines of code." - Ken Thompson.
0000000000000360 a _DYNAMIC 00000000000003d8 a _GLOBAL_OFFSET_TABLE_ 000000000000040c T __kernel_rt_sigreturn 0000000000000400 T __kernel_sigreturn 0000000000000414 T __kernel_vsyscall 0000000000000000 A LINUX_2.5 0000000000000000 a VDSO32_PRELINK 000000000000040c t VDSO32_rt_sigreturn 0000000000000400 t VDSO32_sigreturn 0000000000000424 t VDSO32_SYSENTER_RETURN 0000000000000414 t VDSO32_vsyscall 0000000000000040 a VDSO32_vsyscall_eh_frame_size
VDSO32_PRELINK = 0x0; VDSO32_SYSENTER_RETURN = 0x0424; VDSO32_rt_sigreturn = 0x040c; VDSO32_sigreturn = 0x0400; VDSO32_vsyscall = 0x0414; VDSO32_vsyscall_eh_frame_size = 0x040;