]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix references to undefined labels. Why was ld even prepared to link
authorJulian Seward <jseward@acm.org>
Sun, 26 Oct 2008 11:06:44 +0000 (11:06 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 26 Oct 2008 11:06:44 +0000 (11:06 +0000)
this before?

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8709

coregrind/m_trampoline.S

index 586f256f9ff37c8aa3c8624c3ba9ac3910b0a1e7..69436af3e6b46f42f57b6a5edbf0f0247d356d57 100644 (file)
@@ -162,7 +162,7 @@ VG_(amd64_linux_REDIR_FOR_vgettimeofday):
         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 @@ VG_(amd64_linux_REDIR_FOR_vtime):
         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