Use __attribute_used__.
[glibc.git] / ChangeLog
blob52a3234d8ab87468740a5a0e8e4ce9fb908d3d31
1 2004-04-22  Philip Blundell  <philb@gnu.org>
3         * sysdeps/arm/dl-machine.h (elf_machine_rela): Don't use INTUSE
4         when calling _dl_signal_error.
5         (elf_machine_rel): Likewise.
7 2004-04-21  Ulrich Drepper  <drepper@redhat.com>
9         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Define _GI___sigsetjmp
10         and use it internally instead of __sigsetjmp.
11         * sysdeps/ia64/fpu/s_frexpf.c (frexpf): Use _GI___libm_frexp_4f.
12         * sysdeps/ia64/fpu/s_frexpl.c (frexpl): Use _GI___libm_frexp_4l.
13         * sysdeps/ia64/fpu/libm_frexp4.S: Define _GI___libm_frexp_4.
14         * sysdeps/ia64/fpu/libm_frexp4f.S: Define _GI___libm_frexp_4f.
15         * sysdeps/ia64/fpu/libm_frexp4l.S: Define _GI___libm_frexp_4l.
16         * sysdeps/ia64/fpu/s_frexp.c (frexp): Use _GI___libm_frexp_4.
17         * sysdeps/ia64/fpu/libm_support.h: Declare _GI___libm_frexp_4,
18         _GI___libm_frexp_4f, _GI___libm_frexp_4l.
19         * sysdeps/ia64/fpu/bits/mathinline.h: New file.
20         * sysdeps/unix/sysv/linux/ia64/__start_context.S: Use
21         HIDDEN_JUMPTARGET for exit call.
22         * sysdeps/unix/sysv/linux/ia64/clone2.S: Use HIDDEN_JUMPTARGET for
23         _exit call.
24         * sysdeps/ia64/bcopy.S: Use HIDDEN_JUMPTARGET for memmove call.
25         * sysdeps/ia64/strcat.S: Use HIDDEN_JUMPTARGET for strlen and
26         strcpy calls.
28 2004-04-21  Jakub Jelinek  <jakub@redhat.com>
30         * posix/tst-chmod.c (do_test): Fix a typo.
32         * elf/lateglobal.c (main): Fix error checks.
33         Patch by Stephen Clarke <stephen.clarke@st.com>.
35         * manual/ctype.texi (isblank, iswblank): Mark as ISO functions,
36         mention they have been added in ISO C99.
37         Reported by Ben Pfaff <blp@cs.stanford.edu>.
39 2004-03-31  H.J. Lu  <hongjiu.lu@intel.com>
41         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Fix typo.
43 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
45         * sysdeps/unix/sysv/linux/shm_open.c (shm_unlink): Change EPERM into
46         EACCES.
48 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
50         * stdio-common/vfscanf.c (_IO_vfscanf): Revert last %% whitespace
51         handling change.
52         * stdio-common/tst-sscanf.c (int_tests): Adjust.
54         * nis/nss-nis.c: Include stdlib.h.
56         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Shut up a
57         warning.
58         * sysdeps/sparc/sparc64/memcmp.S (memcmp): Remove BP_SYM () from
59         libc_hidden_builtin_def.
61 2004-04-20  Jim Meyering  <jim@meyering.net>
63         * misc/error.c (error_tail): Don't leak upon realloc failure.
65 2004-04-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
67         * sysdeps/unix/sysv/linux/dl-execstack.c (_dl_make_stack_executable):
68         Use RETURN_ADDRESS instead of __builtin_return_address.
70 2004-04-19  Ulrich Drepper  <drepper@redhat.com>
72         * sysdeps/unix/sysv/linux/mq_unlink.c: Rewrite to produce more
73         compact code.
75 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
77         * stdio-common/vfscanf.c (_IO_vfscanf): When skipping whitespace,
78         do input_error () instead of conv_error () and don't look at errno.
79         Don't eat any whitespace before %% if skip_space == 0.
80         * stdio-common/tst-sscanf.c (int_tests): New array.
81         (main): Run int_tests.
84 See ChangeLog.14 for earlier changes.