Fix references to undefined labels.  Why was ld even prepared to link
this before?



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8709 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/m_trampoline.S b/coregrind/m_trampoline.S
index 586f256..69436af 100644
--- a/coregrind/m_trampoline.S
+++ b/coregrind/m_trampoline.S
@@ -162,7 +162,7 @@
         syscall
         ret
 .LfnE2:
-.size VG_(amd64_linux_REDIR_FOR_vgettimeofday), .-LfnB2
+.size VG_(amd64_linux_REDIR_FOR_vgettimeofday), .-.LfnB2
 	
 .global VG_(amd64_linux_REDIR_FOR_vtime)
 .type   VG_(amd64_linux_REDIR_FOR_vtime), @function
@@ -172,7 +172,7 @@
         syscall
         ret
 .LfnE3:
-.size VG_(amd64_linux_REDIR_FOR_vtime), .-LfnB3
+.size VG_(amd64_linux_REDIR_FOR_vtime), .-.LfnB3
 
 /* A CIE for the above two functions, followed by their FDEs */
 	.section .eh_frame,"a",@progbits