From: Julian Seward Date: Sun, 26 Oct 2008 11:06:44 +0000 (+0000) Subject: Fix references to undefined labels. Why was ld even prepared to link X-Git-Tag: svn/VALGRIND_3_4_0~185 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e619a328165df6ff865679761efcb286d8c9be40;p=thirdparty%2Fvalgrind.git Fix references to undefined labels. Why was ld even prepared to link this before? git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8709 --- diff --git a/coregrind/m_trampoline.S b/coregrind/m_trampoline.S index 586f256f9f..69436af3e6 100644 --- a/coregrind/m_trampoline.S +++ b/coregrind/m_trampoline.S @@ -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