]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove unused pseudo_end label
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 16 Jul 2012 14:12:47 +0000 (16:12 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Wed, 25 Jul 2012 19:58:17 +0000 (21:58 +0200)
28 files changed:
ChangeLog
nptl/ChangeLog
nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S
nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h
nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h
sysdeps/unix/sysv/linux/i386/accept4.S
sysdeps/unix/sysv/linux/i386/call_sync_file_range.S
sysdeps/unix/sysv/linux/i386/clone.S
sysdeps/unix/sysv/linux/i386/epoll_pwait.S
sysdeps/unix/sysv/linux/i386/getcontext.S
sysdeps/unix/sysv/linux/i386/mmap.S
sysdeps/unix/sysv/linux/i386/mmap64.S
sysdeps/unix/sysv/linux/i386/semtimedop.S
sysdeps/unix/sysv/linux/i386/setcontext.S
sysdeps/unix/sysv/linux/i386/socket.S
sysdeps/unix/sysv/linux/i386/swapcontext.S
sysdeps/unix/sysv/linux/i386/syscall.S
sysdeps/unix/sysv/linux/i386/sysdep.h
sysdeps/unix/sysv/linux/i386/vfork.S
sysdeps/unix/sysv/linux/x86_64/clone.S
sysdeps/unix/sysv/linux/x86_64/getcontext.S
sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S
sysdeps/unix/sysv/linux/x86_64/setcontext.S
sysdeps/unix/sysv/linux/x86_64/swapcontext.S
sysdeps/unix/sysv/linux/x86_64/syscall.S
sysdeps/unix/sysv/linux/x86_64/sysdep.h
sysdeps/unix/sysv/linux/x86_64/vfork.S
sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S

index d4fce6d1162b6ad5666486ef358c4e2a492dfee6..aa7ce43e29daf4a7bf01755814b240365ee276ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
+       * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
+       * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
+       * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
+       * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
+       * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
+       * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
+       * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
+       * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
+       * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
+       * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
+       * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
+       * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
+       * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
+
 2012-07-25  Florian Weimer  <fweimer@redhat.com>
 
        * Versions.def: Add GLIBC_2.17.
index 71f8e954d5386c0e529466bf6bde3b9f7bc5f32e..2f38bcced343a2ee5815b726cb326ecd604a57de 100644 (file)
@@ -1,3 +1,11 @@
+2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * sysdeps/unix/sysv/linux/i386/pt-vfork.S: Remove pseudo_end
+       label.
+       * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h (PSEUDO): Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h (PSEUDO):
+       Likewise.
+
 2012-07-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
        * tst-pthread-getattr.c: Revert last change.
index 7abc325b72a867f39c3248e155b4f942fa629042..03e4b8ea54e73b507edb35ea0f363d1085781294 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc.
+/* Copyright (C) 1999-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Andreas Schwab <schwab@gnu.org>.
 
@@ -60,7 +60,6 @@ ENTRY (__vfork)
 
        cmpl    $-4095, %eax
        jae     SYSCALL_ERROR_LABEL     /* Branch forward if it failed.  */
-.Lpseudo_end:
        ret
 PSEUDO_END (__vfork)
 
index 1856d61d5a3b64cbe1b6854d3bad745a23052be4..7ad822692dbfa907231422672897c185c528b8fa 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
 
@@ -48,8 +48,7 @@
     POPCARGS_##args;                                                         \
     POPSTATE_##args                                                          \
     cmpl $-4095, %eax;                                                       \
-    jae SYSCALL_ERROR_LABEL;                                                 \
-  L(pseudo_end):
+    jae SYSCALL_ERROR_LABEL
 
 # define SAVE_OLDTYPE_0        movl %eax, %ecx;
 # define SAVE_OLDTYPE_1        SAVE_OLDTYPE_0
index 304905061fb949efe60f21883075ed317d2859bf..d1725bb75ef2cf38652a87041ab73d45ae672560 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2006, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
 
@@ -56,8 +56,7 @@
     movq %rdx, %rax;                                                         \
     addq $8,%rsp; cfi_adjust_cfa_offset (-8);                                \
     cmpq $-4095, %rax;                                                       \
-    jae SYSCALL_ERROR_LABEL;                                                 \
-  L(pseudo_end):
+    jae SYSCALL_ERROR_LABEL
 
 
 # ifdef IS_IN_libpthread
index 7282155ca1e7ebb7aa6551bedfbd52350c63d3f2..7fa54931565e456e7740ee97ff69c2fe2a43bf0d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995-1998,2002,2003,2005, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -67,7 +67,6 @@ ENTRY (__libc_accept4)
        jae errlabel
 
        /* Successful; return the syscall's value.  */
-L(pseudo_end):
        ret
 
 
index 077467c46c573687b825b3f1e1c5c1523df6439d..b413bc718e698d87a7a90b33610fd12def9e05fd 100644 (file)
@@ -1,5 +1,5 @@
 /* Selective file content synch'ing.
-   Copyright (C) 2006, 2007, 2011 Free Software Foundation, Inc.
+   Copyright (C) 2006-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -66,6 +66,5 @@ ENTRY (__call_sync_file_range)
        movl    $-ENOSYS, %eax
        jmp     SYSCALL_ERROR_LABEL
 #endif
-L(pseudo_end):
        ret
 PSEUDO_END (__call_sync_file_range)
index 0603218acdc07aff265e6a20af4c863a01f4bbd7..1aa2a1f828b944a622a6c0a9613692f8debd6b35 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-2000,02,03,04,2005 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Richard Henderson (rth@tamu.edu)
 
@@ -115,7 +115,6 @@ ENTRY (BP_SYM (__clone))
        jl      SYSCALL_ERROR_LABEL
        jz      L(thread_start)
 
-L(pseudo_end):
        ret
 
 L(thread_start):
index 18459140d24c134e06cf82c3e3d2ae0295102ec9..aee115ce6f3dcff9870be6bf20cee78b9629bd9e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007 Free Software Foundation, Inc.
+/* Copyright (C) 2007-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -74,6 +74,5 @@ ENTRY (epoll_pwait)
        movl $-ENOSYS, %eax
        jmp SYSCALL_ERROR_LABEL
 #endif
-L(pseudo_end):
        ret
 PSEUDO_END (epoll_pwait)
index 27dd476bba08e794bb981968332a22db930ef781..4ba2f65507972c0067d0bd8a7a543be7a43f8688 100644 (file)
@@ -1,5 +1,5 @@
 /* Save current context.
-   Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2001-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
 
@@ -77,7 +77,6 @@ ENTRY(__getcontext)
 
        /* All done, return 0 for success.  */
        xorl    %eax, %eax
-L(pseudo_end):
        ret
 PSEUDO_END(__getcontext)
 
index 7fc2f11e14a49d8f108b31b771ac420eac88d94b..c8bf3e1087127e7aca6fb0b3c7656de069b9d0f6 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (C) 1995,96,97,98,99,2000,2002,2005,2006
-       Free Software Foundation, Inc.
+/* Copyright (C) 1995-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -98,7 +97,6 @@ L(skip):
        ja SYSCALL_ERROR_LABEL
 
        /* Successful; return the syscall's value.  */
-L(pseudo_end):
        ret
 
 PSEUDO_END (__mmap)
index 72e216a5ae2a9cfcce322a132e0206ece6e7d8e0..7599b85443784a47a910c96d68b34bf5b9f41115 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (C) 1995,96,97,98,99,2000,2002,2005,2006
-       Free Software Foundation, Inc.
+/* Copyright (C) 1995-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -100,7 +99,6 @@ L(do_syscall):
        ja SYSCALL_ERROR_LABEL
 
        /* Successful; return the syscall's value.  */
-L(pseudo_end):
        ret
 
        cfi_adjust_cfa_offset (16)
@@ -151,9 +149,6 @@ L(einval):
        ja SYSCALL_ERROR_LABEL
 
        /* Successful; return the syscall's value.  */
-#ifndef __NR_mmap2
-L(pseudo_end):
-#endif
        ret
 
        cfi_register (ebx, edx)
index 2e01bc87bee4673f66470d3f9784a7c96c7a1df0..785be2efc9dd93c58b7804405899721c9e50d777 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003, 2005 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
 
@@ -65,7 +65,6 @@ ENTRY (BP_SYM (semtimedop))
        ja SYSCALL_ERROR_LABEL
 
        /* Successful; return the syscall's value.  */
-L(pseudo_end):
        ret
 
 #ifdef PIC
index d5e10f6a4f2b93c4f28993c0b30c75a554ec0ca5..a030d626e5be58d086bc41f21b058730798f187c 100644 (file)
@@ -1,5 +1,5 @@
 /* Install given context.
-   Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2001-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
 
@@ -89,7 +89,6 @@ ENTRY(__setcontext)
        /* The following 'ret' will pop the address of the code and jump
           to it.  */
 
-L(pseudo_end):
        ret
 PSEUDO_END(__setcontext)
 
index c2954077da3aa0df68e876e006a17c917e08a1cc..c01ce7ac2afc388060b067b52a4863495d1d9022 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995-1998,2002,2003,2005,2008 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -68,7 +68,6 @@ ENTRY (__socket)
        jae SYSCALL_ERROR_LABEL
 
        /* Successful; return the syscall's value.  */
-L(pseudo_end):
        ret
 
 
index 3676b3f3e0bb89882af495891de40d9f5007f4da..7a6dfa10548ccec783de9de3b7130f81f2aaf783 100644 (file)
@@ -1,5 +1,5 @@
 /* Save current context and install the given one.
-   Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2001-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
 
@@ -103,8 +103,6 @@ ENTRY(__swapcontext)
 
        /* The following 'ret' will pop the address of the code and jump
           to it.  */
-
-L(pseudo_end):
        ret
 PSEUDO_END(__swapcontext)
 
index e3865d0d1d934336a65f4497ebc38c82dbc1be71..c37e7cbb5ad9216ec840388b413ae293e36bfed9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1998, 2002, 2004 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -30,7 +30,6 @@ ENTRY (syscall)
        POPARGS_6               /* Restore register contents.  */
        cmpl $-4095, %eax       /* Check %eax for error.  */
        jae SYSCALL_ERROR_LABEL /* Jump to error handler if error.  */
-L(pseudo_end):
        ret                     /* Return to caller.  */
 
 PSEUDO_END (syscall)
index 17b816d2a0c474e8e1871147130abd71145e35eb..18b41e384250b1e62a617b9c9e3c5f2aa50653ec 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (C) 1992,1993,1995-2000,2002-2006,2007,2011-2012
-       Free Software Foundation, Inc.
+/* Copyright (C) 1992-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper, <drepper@gnu.org>, August 1995.
 
@@ -70,8 +69,7 @@
   ENTRY (name)                                                               \
     DO_CALL (syscall_name, args);                                            \
     cmpl $-4095, %eax;                                                       \
-    jae SYSCALL_ERROR_LABEL;                                                 \
-  L(pseudo_end):
+    jae SYSCALL_ERROR_LABEL
 
 #undef PSEUDO_END
 #define        PSEUDO_END(name)                                                      \
index 23e7fc71718d0626fd6c16b48f2945a803e8f9f6..a8a7e45670a9e07bff14b669e277f2c65571989b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2002, 2004, 2005, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 1999-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Andreas Schwab <schwab@gnu.org>.
 
@@ -57,7 +57,6 @@ ENTRY (__vfork)
        /* Branch forward if it failed.  */
 # ifdef __ASSUME_VFORK_SYSCALL
        jae     SYSCALL_ERROR_LABEL
-.Lpseudo_end:
 # else
        jae     .Lerror
 # endif
@@ -79,7 +78,6 @@ ENTRY (__vfork)
        int     $0x80
        cmpl    $-4095, %eax
        jae     SYSCALL_ERROR_LABEL
-.Lpseudo_end:
        ret
 #endif
 PSEUDO_END (__vfork)
index 6bcb542e7788503fdd6fa4c6f6fe4d1b61ee257d..53f9fbd7828489883e2968f172d61bddbbfccd90 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -84,7 +84,6 @@ ENTRY (BP_SYM (__clone))
        jl      SYSCALL_ERROR_LABEL
        jz      L(thread_start)
 
-L(pseudo_end):
        ret
 
 L(thread_start):
index 11f5df9ecd440e71f00e29303310f6dd089bb773..5f2b64c6e7a7ad86bebc9745e503b85042ba706a 100644 (file)
@@ -1,5 +1,5 @@
 /* Save current context.
-   Copyright (C) 2002, 2005, 2011 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.
 
@@ -81,7 +81,6 @@ ENTRY(__getcontext)
 
        /* All done, return 0 for success.  */
        xorl    %eax, %eax
-L(pseudo_end):
        ret
 PSEUDO_END(__getcontext)
 
index 896deb065346103fe982d5d8b12ca890ed735ccb..3b319d7c73477156ca4090fd6a5834f77d0fece7 100644 (file)
@@ -70,6 +70,5 @@ ENTRY (sched_getcpu)
        jae     SYSCALL_ERROR_LABEL
 
        movl    %edx, %eax
-L(pseudo_end):
        ret
 PSEUDO_END(sched_getcpu)
index 19032f0795ebe133e57c65ee335cc29e15e26e37..adcb243cb8b1d535e15f8dfe3bff7fcc5cf9b958 100644 (file)
@@ -1,5 +1,5 @@
 /* Install given context.
-   Copyright (C) 2002, 2004, 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.
 
@@ -96,8 +96,6 @@ ENTRY(__setcontext)
 
        /* Clear rax to indicate success.  */
        xorl    %eax, %eax
-
-L(pseudo_end):
        ret
 PSEUDO_END(__setcontext)
 
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)
 
