Author: aurel32 Date: 2010-06-08 09:00:23 +0000 (Tue, 08 Jun 2010) New Revision: 4334
Modified: glibc-package/trunk/debian/patches/i386/local-pthread_cond_wait.diff Log: Also remove i586/pthread_cond_wait.S and i686/pthread_cond_wait.S Modified: glibc-package/trunk/debian/patches/i386/local-pthread_cond_wait.diff =================================================================== --- glibc-package/trunk/debian/patches/i386/local-pthread_cond_wait.diff 2010-06-08 08:04:39 UTC (rev 4333) +++ glibc-package/trunk/debian/patches/i386/local-pthread_cond_wait.diff 2010-06-08 09:00:23 UTC (rev 4334) @@ -645,3 +645,49 @@ -DW.ref.__gcc_personality_v0: - .long __gcc_personality_v0 -#endif +--- nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S ++++ /dev/null +@@ -1,20 +0,0 @@ +-/* Copyright (C) 2003 Free Software Foundation, Inc. +- This file is part of the GNU C Library. +- Contributed by Ulrich Drepper <[email protected]>, 2003. +- +- The GNU C Library is free software; you can redistribute it and/or +- modify it under the terms of the GNU Lesser General Public +- License as published by the Free Software Foundation; either +- version 2.1 of the License, or (at your option) any later version. +- +- The GNU C Library is distributed in the hope that it will be useful, +- but WITHOUT ANY WARRANTY; without even the implied warranty of +- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +- Lesser General Public License for more details. +- +- You should have received a copy of the GNU Lesser General Public +- License along with the GNU C Library; if not, write to the Free +- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +- 02111-1307 USA. */ +- +-#include "../i486/pthread_cond_wait.S" +--- a/nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S ++++ /dev/null +@@ -1,20 +0,0 @@ +-/* Copyright (C) 2003 Free Software Foundation, Inc. +- This file is part of the GNU C Library. +- Contributed by Ulrich Drepper <[email protected]>, 2003. +- +- The GNU C Library is free software; you can redistribute it and/or +- modify it under the terms of the GNU Lesser General Public +- License as published by the Free Software Foundation; either +- version 2.1 of the License, or (at your option) any later version. +- +- The GNU C Library is distributed in the hope that it will be useful, +- but WITHOUT ANY WARRANTY; without even the implied warranty of +- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +- Lesser General Public License for more details. +- +- You should have received a copy of the GNU Lesser General Public +- License along with the GNU C Library; if not, write to the Free +- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +- 02111-1307 USA. */ +- +-#include "../i486/pthread_cond_wait.S" -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

