]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 22 May 2000 01:03:59 +0000 (01:03 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 22 May 2000 01:03:59 +0000 (01:03 +0000)
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.

ChangeLog
sysdeps/ia64/memcpy.S
sysdeps/unix/sysv/linux/i386/i686/sysdep.h

index eab82db74dcf7e6f9d846b07cd05536db902518d..a83f8b4b02792adec98d6186c5a572adfa018567 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index a254202f7432493b6bcc4eddd3a740604413569e..2a59d4e1f4d16cdb0dd9d89e41981cecde1db2e8 100644 (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
index 4a4ee9361b4465946e7914d1e11bf51f6d01d569..5a45d47046d2bf6baee34d37e24808bb0d460aad 100644 (file)
@@ -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;                                                                   \
This page took 0.050105 seconds and 5 git commands to generate.