|
From: <sv...@va...> - 2005-06-18 11:37:08
|
Author: tom Date: 2005-06-18 12:37:01 +0100 (Sat, 18 Jun 2005) New Revision: 3933 Log: Export amd64 specific trampline offsets. Modified: trunk/coregrind/m_trampoline.S Modified: trunk/coregrind/m_trampoline.S =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/coregrind/m_trampoline.S 2005-06-18 04:13:54 UTC (rev 3932) +++ trunk/coregrind/m_trampoline.S 2005-06-18 11:37:01 UTC (rev 3933) @@ -42,6 +42,8 @@ .global VG_(tramp_sigreturn_offset) .global VG_(tramp_rt_sigreturn_offset) .global VG_(tramp_syscall_offset) +.global VG_(tramp_gettimeofday_offset) +.global VG_(tramp_time_offset) =09 VG_(trampoline_code_start): #if defined(VGP_x86_linux) |