]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/unix/sysv/linux/x86_64/swapcontext.S
Remove unused pseudo_end label
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / x86_64 / swapcontext.S
index ebab2b9defe3b403e127f911de51640731ac1da3..0d04a01fa804fb76f8df375f12c08eee1cec862f 100644 (file)
@@ -1,5 +1,5 @@
 /* Save current context and install the given one.
-   Copyright (C) 2002, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2002-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Andreas Jaeger <aj@suse.de>, 2002.
 
@@ -114,8 +114,6 @@ ENTRY(__swapcontext)
 
        /* Clear rax to indicate success.  */
        xorl    %eax, %eax
-
-L(pseudo_end):
        ret
 PSEUDO_END(__swapcontext)