mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Update.
2004-02-20 Jakub Jelinek <jakub@redhat.com> * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Add ulps for the 2003-11-27 atan2 test. * sysdeps/powerpc/fpu/bits/mathinline.h (lrint, lrintf): Protect with #ifndef __powerpc64__. * sysdeps/generic/ldsodefs.h (_dl_argv, _dl_argv_internal): If DL_ARGV_NOT_RELRO defined, don't use attribute_relro. * sysdeps/alpha/dl-machine.h (DL_ARGV_NOT_RELRO): Remove. * sysdeps/ia64/dl-machine.h (DL_ARGV_NOT_RELRO): Remove. * sysdeps/sparc/sparc32/dl-machine.h (DL_ARGV_NOT_RELRO): Remove. * sysdeps/sparc/sparc64/dl-machine.h (DL_ARGV_NOT_RELRO): Remove. * sysdeps/alpha/dl-sysdep.h: New file. * sysdeps/ia64/dl-sysdep.h: New file. * sysdeps/sparc/dl-sysdep.h: New file.
This commit is contained in:
parent
33ab3b66dd
commit
8ba5025aa1
18
ChangeLog
18
ChangeLog
@ -1,3 +1,21 @@
|
|||||||
|
2004-02-20 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Add ulps for the
|
||||||
|
2003-11-27 atan2 test.
|
||||||
|
|
||||||
|
* sysdeps/powerpc/fpu/bits/mathinline.h (lrint, lrintf): Protect
|
||||||
|
with #ifndef __powerpc64__.
|
||||||
|
|
||||||
|
* sysdeps/generic/ldsodefs.h (_dl_argv, _dl_argv_internal): If
|
||||||
|
DL_ARGV_NOT_RELRO defined, don't use attribute_relro.
|
||||||
|
* sysdeps/alpha/dl-machine.h (DL_ARGV_NOT_RELRO): Remove.
|
||||||
|
* sysdeps/ia64/dl-machine.h (DL_ARGV_NOT_RELRO): Remove.
|
||||||
|
* sysdeps/sparc/sparc32/dl-machine.h (DL_ARGV_NOT_RELRO): Remove.
|
||||||
|
* sysdeps/sparc/sparc64/dl-machine.h (DL_ARGV_NOT_RELRO): Remove.
|
||||||
|
* sysdeps/alpha/dl-sysdep.h: New file.
|
||||||
|
* sysdeps/ia64/dl-sysdep.h: New file.
|
||||||
|
* sysdeps/sparc/dl-sysdep.h: New file.
|
||||||
|
|
||||||
2004-02-19 Steven Munroe <sjmunroe@us.ibm.com>
|
2004-02-19 Steven Munroe <sjmunroe@us.ibm.com>
|
||||||
|
|
||||||
* sysdeps/generic/libc-start.c [LIBC_START_DISABLE_INLINE] (STATIC):
|
* sysdeps/generic/libc-start.c [LIBC_START_DISABLE_INLINE] (STATIC):
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
2004-02-20 Jakub Jelinek <jakub@redhat.com>
|
2004-02-20 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Add ulps for the
|
* sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h
|
||||||
2003-11-27 atan2 test.
|
(__syscall_error_handler2): Call CDISABLE.
|
||||||
|
* sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h
|
||||||
|
(__syscall_error_handler2): Call CDISABLE.
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/ia64/dl-sysdep.h (DL_ARGV_NOT_RELRO): Define.
|
* sysdeps/unix/sysv/linux/ia64/dl-sysdep.h (DL_ARGV_NOT_RELRO): Define.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
|
/* Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
|
Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
|
||||||
|
|
||||||
@ -58,6 +58,8 @@ ENTRY(name) \
|
|||||||
SYSCALL_ERROR_HANDLER_ENTRY(__syscall_error_handler2) \
|
SYSCALL_ERROR_HANDLER_ENTRY(__syscall_error_handler2) \
|
||||||
.global __errno_location; \
|
.global __errno_location; \
|
||||||
.type __errno_location,@function; \
|
.type __errno_location,@function; \
|
||||||
|
CDISABLE; \
|
||||||
|
mov %l0, %o0; \
|
||||||
call __errno_location; \
|
call __errno_location; \
|
||||||
nop; \
|
nop; \
|
||||||
st %l1, [%o0]; \
|
st %l1, [%o0]; \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
|
/* Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
|
Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
|
||||||
|
|
||||||
@ -57,6 +57,8 @@ ENTRY(name) \
|
|||||||
SYSCALL_ERROR_HANDLER_ENTRY(__syscall_error_handler2) \
|
SYSCALL_ERROR_HANDLER_ENTRY(__syscall_error_handler2) \
|
||||||
.global __errno_location; \
|
.global __errno_location; \
|
||||||
.type __errno_location,@function; \
|
.type __errno_location,@function; \
|
||||||
|
CDISABLE; \
|
||||||
|
mov %l0, %o0; \
|
||||||
call __errno_location; \
|
call __errno_location; \
|
||||||
nop; \
|
nop; \
|
||||||
st %l1, [%o0]; \
|
st %l1, [%o0]; \
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
2004-02-20 Jakub Jelinek <jakub@redhat.com>
|
2004-02-20 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/pthread/pthread_barrier_wait.c (pthread_barrier_wait):
|
||||||
|
Release lock before the loop, don't reacquire it.
|
||||||
|
* DESIGN-barrier.txt: Likewise.
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/ia64/dl-sysdep.h (DL_ARGV_NOT_RELRO): Define.
|
* sysdeps/unix/sysv/linux/ia64/dl-sysdep.h (DL_ARGV_NOT_RELRO): Define.
|
||||||
|
|
||||||
2004-02-19 Andreas Schwab <schwab@suse.de>
|
2004-02-19 Andreas Schwab <schwab@suse.de>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
|
/* Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
|
Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
|
||||||
|
|
||||||
@ -67,6 +67,8 @@ __##syscall_name##_nocancel: \
|
|||||||
SYSCALL_ERROR_HANDLER_ENTRY(__syscall_error_handler2) \
|
SYSCALL_ERROR_HANDLER_ENTRY(__syscall_error_handler2) \
|
||||||
.global __errno_location; \
|
.global __errno_location; \
|
||||||
.type __errno_location,@function; \
|
.type __errno_location,@function; \
|
||||||
|
CDISABLE; \
|
||||||
|
mov %l0, %o0; \
|
||||||
call __errno_location; \
|
call __errno_location; \
|
||||||
nop; \
|
nop; \
|
||||||
st %l1, [%o0]; \
|
st %l1, [%o0]; \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
|
/* Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
|
Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
|
||||||
|
|
||||||
@ -61,6 +61,8 @@ __##syscall_name##_nocancel: \
|
|||||||
SYSCALL_ERROR_HANDLER_ENTRY(__syscall_error_handler2) \
|
SYSCALL_ERROR_HANDLER_ENTRY(__syscall_error_handler2) \
|
||||||
.global __errno_location; \
|
.global __errno_location; \
|
||||||
.type __errno_location,@function; \
|
.type __errno_location,@function; \
|
||||||
|
CDISABLE; \
|
||||||
|
mov %l0, %o0; \
|
||||||
call __errno_location; \
|
call __errno_location; \
|
||||||
nop; \
|
nop; \
|
||||||
st %l1, [%o0]; \
|
st %l1, [%o0]; \
|
||||||
|
Loading…
Reference in New Issue
Block a user