index 03eea9894c86314ee09c2c3e92feeef3944286ab..87dfd8c2858a8e6fbe29191d649fb1ed911d3bec 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -37,7 +37,6 @@ ENTRY (syscall)
        syscall                 /* Do the system call.  */
        cmpq $-4095, %rax       /* Check %rax for error.  */
        jae SYSCALL_ERROR_LABEL /* Jump to error handler if error.  */
-L(pseudo_end):
        ret                     /* Return to caller.  */
 
 PSEUDO_END (syscall)
index 1c3cbd6de9f4a2d2e0f2f5f2846aa7a67624d00e..5323104baeeb32976e727786a4a538ce2eeae5c8 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2005, 2007, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -79,8 +79,7 @@
   ENTRY (name)                                                               \
     DO_CALL (syscall_name, args);                                            \
     cmpq $-4095, %rax;                                                       \
-    jae SYSCALL_ERROR_LABEL;                                                 \
-  L(pseudo_end):
+    jae SYSCALL_ERROR_LABEL
 
 # undef        PSEUDO_END
 # define PSEUDO_END(name)                                                    \
index 2e85f9067688018be797528fb515706fb096ff4a..c28087d076b7a5d6b36126b5dceb21a9bb0ce687 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001, 2002, 2004, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -52,7 +52,6 @@ ENTRY (__vfork)
        jae SYSCALL_ERROR_LABEL         /* Branch forward if it failed.  */
 
        /* Normal return.  */
-.Lpseudo_end:
        ret
 
 PSEUDO_END (__vfork)
index 789552ebbb885740684e48b060c7d4be6fece917..58a7178d73bd1bfd73bd0af1d04e4b17fcecf366 100644 (file)
@@ -44,7 +44,6 @@ ENTRY (sched_getcpu)
        jae     SYSCALL_ERROR_LABEL
 
        mov     %edx, %eax
-L(pseudo_end):
        ret
 PSEUDO_END(sched_getcpu)
 #endif