mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-18 08:51:06 +00:00
Update.
2000-05-19 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/i386/i686/sysdep.h (SYSCALL_ERROR_HANDLER): Remove unneeded syscall_error which breaks compilation without linuxthreads.
This commit is contained in:
parent
5bfc425236
commit
4a624ae307
@ -1,3 +1,9 @@
|
||||
2000-05-19 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* 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 <drepper@redhat.com>
|
||||
|
||||
* sysdeps/ia64/memccpy.S: New file.
|
||||
|
@ -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 <Dan.Pop@cern.ch>.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
|
@ -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, <drepper@cygnus.com>, 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; \
|
||||
|
Loading…
Reference in New Issue
Block a user