From 842a39cd1ad9391af7a63a19c87f66a730e027a9 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 16 Jul 2012 16:12:47 +0200 Subject: Remove unused pseudo_end label --- nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h') diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h b/nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h index 304905061f..d1725bb75e 100644 --- a/nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h +++ b/nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h @@ -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 , 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 -- cgit 1.4.1