2004-04-29 20:09:32 +00:00
|
|
|
2004-04-29 Philip Blundell <pb@nexus.co.uk>
|
|
|
|
|
|
|
|
* sysdeps/arm/dl-machine.h (RTLD_START): Avoid unnecessary GOT
|
|
|
|
entries.
|
|
|
|
|
2004-04-29 20:02:44 +00:00
|
|
|
2004-04-29 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
2004-04-29 20:09:32 +00:00
|
|
|
[BZ #140]
|
|
|
|
* sysdeps/unix/sysv/linux/sys/sysctl.h: Remove linux/compiler.h
|
|
|
|
include.
|
|
|
|
(_LINUX_KERNEL_H, _LINUX_TYPES_H, _LINUX_LIST_H): Only define if not
|
|
|
|
yet defined, #undef back after including linux/sysctl.h if defined
|
|
|
|
here.
|
|
|
|
(__LINUX_COMPILER_H, __user): Define if not yet defined, #undef
|
|
|
|
back after including linux/sysctl.h if defined here.
|
|
|
|
|
2004-04-29 20:02:44 +00:00
|
|
|
* sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c (_Qp_qtoi): Use %f31
|
|
|
|
for single precision register, add it to __asm clobbers [BZ #139].
|
|
|
|
* sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c (_Qp_qtoui): Use %f31
|
|
|
|
for single precision register, add it to __asm clobbers.
|
|
|
|
* sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c (_Qp_qtoux): Use fqtox
|
|
|
|
instead of fqtoi in QP_HANDLE_EXCEPTIONS.
|
|
|
|
* sysdeps/sparc/sparc64/soft-fp/qp_qtox.c (_Qp_qtox): Likewise.
|
|
|
|
Reported by M. H. VanLeeuwen <vanl@megsinet.net>.
|
|
|
|
|
2004-04-23 20:41:51 +00:00
|
|
|
2004-04-23 Andreas Schwab <schwab@suse.de>
|
|
|
|
|
|
|
|
* sysdeps/unix/sysv/linux/m68k/register-dump.h: Use
|
|
|
|
__attribute_used__.
|
|
|
|
|
2004-04-22 07:31:18 +00:00
|
|
|
2004-04-22 Philip Blundell <philb@gnu.org>
|
|
|
|
|
|
|
|
* sysdeps/arm/dl-machine.h (elf_machine_rela): Don't use INTUSE
|
|
|
|
when calling _dl_signal_error.
|
|
|
|
(elf_machine_rel): Likewise.
|
|
|
|
|
2004-04-21 23:12:39 +00:00
|
|
|
2004-04-21 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
* sysdeps/unix/sysv/linux/ia64/setjmp.S: Define _GI___sigsetjmp
|
|
|
|
and use it internally instead of __sigsetjmp.
|
|
|
|
* sysdeps/ia64/fpu/s_frexpf.c (frexpf): Use _GI___libm_frexp_4f.
|
|
|
|
* sysdeps/ia64/fpu/s_frexpl.c (frexpl): Use _GI___libm_frexp_4l.
|
|
|
|
* sysdeps/ia64/fpu/libm_frexp4.S: Define _GI___libm_frexp_4.
|
|
|
|
* sysdeps/ia64/fpu/libm_frexp4f.S: Define _GI___libm_frexp_4f.
|
|
|
|
* sysdeps/ia64/fpu/libm_frexp4l.S: Define _GI___libm_frexp_4l.
|
|
|
|
* sysdeps/ia64/fpu/s_frexp.c (frexp): Use _GI___libm_frexp_4.
|
|
|
|
* sysdeps/ia64/fpu/libm_support.h: Declare _GI___libm_frexp_4,
|
|
|
|
_GI___libm_frexp_4f, _GI___libm_frexp_4l.
|
|
|
|
* sysdeps/ia64/fpu/bits/mathinline.h: New file.
|
|
|
|
* sysdeps/unix/sysv/linux/ia64/__start_context.S: Use
|
|
|
|
HIDDEN_JUMPTARGET for exit call.
|
|
|
|
* sysdeps/unix/sysv/linux/ia64/clone2.S: Use HIDDEN_JUMPTARGET for
|
|
|
|
_exit call.
|
|
|
|
* sysdeps/ia64/bcopy.S: Use HIDDEN_JUMPTARGET for memmove call.
|
|
|
|
* sysdeps/ia64/strcat.S: Use HIDDEN_JUMPTARGET for strlen and
|
|
|
|
strcpy calls.
|
|
|
|
|
2004-04-21 18:58:31 +00:00
|
|
|
2004-04-21 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
* posix/tst-chmod.c (do_test): Fix a typo.
|
2004-04-21 19:04:00 +00:00
|
|
|
|
2004-04-21 18:58:31 +00:00
|
|
|
* elf/lateglobal.c (main): Fix error checks.
|
|
|
|
Patch by Stephen Clarke <stephen.clarke@st.com>.
|
|
|
|
|
|
|
|
* manual/ctype.texi (isblank, iswblank): Mark as ISO functions,
|
|
|
|
mention they have been added in ISO C99.
|
|
|
|
Reported by Ben Pfaff <blp@cs.stanford.edu>.
|
|
|
|
|
|
|
|
2004-03-31 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
* sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Fix typo.
|
|
|
|
|
2004-04-20 18:58:56 +00:00
|
|
|
2004-04-20 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
* sysdeps/unix/sysv/linux/shm_open.c (shm_unlink): Change EPERM into
|
|
|
|
EACCES.
|
|
|
|
|
|
|
|
2004-04-20 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
* stdio-common/vfscanf.c (_IO_vfscanf): Revert last %% whitespace
|
|
|
|
handling change.
|
|
|
|
* stdio-common/tst-sscanf.c (int_tests): Adjust.
|
|
|
|
|
|
|
|
* nis/nss-nis.c: Include stdlib.h.
|
|
|
|
|
|
|
|
* sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Shut up a
|
|
|
|
warning.
|
|
|
|
* sysdeps/sparc/sparc64/memcmp.S (memcmp): Remove BP_SYM () from
|
|
|
|
libc_hidden_builtin_def.
|
|
|
|
|
|
|
|
2004-04-20 Jim Meyering <jim@meyering.net>
|
|
|
|
|
|
|
|
* misc/error.c (error_tail): Don't leak upon realloc failure.
|
|
|
|
|
|
|
|
2004-04-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
|
|
|
|
|
|
|
|
* sysdeps/unix/sysv/linux/dl-execstack.c (_dl_make_stack_executable):
|
|
|
|
Use RETURN_ADDRESS instead of __builtin_return_address.
|
|
|
|
|
2004-04-20 04:31:12 +00:00
|
|
|
2004-04-19 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
* sysdeps/unix/sysv/linux/mq_unlink.c: Rewrite to produce more
|
|
|
|
compact code.
|
|
|
|
|
2004-04-20 04:28:00 +00:00
|
|
|
2004-04-20 Jakub Jelinek <jakub@redhat.com>
|
2004-04-19 21:05:37 +00:00
|
|
|
|
2004-04-20 04:28:00 +00:00
|
|
|
* stdio-common/vfscanf.c (_IO_vfscanf): When skipping whitespace,
|
|
|
|
do input_error () instead of conv_error () and don't look at errno.
|
|
|
|
Don't eat any whitespace before %% if skip_space == 0.
|
|
|
|
* stdio-common/tst-sscanf.c (int_tests): New array.
|
|
|
|
(main): Run int_tests.
|
2004-04-19 21:05:37 +00:00
|
|
|
|
2004-04-19 17:28:57 +00:00
|
|
|
|
2004-04-20 04:28:00 +00:00
|
|
|
See ChangeLog.14 for earlier changes.
|