From: Ulrich Drepper Date: Mon, 22 May 2000 01:03:59 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc_2-1-91~404 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4a624ae307f083a759f10224428440585a7f615e;p=thirdparty%2Fglibc.git Update. 2000-05-19 Andreas Jaeger * sysdeps/unix/sysv/linux/i386/i686/sysdep.h (SYSCALL_ERROR_HANDLER): Remove unneeded syscall_error which breaks compilation without linuxthreads. --- diff --git a/ChangeLog b/ChangeLog index eab82db74dc..a83f8b4b027 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-05-19 Andreas Jaeger + + * sysdeps/unix/sysv/linux/i386/i686/sysdep.h + (SYSCALL_ERROR_HANDLER): Remove unneeded syscall_error which + breaks compilation without linuxthreads. + 2000-05-21 Ulrich Drepper * sysdeps/ia64/memccpy.S: New file. diff --git a/sysdeps/ia64/memcpy.S b/sysdeps/ia64/memcpy.S index a254202f743..2a59d4e1f4d 100644 --- a/sysdeps/ia64/memcpy.S +++ b/sysdeps/ia64/memcpy.S @@ -1,6 +1,6 @@ /* Optimized version of the standard memcpy() function. This file is part of the GNU C Library. - Copyright (C) 1991,92,93,97,98,99 Free Software Foundation, Inc. + Copyright (C) 2000 Free Software Foundation, Inc. Contributed by Dan Pop . The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/i386/i686/sysdep.h b/sysdeps/unix/sysv/linux/i386/i686/sysdep.h index 4a4ee9361b4..5a45d47046d 100644 --- a/sysdeps/unix/sysv/linux/i386/i686/sysdep.h +++ b/sysdeps/unix/sysv/linux/i386/i686/sysdep.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1998 Free Software Foundation, Inc. +/* Copyright (C) 1998, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper, , 1998. @@ -49,7 +49,6 @@ not modify the stack! */ # else # define SYSCALL_ERROR_HANDLER \ - .type syscall_error,@function; \ 1:movl (%esp),%ecx; \ ret; \ 0:call 1b; \