* inet/getnetgrent_r.c: Include assert.
[platform/upstream/glibc.git] / ChangeLog
1 2005-09-09  Jakub Jelinek  <jakub@redhat.com>
2
3         * inet/getnetgrent_r.c: Include assert.
4         (setup): Remove FUNC_NAME and ALL arguments, assume they are always
5         "setnetgrent" and 1.
6         (endnetgrent_hook): New function.
7         (internal_endnetgrent): Use it.
8         (__internal_setnetgrent_reuse): Use it.  Adjust setup caller.
9         If status is NSS_STATUS_SUCCESS, yet action is continue, call
10         endnetgrent hook.
11         (internal_getnetgrent_r): Use __nss_lookup_function rather than
12         setup.  Recompute getfct pointer after successful
13         __internal_setnetgrent_reuse.  Don't use __nss_next.
14         (innetgr): Use __nss_lookup_function instead of __nss_lookup.
15         Adjust setup caller.
16         * nss/nss_files/files-netgrp.c (_nss_files_endnetgrent): Always clear
17         data_size and cursor.  Add libnss_files_hidden_proto and
18         libnss_files_hidden_def.
19         (_nss_files_setnetgrent): Call _nss_files_endnetgrent on failure.
20         * nis/nss_nis/nis-netgrp.c (internal_endnetgrent): Always clear
21         data_size and cursor.
22         (_nss_nis_setnetgrent): Don't call internal_endnetgrent.
23         (_nss_nis_getnetgrent_r): Remove result->cursor == NULL handling.
24         * nis/nss_nisplus/nisplus-netgrp.c (internal_endnetgrent): Always clear
25         data_size and position.
26         (_nss_nisplus_setnetgrent): Don't call internal_endnetgrent.
27
28 2005-09-09  Ulrich Drepper  <drepper@redhat.com>
29
30         * nss/getent.c (netgroup_keys): Call endnetgrent.
31         (main): Call mtrace.
32
33         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): We don't
34         need locking for the stream.  Use feof_unlocked.
35
36 2005-09-09  Jakub Jelinek  <jakub@redhat.com>
37
38         [BZ #1318]
39         * locale/loadarchive.c (_nl_load_locale_from_archive): Free
40         normalized_codeset even if p was already normalized.
41         Reported by Jaroslav Snajdr <jsnajdr@kerio.com>.
42
43 2005-09-08  Roland McGrath  <roland@redhat.com>
44
45         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Decode DSOCAPS
46         properly, first byte is bit number in mask.  Skip disabled caps.
47
48 2005-07-11  Derek R. Price  <derek@ximbiot.com>
49
50         [BZ #1061]
51         * sysdeps/generic/glob.c (glob): Only a 0 return from
52         getlogin_r means success, according to POSIX 1003.2.
53
54 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
55
56         [BZ #1033]
57         * time/mktime.c: Import from gnulib.
58         The following macros are now consistent with other gnulib code.
59         This does not change mktime's behavior.
60         (TYPE_IS_INTEGER): New macro.
61         (time_t_is_integer): Use it.
62         (TYPE_TWOS_COMPLEMENT): New macro.
63         (twos_complement_arithmetic): Use it.
64         (TYPE_ONES_COMPLEMENT): New macro.
65         (TYPE_MINIMUM, TYPE_MAXIMUM): Now supports signed-magnitude.
66         mktime doesn't use this, but the code now matches other gnulib code.
67         (ranged_convert): Pacify GCC 4.0 in a different way, which
68         generates a few bytes less code.
69         (ranged_convert, __mktime_internal): When calling a function via a
70         pointer P, use P () rather than (*P) (), as we now assume C89 or
71         better.
72
73 2005-09-07  Alexandre Oliva  <aoliva@redhat.com>
74
75         * timezone/test-tz.c: Update to match tzdata2005m.
76         * timezone/tst-timezone.c: Likewise.
77
78 2005-09-07  Ulrich Drepper  <drepper@redhat.com>
79
80         * posix/regexec.c (find_recover_state): Remove unnecessary
81         initialization.
82         (transit_state_bkref): Make DFA a const pointer.
83         (get_subexp): Likewise.
84         (check_arrival): Likewise.
85         (update_cur_sifted_state): Likewise.
86         (re_search_internal): Likewise.
87         (prune_impossible_nodes): Likewise.
88         (acquire_init_state_context): Likewise.
89         (proceed_next_node): Likewise.
90         (set_regs): Likewise.
91         (free_fail_stack_return): Likewise.
92         (check_arrival_expand_ecl): Mark DFA parameter as const.
93         (check_arrival_expand_ecl_sub): Likewise.
94         (check_subexp_limits): Likewise.
95         (sub_epsilon_src_nodes):  Likewise.
96         (add_epsilon_src_nodes):  Likewise.
97         (merge_state_array): Likewise.
98         (update_regs): Likewise.
99         (build_trtable): Likewise.
100         (sift_states_backward): Mark MCTX parameter as const.
101         (build_sifted_states): Likewise.
102         (update_cur_sifted_state): Likewise.
103         (sift_states_mkref): Likewise.
104         (check_arrival_expand_ecl): Mark eclosure as const.
105         (check_dst_limits_calc_pos_1): Likewise.
106         * posix/regex_internal.h (re_match_context_t): Make dfa a const
107         pointer.
108
109 2005-09-06  Ulrich Drepper  <drepper@redhat.com>
110
111         * timezone/africa: Update from tzdata2005m.
112         * timezone/asia: Likewise.
113         * timezone/australasia: Likewise.
114         * timezone/backward: Likewise.
115         * timezone/europe: Likewise.
116         * timezone/northamerica: Likewise.
117         * timezone/southamerica: Likewise.
118         * timezone/zone.tab: Likewise.
119         * timezone/zdump.c: Update from tzcode2005m.
120
121         * posix/regexec.c (merge_state_with_log): Define dfa as const pointer.
122         (transit_state_sb): Likewise.
123         (transit_state_mb): Likewise.
124         (sift_states_iter_mb): Likewise.
125         (check_arrival_add_next_nodes): Likewise.
126         (check_node_accept_bytes): Change first parameter to pointer-to-const.
127         [_LIBC] (re_search_2_stub): Use mempcpy.
128
129         * posix/regex_internal.c (re_string_reconstruct): Avoid calling
130         mbrtowc for very simple UTF-8 case.
131
132 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
133
134         * posix/regex_internal.c (build_wcs_upper_buffer): Fix portability
135         bugs in int versus size_t comparisons.
136
137 2005-09-06  Ulrich Drepper  <drepper@redhat.com>
138
139         * posix/regex_internal.c (re_acquire_state): Make DFA pointer arg
140         a pointer-to-const.
141         (re_acquire_state_context): Likewise.
142         * posix/regex_internal.h: Adjust prototypes.
143
144 2005-08-31  Jim Meyering  <jim@meyering.net>
145
146         * posix/regcomp.c (search_duplicated_node): Make first pointer arg
147         a pointer-to-const.
148         * posix/regex_internal.c (create_ci_newstate, create_cd_newstate,
149         register_state): Likewise.
150         * posix/regexec.c (search_cur_bkref_entry, check_dst_limits):
151         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
152         (group_nodes_into_DFAstates): Likewise.
153
154 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
155
156         * posix/regexec.c (re_search_internal): Simplify update of
157         rm_so and rm_eo by replacing "if (A == B) A += C - B;"
158         with the equivalent of "if (A == B) A = C;".
159
160 2005-09-06  Ulrich Drepper  <drepper@redhat.com>
161
162         * posix/regcomp.c (re_compile_internal): Change third parameter type
163         to size_t.
164         (init_dfa): Likewise.  Make sure that arithmetic on pat_len doesn't
165         overflow.
166         * posix/regex_internal.h (struct re_dfa_t): Change type of nodes_alloc
167         and nodes_len to size_t.
168         * posix/regex_internal.c (re_dfa_add_node): Use size_t as type for
169         new_nodes_alloc.  Check for overflow.
170
171 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
172
173         * posix/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
174         (optimize_subexps, lower_subexp):
175         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
176         since the signed shift might overflow.  Use 1u<<31 instead.
177         * posix/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
178         Likewise.
179         * posix/regexec.c (check_dst_limits_calc_pos_1): Likewise.
180         (check_subexp_matching_top): Likewise.
181         * posix/regcomp.c (optimize_subexps, lower_subexp):
182         Use CHAR_BIT rather than 8, for clarity.
183         * posix/regexec.c (check_dst_limits_calc_pos_1):
184         (check_subexp_matching_top): Likewise.
185         * posix/regcomp.c (init_dfa): Make table_size unsigned, so that we
186         don't have to worry about portability issues when shifting it left.
187         Remove no-longer-needed test for table_size > 0.
188         * posix/regcomp.c (parse_sub_exp): Do not shift more bits than there
189         are in a word, as the resulting behavior is undefined.
190         * posix/regexec.c (check_dst_limits_calc_pos_1): Likewise;
191         in one case, a <= should have been an <, and in another case the
192         whole test was missing.
193         * posix/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
194         the standard name CHAR_BIT.
195
196         * posix/regex_internal.h (re_sub_match_top_t): Remove unused member
197         next_last_offset.
198         (struct re_dfa_t): Remove unused member states_alloc.
199         * posix/regcomp.c (init_dfa): Don't initialize unused members.
200
201 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
202
203         * posix/regexec.c (set_regs): Don't alloca with an unbounded size.
204
205         alloca modernization/simplification for regex.
206         * posix/regex.c: Remove portability cruft for alloca.  This no longer
207         needs to be at the start of the file, and can be moved into
208         regex_internal.h and simplified.
209         * posix/regex_internal.h: Include <alloca.h>.
210         (__libc_use_alloca) [!defined _LIBC]: New macro.
211         * posix/regexec.c (build_trtable): Remove "#ifdef _LIBC",
212         since the code now works outside glibc.
213
214 2005-09-06  Ulrich Drepper  <drepper@redhat.com>
215
216         * include/regex.h: Remove use of _RE_ARGS.
217
218 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
219
220         * posix/regexec.c (find_recover_state): Change "err" to "*err".
221
222 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
223
224         * posix/regcomp.c (regerror): Pointer args are 'restrict',
225         as per POSIX.
226         * posix/regex.h (regerror): Likewise.
227         * manual/pattern.texi (POSIX Regexp Compilation): Likewise.
228         Similarly for regcomp and regexec.  Also, first 2 args of regexec
229         and 2nd arg of regerror are const.
230
231         * posix/regex.c: Do not include <sys/types.h>, as POSIX no longer
232         requires this.  (The code never needed it.)
233
234 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
235
236         * posix/regexec.c (sift_states_bkref): re_node_set_insert returns
237         int, not reg_errcode_t.
238
239         * posix/regex_internal.c (calc_state_hash): Put 'inline' before type,
240         since some broken compilers warn about it otherwise.
241
242         * posix/regcomp.c (create_initial_state): Remove duplicate decl.
243
244 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
245
246         * posix/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
247         C89 or better.  All uses removed.
248
249 2005-09-06  Ulrich Drepper  <drepper@redhat.com>
250
251         * posix/regex.c: Prevent using C++ compilers.
252
253 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
254
255         * posix/regcomp.c (duplicate_node): Return new index, not an error
256         code, and let the caller return REG_ESPACE if out of space.  This
257         removes an uninitialied-variable warning with GCC 4.0.1, and also
258         avoids taking the address of a local variable.  All callers
259         changed.
260
261 2005-09-06  Ulrich Drepper  <drepper@redhat.com>
262
263         * include/time.h (__strptime_internal): Rename parameter to avoid
264         bogus compiler warning.
265
266 2005-08-19  Jim Meyering  <jim@meyering.net>
267
268         * posix/regexec.c (proceed_next_node): Redo local variables to
269         avoid GCC shadowing warnings.
270
271 2005-09-06  Ulrich Drepper  <drepper@redhat.com>
272
273         * posix/regex_internal.c (re_acquire_state): Minor code rearrangement.
274         (re_acquire_state_context): Likewise.
275
276 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
277
278         * posix/regex_internal.c (re_string_realloc_buffers):
279         (re_node_set_insert, re_node_set_insert_last, re_dfa_add_node):
280         Rename local variables to avoid GCC shadowing warnings.
281
282 2005-07-08  Eric Blake  <ebb9@byu.net>
283             Paul Eggert  <eggert@cs.ucla.edu>
284
285         * posix/regcomp.c (init_dfa): Store __btowc value in wint_t, not
286         wchar_t.  Remove now-unnecessary cast.
287         (build_range_exp): Likewise.
288
289 2005-08-31  Bob Wilson  <bob.wilson@acm.org>
290
291         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf):  Remove the
292         exponent bias from the increment value for scaling by 2^60.
293
294 2005-09-05  Alexandre Oliva  <aoliva@redhat.com>
295
296         * configure.in: Compile source test file with -fPIC for -shared.
297
298 2005-09-04  Ulrich Drepper  <drepper@redhat.com>
299
300         * iconv/skeleton.c: Eliminate DEFINE_DIRECTION_OBJECTS macro use,
301         it wasn't used.  Remove use of from_object and to_object variable,
302         replace with some constants.  Adjust users.
303
304         * sysdeps/i386/bits/string.h: Removed.
305
306         * stdio-common/Makefile (tests): Add tst-put-error.
307         * stdio-common/tst-put-error.c: New file.
308         * libio/fileops.c (_IO_new_file_xsputn): If overflow fails and no more
309         data would have to be written signal error.
310         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
311
312         * libio/fileops.c (_IO_new_file_overflow): Use NULL not 0.
313
314 2005-09-02  Ulrich Drepper  <drepper@redhat.com>
315
316         * elf/dl-load.c (_dl_map_object_from_fd): No need to change
317         protection of memory used for the last segment.
318
319 2005-08-22  Robert Millan  <robertmh@gnu.org>
320
321         * sysdeps/mach/hurd/nfs/nfs.h: Move to ...
322         * sysdeps/generic/nfs/nfs.h: ... here.
323
324 2005-09-01  Ulrich Drepper  <drepper@redhat.com>
325
326         * libio/stdio.h: Remove __wur from ungetc, sscanf, and vsscanf.
327         Add __wur to feof{,_unlocked}, ferror{,_unlocked},
328         fileno{,_unlocked}, and popen.
329
330 2005-08-30  Ulrich Drepper  <drepper@redhat.com>
331
332         * sysdeps/ieee754/flt-32/e_hypotf.c [!__STDC__]: Fix function name.
333
334 2005-08-01  Bob Wilson  <bob.wilson@acm.org>
335             Richard Sandiford  <richard@codesourcery.com>
336
337         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Add missing
338         exponent bias to the value for 2^126.
339
340 2005-08-30  Jakub Jelinek  <jakub@redhat.com>
341             Alan Modra  <amodra@bigpond.net.au>
342
343         * elf/dl-addr.c (_dl_addr): Use DL_ADDR_SYM_MATCH macro.
344         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): Define.
345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h: New file.
346
347 2005-08-23  Ulrich Drepper  <drepper@redhat.com>
348
349         * nscd/nscd.c (main): Use error while process isn't running in the
350         background, not dbg_log.
351         * nscd/nscd_conf.c (nscd_parse_file): Likewise.
352         Mark messages with _().  Unify testing for database name.
353
354         * nscd/connection.c (DEFAULT_DATASIZE_PER_BUCKET): Move to nscd.h.
355         (dbs): Initialize max_db_size fields.
356         (nscd_init): When mapping the database, use max_db_size as the
357         mapping size even if it is bigger than the file size.
358         * nscd/mem.c (mempool_alloc): When resizing the file make sure the
359         limit in max_db_size is not exceeded.  Don't use mremap, just
360         posix_fallocate is enough (according to Linus).  Use posix_fallocate
361         correctly.
362         * nscd/nscd.conf: Add max-db-size parameters.
363         * nscd/nscd.h (struct database_dyn): Add max_db_size field.
364         Define DEFAULT_MAX_DB_SIZE and DEFAULT_DATASIZE_PER_BUCKET.
365         Temporarily define TEMP_FAILURE_RETRY_VAL here.
366         * nscd/nscd_conf.c (nscd_parse_file): Parse max-db-size parameter
367         and add sanity checks for it.
368
369         * nscd/aicache.c (addhstaiX): Use send with MSG_NOSIGNAL not write to
370         send reply.
371         * nscd/connection.c (writeall): Likewise.
372         (handle_request): Likewise.
373         * nscd/grpcache.c (cache_addgr): Likewise.
374         * nscd/hstcache.c (cache_addhst): Likewise.
375         * nscd/initgrcache.c (addinitgroupsX): Likewise.
376         * nscd/nscd.c (parse_opt): Likewise.
377         * nscd/nscd_stat.c (send_stats): Likewise.
378         (receive_print_stats): Likewise.
379         * nscd/pwdcache.c (cache_addpw): Likewise.
380
381         * sysdeps/unix/sysv/linux/Versions: Export inotify_* syscalls.
382
383 2005-08-22  Jakub Jelinek  <jakub@redhat.com>
384
385         * stdlib/bits/stdlib.h (mbstowcs): Divide __bos (__dst) by
386         sizeof (wchar_t) rather than multiplying __len by sizeof (wchar_t).
387         Pass __bos (__dst) / sizeof (wchar_t) to the *_chk routine.
388         * wcsmbs/bits/wchar2.h (mbsrtowcs, mbsnrtowcs): Likewise.
389         * debug/mbsnrtowcs_chk.c (__mbsnrtowcs_chk): Don't multiply
390         len by sizeof (wchar_t).
391         * debug/mbsrtowcs_chk.c (__mbsrtowcs_chk): Likewise.
392         * debug/mbstowcs_chk.c (__mbstowcs_chk): Likewise.
393         Fix type of SRC argument.  Pass &SRC rather than SRC to
394         __mbsrtowcs.
395         * debug/wcstombs_chk.c (__wcstombs_chk): Pass &SRC rather than SRC
396         to __wcsrtombs.
397         * debug/tst-chk1.c: Include assert.h.
398         (do_test): Change enough array from VLA into a fixed size array.
399         Assert that MB_CUR_MAX is <= sizeof (enough).  Use FAIL () macro
400         instead of print error details.  Add several new tests.
401         Kill some unused variable warnings.
402
403 2005-08-21  Ulrich Drepper  <drepper@redhat.com>
404
405         * resolv/res_send.c (Aerror): Fix printing IP address.
406
407         * resolv/res_send.c (send_vc): Pass correct sockaddr size to connect.
408
409 2005-08-19  H.J. Lu  <hongjiu.lu@intel.com>
410
411         * sysdeps/ia64/fpu/libm_error.c (__libm_error_support): Don't abort.
412
413 2005-08-17  Robert Love  <rml@novell.com>
414
415         * sysdeps/unix/sysv/linux/sys/inotify.h: Add IN_MOVE_SELF event.
416
417 2005-08-19  Bruno Haible  <bruno@clisp.org>
418
419         * intl/localealias.c (read_alias_file): In case of failure, close the
420         file descriptor and sort the array before returning.
421
422 2005-08-19  Ulrich Drepper  <drepper@redhat.com>
423
424         * malloc/Makefile: Link libmemusage.so with ld.so.
425         * malloc/memusage.c: Use atomic operations for all counter and size
426          computations.  Handle thread stacks.
427         * sysdeps/generic/memusage.h: Define memusage_cntr_t and
428         memusage_size_t.
429         * sysdeps/i386/i686/memusage.h: New file.
430         * include/atomic.h: Define atomic_max and atomic_min.
431
432         * debug/tst-chk1.c: Add tests for mbstowcs and wcstombs.
433
434 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
435
436         [BZ #1207]
437         * posix/regex.h: Remove spurious space-before-tab.  From gnulib.
438
439 2005-08-16  Ulrich Drepper  <drepper@redhat.com>
440
441         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
442         sys/inotify.h.
443         * sysdeps/unix/sysv/linux/sys/inotify.h: New file.
444         * sysdeps/unix/sysv/linux/syscalls.list: Add inotify syscalls.
445
446         * nscd/cache.c (prune_cache): Add more debug output.  Only for
447         debug level 3 and higher and very verbose.
448
449         * nscd/cache.c (prune_cache): Use stat64 not stat.
450         * nscd/connections.c (nscd_init): Likewise.
451
452 2005-08-10  Sergio Gelato  <Sergio.Gelato@astro.su.se>
453
454         [BZ #1188]
455         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Change assert check
456         from (len > 0) to (len >= 0).
457
458 2005-08-16  Ulrich Drepper  <drepper@redhat.com>
459
460         * nis/nis_xdr.c (_xdr_nis_result): Fix type of res variable.
461         Reported by Thomas Schwinge.
462
463 2005-08-15  Jakub Jelinek  <jakub@redhat.com>
464
465         * nis/nis_subr.c (nis_leaf_of_r): Handle buflen == 0 correctly.
466
467 2005-08-16  Ulrich Drepper  <drepper@redhat.com>
468
469         * nss/getent.c (more_help): Use open_memstream instead of handling
470         memory allocation ourselves.
471
472 2005-08-16  Jay Fenlason  <fenlason@redhat.com>
473
474         * nss/getent.c (parse_options): change the -s option to support
475         {database}:{search} to override /etc/resolv.conf for only the
476         specified database.
477
478 2005-08-08  Ulrich Drepper  <drepper@redhat.com>
479
480         * nscd/connections.c (main_loop_epoll): Pass NULL as event
481         argument for epoll_ctl(EPOLL_CTL_DEL) calls.
482
483         * nscd/nscd_stat.c (receive_print_stats): Really print values of
484         thread number, paranoia, and restart interval the server is using.
485
486         * argp/argp-help.c: Use _IO_vasprintf instead of vasprintf.
487         * include/stdio.h: Add libc_hidden_proto for __vfprintf_chk.
488         * debug/vfprintf_chk.c: Add libc_hidden_def.
489
490 2005-08-08  Roland McGrath  <roland@redhat.com>
491
492         * argp/argp-help.c (__argp_error): __asprintf -> vasprintf.
493         (__argp_failure): Likewise.
494
495 2005-08-08  Ulrich Drepper  <drepper@redhat.com>
496
497         * nscd/cache.c (cache_add): Commit hash table and header to disk.
498
499         * nscd/mem.c (mempool_alloc): Use posix_fallocate instead of ftruncate.
500         * nscd/connections.c (nscd_init): Likewise.
501
502 2005-08-08  Jakub Jelinek  <jakub@redhat.com>
503
504         * stdio-common/fxprintf.c: Include libioP.h.
505
506         * posix/bits/unistd.h (confstr, getgroups, ttyname_r, gethostname,
507         getdomainname): Add __NTH.
508         * stdlib/bits/stdlib.h (ptsname_r, wctomb, mbstowcs, wcstombs):
509         Likewise.
510         (realpath): Likewise.  Use __const instead of const.  Add __restrict
511         keywords.
512         * socket/bits/socket2.h (recvfrom): Add __restrict keyword to __buf.
513         * wcsmbs/bits/wchar2.h (wmemcpy, wmemmove, wmempcpy, wmemset,
514         wcscpy, wcpcpy, wcsncpy, wcpncpy, wcscat, wcsncat, vswprintf, wcrtomb,
515         mbsrtowcs, wcsrtombs, mbsnrtowcs, wcsnrtombs): Add __NTH.
516         * string/bits/string3.h (__memset_ichk): Likewise.
517         (__memcpy_ichk, __memmove_ichk, __mempcpy_ichk, __strcpy_ichk,
518         __stpcpy_ichk, __strncpy_ichk, stpncpy, __strcat_ichk,
519         __strncat_ichk): Likewise.  Use __const instead of const.
520         (__stpncpy_chk): Use __const instead of const.
521         (__stpncpy_alias): Use __REDIRECT_NTH instead of __REDIRECT.
522
523 2005-08-08  Ulrich Drepper  <drepper@redhat.com>
524             Jakub Jelinek  <jakub@redhat.com>
525
526         * nscd/mem.c (BLOCK_ALIGN_LOG, BLOCK_ALIGN, BLOCK_ALIGN_M1): Move
527         definitions to...
528         * nscd/nscd.h (BLOCK_ALIGN_LOG, BLOCK_ALIGN, BLOCK_ALIGN_M1): ...here.
529         * nscd/connections.c (usekey): New enum.
530         (check_use, verify_persistent_db): New functions.
531         (nscd_init): If persistent database is corrupted, unlink it and
532         recreate rather than falling back to non-persistent database.
533         Call verify_persistent_db.  Avoid overflows in total computation.
534
535 2005-08-08  Ulrich Drepper  <drepper@redhat.com>
536
537         * iconvdata/utf-16.c (PREPARE_LOOP): Minor cleanups to make code
538         better readable.  Avoid passing var to loop function, it's not
539         necessary at all.
540
541 2005-08-07  Ulrich Drepper  <drepper@redhat.com>
542
543         * elf/elf.h (DT_ALPHA_PLTRO): Use symbolic name in DT_ALPHA_PLTRO
544         definition.
545
546 2005-08-05  Ulrich Drepper  <drepper@redhat.com>
547
548         * timezone/checktab.awk: Update from tzcode2005k.
549         * timezone/private.h: Likewise.
550         * timezone/scheck.c: Likewise.
551         * timezone/tzselect.ksh: Likewise.
552         * timezone/zdump.c: Likewise.
553         * timezone/zic.c: Likewise.
554         * timezone/africa: Update from tzdata2005k.
555         * timezone/antarctica: Likewise.
556         * timezone/asia: Likewise.
557         * timezone/australasia: Likewise.
558         * timezone/europe: Likewise.
559         * timezone/iso3166.tab: Likewise.
560         * timezone/leapseconds: Likewise.
561         * timezone/northamerica: Likewise.
562         * timezone/solar87: Likewise.
563         * timezone/solar88: Likewise.
564         * timezone/solar89: Likewise.
565         * timezone/southamerica: Likewise.
566         * timezone/zone.tab: Likewise.
567
568 2005-08-05  Roland McGrath  <roland@redhat.com>
569
570         * mach/shortcut.awk: Ignore `weak_alias' lines.
571         Reported by Alfred M. Szmidt <ams@gnu.org>.
572
573         * sysdeps/mach/hurd/mig-reply.c (reply_port): Don't use ?: as lvalue.
574         Reported by Alfred M. Szmidt <ams@gnu.org>.
575
576 2005-08-03  Dwayne Grant McConnell  <dgm69@us.ibm.com>
577
578         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s):
579         Use +=, not =, to append.  Remove duplicate flags.
580         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
581         Likewise.  Fix comments.
582
583 2005-08-01  Ulrich Drepper  <drepper@redhat.com>
584
585         * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Restart system
586         call if it returned EINTR.
587
588 2005-07-31  Ulrich Drepper  <drepper@redhat.com>
589
590         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Move
591         helper variable into .data.rel.ro.  Simplify the code.  Extend
592         comment to explain prelinking.
593
594 2005-07-31  Andreas Jaeger  <aj@suse.de>
595
596         * include/bits/syslog.h: New file.
597
598 2005-07-30  Ulrich Drepper  <drepper@redhat.com>
599
600         * elf/dl-load.c [__WORDSIZE==64] (FILEBUF_SIZE): Adjust the value
601         up.  We have more program header entries now and the note section
602         was normally not loaded.
603
604         * nis/nis_subr.c: Some minor code cleanups.
605
606 2005-07-29  Ulrich Drepper  <drepper@redhat.com>
607
608         * misc/bits/syslog.h: New file.
609         * misc/sys/syslog.h: Include <bits/syslog.h> for fortification.
610         * misc/Makefile (headers): Add bits/syslog.h.
611         * include/sys/syslog.h: Add __vsyslog_chk prototype and hidden_proto.
612         * sysdeps/generic/syslog.c: Change vsyslog function to __vsyslog_chk.
613         Call __vfprintf_chk if necessary.  Make vsyslog a wrapper.  Add
614         __syslog_chk.
615         * misc/Versions: Export __syslog_chk and __vsyslog_chk.
616
617 2005-07-28  Thomas Schwinge  <schwinge@nic-nac-project.de>
618
619         [BZ #1137]
620         * misc/error.c [_LIBC]: Include <stdbool.h> and <stdint.h>.
621
622 2005-07-28  Ulrich Drepper  <drepper@redhat.com>
623
624         * nis/nis_xdr.c: Help gcc to avoid generating unnecessary wrapper
625         functions.
626
627 2005-07-28  Jakub Jelinek  <jakub@redhat.com>
628
629         * stdio-common/fxprintf.c (__fxprintf): Add INTUSE to _IO_vfprintf
630         call.
631         * gmon/gmon.c (write_gmon): Use __snprintf rather than snprintf.
632
633 2005-07-28  Ulrich Drepper  <drepper@redhat.com>
634
635         * nis/nis_file.c: Rewrite the two pairs of functions into wrappers
636         around a pair of new, generalized functions.  22% size reduction.
637
638 2005-07-27  Ulrich Drepper  <drepper@redhat.com>
639
640         * nis/nis_xdr.c: Remove unnecessary cast which might hide bugs.
641         Rearrange code.  This reduces the code size 10%.
642
643 2005-07-26  Jakub Jelinek  <jakub@redhat.com>
644
645         * misc/error.c (error_tail): Fix a comment typo.
646
647 2005-07-25  Ulrich Drepper  <drepper@redhat.com>
648
649         * po/zh_TW.po: Update from translation team.
650
651         * debug/mbstowcs_chk.c: New file.
652         * debug/wcstombs_chk.c: New file.
653         * debug/Makefile (routines): Add mbstowcs_chk and wcstombs_chk.
654         * debug/Versions: Add __mbstowcs_chk and __wcstombs_chk.
655         * stdlib/bits/stdlib.h: Add definitions for mbstowcs and wcstombs.
656
657         * wcsmbs/bits/wchar2.h (mbsrtowcs): Pretty printing.
658
659 2005-07-24  Ulrich Drepper  <drepper@redhat.com>
660
661         * string/test-memset.c (test_main): Use negative byte value in
662         test.
663
664         * string/test-memset.c (do_one_test): Compare effect of call, not
665         only return value.
666         Add a few casts to avoid warnings.
667
668 2005-07-24  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
669
670         * sysdeps/sh/memset.S (memset): Correct 2nd argument handling.
671
672 2005-07-24  Ulrich Drepper  <drepper@redhat.com>
673
674         [BZ #1125]
675         * posix/Makefile (tests): Add tst-execvp4.
676         * posix/tst-execvp4.c: New file.
677
678 2005-07-24  Jakub Jelinek  <jakub@redhat.com>
679
680         [BZ #1125]
681         * posix/execvp.c (execvp): Change path_malloc to
682         char *, free that pointer on failure.
683
684 2005-07-24  Ulrich Drepper  <drepper@redhat.com>
685
686         * wcsmbs/bits/wchar2.h: Use __FILE not FILE.
687         * wcsmbs/Makefile: Add rules to build and run tst-wchar-h.
688         * wcsmbs/tst-wchar-h.c: New file.
689
690 2005-07-22  Ulrich Drepper  <drepper@redhat.com>
691
692         * stdio-common/fxprintf.c (__fxprintf): Define variable more local.
693
694 2005-07-22  Jakub Jelinek  <jakub@redhat.com>
695
696         * wcsmbs/bits/wchar2.h (__vfwprintf_chk, __vwprintf_chk): Use
697         __gnuc_va_list rather than _G_va_list.
698
699 2005-07-22  Roland McGrath  <roland@redhat.com>
700
701         [BZ #869]
702         * Makerules ($(objpfx)stubs): Fix last change.
703
704 2005-07-21  Roland McGrath  <roland@redhat.com>
705
706         * nscd/Makefile ($(objpfx)nscd): Pass $(nscd-cflags) to $(LINK.o).
707
708         * stdlib/Makefile (headers): Move bits/wchar.h to ...
709         * wcsmbs/Makefile (headers): ... here.  Add bits/wchar2.h too.
710
711 2005-07-21  Jakub Jelinek  <jakub@redhat.com>
712
713         * wcsmbs/bits/wchar2.h (swprintf): Remove format argument.
714         * debug/tst-chk1.c (do_test): Add test for swprintf with format
715         being the last argument.
716
717 2005-07-21  Thorsten Kukuk  <kukuk@suse.de>
718
719         * debug/getgroups_chk.c (__getgroups_chk): Fix return value.
720
721         * stdio-common/fxprintf.c: Include string.h.
722
723 2005-07-20  Ulrich Drepper  <drepper@redhat.com>
724
725         [BZ #1138]
726         * sysdeps/x86_64/fpu/libm-test-ulps: Adjust expected atan2f results.
727         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
728         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
729
730 2005-07-20  Bob Wilson  <bob.wilson@acm.org>
731             Darin Petkov  <darin@tensilica.com>
732
733         [BZ #1138]
734         * sysdeps/ieee754/flt-32/e_atan2f.c (pi_lo): Correct exponent value.
735
736 2005-07-20  Jakub Jelinek  <jakub@redhat.com>
737
738         * include/stdio.h (__fxprintf): Remove wfmt argument.
739         * stdio-common/fxprintf.c: Include assert.h, ctype.h and wchar.h.
740         (__fxprintf): Remove wfmt argument, create wfmt format string on
741         the fly from fmt.
742         * argp/argp-fmtstream.c: Adjust all __fxprintf callers.
743         * argp/argp-help.c: Likewise.
744         * assert/assert-perr.c: Likewise.
745         * assert/assert.c: Likewise.
746         * gmon/gmon.c: Likewise.
747         * inet/rcmd.c: Likewise.
748         * malloc/obstack.c: Likewise.
749         * misc/error.c: Likewise.
750         * misc/getpass.c: Likewise.
751         * posix/getopt.c: Likewise.
752         * resolv/res_hconf.c: Likewise.
753         * stdio-common/perror.c: Likewise.
754         * stdio-common/psignal.c: Likewise.
755         * stdlib/fmtmsg.c: Likewise.
756         * sunrpc/auth_unix.c: Likewise.
757         * sunrpc/clnt_perr.c: Likewise.
758         * sunrpc/clnt_tcp.c: Likewise.
759         * sunrpc/clnt_udp.c: Likewise.
760         * sunrpc/clnt_unix.c: Likewise.
761         * sunrpc/svc_simple.c: Likewise.
762         * sunrpc/svc_tcp.c: Likewise.
763         * sunrpc/svc_udp.c: Likewise.
764         * sunrpc/svc_unix.c: Likewise.
765         * sunrpc/xdr.c: Likewise.
766         * sunrpc/xdr_array.c: Likewise.
767         * sunrpc/xdr_rec.c: Likewise.
768         * sunrpc/xdr_ref.c: Likewise.
769         * sysdeps/generic/wordexp.c: Likewise.
770
771 2005-07-20  Ulrich Drepper  <drepper@redhat.com>
772
773         * wcsmbs/bits/wchar2.h: Add definitions for wcrtomb, mbsrtowcs,
774         wcsrtombs, mbsnrtowcs, and wcsnrtombs.
775         * debug/Makefile (routines): Add wcrtomb_chk, mbsrtowcs_chk,
776         wcsrtombs_chk, mbsnrtowcs_chk, and wcsnrtombs_chk.
777         * debug/Versions: Add __wcrtomb_chk, __mbsrtowcs_chk,
778         __wcsrtombs_chk, __mbsnrtowcs_chk, and __wcsnrtombs_chk.
779         * debug/tst-chk1.c: Add tests for new functions.
780         * debug/mbsnrtowcs_chk.c: New file.
781         * debug/mbsrtowcs_chk.c: New file.
782         * debug/wcrtomb_chk.c: New file.
783         * debug/wcsnrtombs_chk.c: New file.
784         * debug/wcsrtombs_chk.c: New file.
785
786 2005-07-19  Ulrich Drepper  <drepper@redhat.com>
787
788         * stdio-common/Makefile (aux): Add fxprintf.
789         * stdio-common/fxprintf.c: New file.
790         * include/stdio.h: Add declaration for __fxprintf.
791         * argp/argp-fmtstream.c: Use __fxprintf instead of inline stream
792         orientation test and two separate function calls.
793         * argp/argp-help.c: Likewise.
794         * assert/assert-perr.c: Likewise.
795         * assert/assert.c: Likewise.
796         * gmon/gmon.c: Likewise.
797         * inet/rcmd.c: Likewise.
798         * malloc/obstack.c: Likewise.
799         * misc/error.c: Likewise.
800         * misc/getpass.c: Likewise.
801         * posix/getopt.c: Likewise.
802         * resolv/res_hconf.c: Likewise.
803         * stdio-common/perror.c: Likewise.
804         * stdio-common/psignal.c: Likewise.
805         * stdlib/fmtmsg.c: Likewise.
806         * sunrpc/auth_unix.c: Likewise.
807         * sunrpc/clnt_perr.c: Likewise.
808         * sunrpc/clnt_tcp.c: Likewise.
809         * sunrpc/clnt_udp.c: Likewise.
810         * sunrpc/clnt_unix.c: Likewise.
811         * sunrpc/svc_simple.c: Likewise.
812         * sunrpc/svc_tcp.c: Likewise.
813         * sunrpc/svc_udp.c: Likewise.
814         * sunrpc/svc_unix.c: Likewise.
815         * sunrpc/xdr.c: Likewise.
816         * sunrpc/xdr_array.c: Likewise.
817         * sunrpc/xdr_rec.c: Likewise.
818         * sunrpc/xdr_ref.c: Likewise.
819         * sysdeps/generic/wordexp.c: Likewise.
820
821         [BZ #1137]
822         * misc/Makefile: Add rules to build and run tst-error1.
823         * misc/tst-error1.c: New file.
824         * misc/error.c: Fix memory leak and possibly endless loop.
825
826         * configure.in: Check for -fstack-protector gcc option.
827         * config.make.in (have-ssp): Add template.
828         * nscd/Makefile (nscd-cflags): Add -fstack-protector if supported.
829
830         * nscd/nscd.c (main): Don't ignore result of chdir call.
831
832 2005-07-18  Roland McGrath  <roland@redhat.com>
833
834         [BZ #869]
835         * Makerules ($(objpfx)stubs): Do cd into $(objdir) to reduce size of
836         objdump command line.
837
838 2005-07-18  Ulrich Drepper  <drepper@redhat.com>
839
840         * nscd/Makefile (nscd-cflags): Add _FORTIFY_SOURCE.
841
842         * nscd/connections.c: Fix a few wur warnings.
843
844         [BZ #1113]
845         * nscd/grpcache.c (cache_addgr): Use correct maximum for group ID
846         length.  Patch by Ivan Gyurdiev <ivg2@cornell.edu>.
847
848         * debug/confstr_chk.c: New file.
849         * debug/getdomainname_chk.c: New file.
850         * debug/getgroups_chk.c: New file.
851         * debug/gethostname_chk.c: New file.
852         * debug/getlogin_r_chk.c: New file.
853         * debug/ttyname_r_chk.c: New file.
854         * posix/bits/unistd.h: Add definitions for new debug versions.
855         * debug/tst-chk1.c: Add tests for new functions.
856         * debug/Versions: Export new functions.
857         * debug/Makefile (routines): Add new files.
858
859         * stdlib/bits/stdlib.h: Fix typo.
860
861 2005-07-13  Thorsten Kukuk  <kukuk@suse.de>
862
863         * manual/Makefile (libc/index.html): Depend on dir-add.texi.
864
865 2005-07-15  Ulrich Drepper  <drepper@redhat.com>
866
867         * stdlib/bits/stdlib.h: Use __REDIRECT_NTH instead of __REDIRECT
868         where necessary.
869         * wcsmbs/bits/wchar2.h: Likewise.
870
871 2005-07-15  Andreas Jaeger  <aj@suse.de>
872
873         * debug/Makefile (tst-lfschk3-ENV): New, set locale.
874         (tst-lfschk2-ENV): New.
875         (tst-lfschk1-ENV): New.
876         (tst-chk3-ENV): New.
877         (tst-chk2-ENV): New.
878         (tst-chk1-ENV): New.
879
880         [BZ #1079]
881         * include/stdlib.h: Remove malloc attribute from __posix_memalign.
882         * stdlib/stdlib.h: Likewise.
883
884 2005-07-15  Ulrich Drepper  <drepper@redhat.com>
885
886         * wcsmbs/bits/wchar2.h: New file.
887         * include/bits/wchar2.h: New file.
888         * wcsmbs/wchar.h: Include <bits/wchar2.h> if fortification is
889         requested.
890         * wcsmbs/wcsncpy.c: Add __wcsncpy alias.
891         * string/bits/string3.h: Add fortified stpncpy definitions.
892         * sysdeps/generic/stpncpy_chk.c: New file.
893         * libio/vswprintf.c: Move _IO_wstrnfile definition to strfile.h.
894         Export _IO_wstrn_jumps.
895         * libio/strfile.h: Define _IO_wstrnfile and declare _IO_wstrn_jumps.
896         * include/wchar.h: Declare __wcsncpy and __vswprintf_chk.
897         * debug/fgetws_chk.c: New file.
898         * debug/fgetws_u_chk.c: New file.
899         * debug/fwprintf_chk.c: New file.
900         * debug/swprintf_chk.c: New file.
901         * debug/vfwprintf_chk.c: New file.
902         * debug/vswprintf_chk.c: New file.
903         * debug/vwprintf_chk.c: New file.
904         * debug/wcpcpy_chk.c: New file.
905         * debug/wcpncpy_chk.c: New file.
906         * debug/wcscat_chk.c: New file.
907         * debug/wcscpy_chk.c: New file.
908         * debug/wcsncat_chk.c: New file.
909         * debug/wcsncpy_chk.c: New file.
910         * debug/wmemcpy_chk.c: New file.
911         * debug/wmemmove_chk.c: New file.
912         * debug/wmempcpy_chk.c: New file.
913         * debug/wmemset_chk.c: New file.
914         * debug/wprintf_chk.c: New file.
915         * debug/tst-chk1.c: Add tests for new functions.
916         * debug/Versions: Export new functions.
917         * debug/Makefile (routines): Add new functions.
918
919 2005-07-13  Ulrich Drepper  <drepper@redhat.com>
920
921         * nscd/nscd_helper.c: Add a few __builtin_expect.
922
923         [BZ #1080]
924         * nscd/connections.c (send_ro_fd): Make sure BUF is aligned correctly.
925         * nscd/nscd_helper.c (wait_on_socket): New function.
926         (get_mapping): Use wait_on_socket instead of poll.  The former handles
927         EINTR of poll correctly.
928         (__nscd_open_socket): Likewise.
929         (get_mapping): Make sure BUF is aligned correctly.
930         (get_mapping): Use munmap on correct pointer.
931
932 2005-07-12  Ulrich Drepper  <drepper@redhat.com>
933
934         * include/libc-symbols.h: Define macros for librt hidden symbols.
935         * include/time.h: Add librt_hidden_proto definition for clock_gettime.
936         * sysdeps/generic/clock_gettime.c: Add librt_hidden_def.
937         * sysdeps/unix/clock_gettime.c: Likewise.
938
939         * stdlib/bits/stdlib.h: New file.
940         * stdlib/stdlib.h: Include <bits/stdlib.h> if fortification is
941         requested.
942         * Makefile (headers): Add bits/stdlib.h.
943         * include/bits/stdlib.h: New file.
944         * debug/Depend: New file.
945         * debug/ptsname_r_chk.c: New file.
946         * debug/realpath_chk.c: New file.
947         * debug/wctomb_chk.c: New file.
948         * debug/Makefile (routines): Add ptsname_r_chk, realpath_chk, and
949         wctomb_chk.
950         * debug/Versions: Export __ptsname_r_chk, __realpath_chk, and
951         __wctomb_chk.
952         * debug/tst-chk1.c: Add tests for __ptsname_r_chk, __realpath_chk, and
953         __wctomb_chk.
954
955 2005-07-12  Jakub Jelinek  <jakub@redhat.com>
956
957         [BZ #1106]
958         * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c: Include not-cancel.h.
959         (has_cpuclock): Use open_not_cancel_2 instead of open, read_not_cancel
960         instead of read and close_not_cancel_no_status instead of close.
961
962         [BZ #1106]
963         * sysdeps/s390/s390-64/bcopy.S (__bcopy): Use
964         HIDDEN_BUILTIN_JUMPTARGET to jump to memmove.
965
966 2005-06-27  Carlos O'Donell  <carlos@systemhalted.org>
967
968         * posix/regcomp.c (re_compile_internal): Call __libc_lock_init
969         after init_dfa.
970
971 2005-07-08  Ulrich Drepper  <drepper@redhat.com>
972
973         * sysdeps/x86_64/fpu/s_sincosl.S: Use retq not ret.  Remove
974         alignment.
975         * sysdeps/x86_64/fpu/s_sincos.S: New file.
976
977         * include/fenv.h: Add libm_hidden_proto for fesetround and
978         feholdexcept.
979         * sysdeps/alpha/fpu/feholdexcpt.c: Add libm_hidden_def.
980         * sysdeps/alpha/fpu/fesetround.c: Likewise.
981         * sysdeps/generic/feholdexcpt.c: Likewise.
982         * sysdeps/generic/fesetround.c: Likewise.
983         * sysdeps/i386/fpu/feholdexcpt.c: Likewise.
984         * sysdeps/i386/fpu/fesetround.c: Likewise.
985         * sysdeps/ia64/fpu/feholdexcpt.c: Likewise.
986         * sysdeps/ia64/fpu/fesetround.c: Likewise.
987         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
988         * sysdeps/powerpc/fpu/fesetround.c: Likewise.
989         * sysdeps/s390/fpu/feholdexcpt.c: Likewise.
990         * sysdeps/s390/fpu/fesetround.c: Likewise.
991         * sysdeps/sh/sh4/fpu/feholdexcpt.c: Likewise.
992         * sysdeps/sh/sh4/fpu/fesetround.c: Likewise.
993         * sysdeps/sparc/fpu/feholdexcpt.c: Likewise.
994         * sysdeps/sparc/fpu/fesetround.c: Likewise.
995         * sysdeps/x86_64/fpu/feholdexcpt.c: Likewise.
996         * sysdeps/x86_64/fpu/fesetround.c: Likewise.
997         * sysdeps/generic/s_significand.c (__significand): Use __ilogb not
998         ilogb.
999         * sysdeps/generic/s_significandf.c (__significandf): Use __ilogbf
1000         not ilogbf.
1001         * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Use __sin and
1002         __cos, not sin and cos.
1003
1004 2005-07-07  Ulrich Drepper  <drepper@redhat.com>
1005
1006         * resolv/res_send.c (send_dg): Recognize referral results and
1007         treat them as server errors.
1008         Based on a patch by Jason Vas Dias <jvdias@redhat.com>.
1009
1010 2005-07-08  Carlos O'Donell  <carlos@systemhalted.org>
1011
1012         * sysdeps/hppa/setjmp.S (__sigsetjmp): Use %r1 not %r19.
1013
1014         * sysdeps/hppa/add_n.s (__mpn_add_n): Use sr0 or r0, not 0.
1015         * sysdeps/hppa/lshift.s (__mpn_lshift): Likewise.
1016         * sysdeps/hppa/rshift.s (__mpn_rshift): Likewise.
1017         * sysdeps/hppa/sub_n.s (__mpn_sub_n): Likewise.
1018         * sysdeps/hppa/udiv_qrnnd.s (__udiv_qrnnd): Likewise.
1019         * sysdeps/hppa/hppa1.1/udiv_qrnnd.s (__udiv_qrnnd): Likewise.
1020
1021 2005-07-07  Ulrich Drepper  <drepper@redhat.com>
1022
1023         * sysdeps/generic/s_ctanh.c (__ctanh): Handle case of zero den better.
1024         * sysdeps/generic/s_ctanhf.c (__ctanhf): Likewise.
1025         * sysdeps/generic/s_ctanhl.c (__ctanhl): Likewise.
1026         * sysdeps/generic/s_ctan.c (__ctan): Likewise.
1027         * sysdeps/generic/s_ctanf.c (__ctanf): Likewise.
1028         * sysdeps/generic/s_ctanl.c (__ctanl): Likewise.
1029
1030 2005-04-13  H.J. Lu  <hongjiu.lu@intel.com>
1031
1032         [BZ #974]
1033         * csu/elf-init.c (__preinit_array_start): Take int, char **, char **.
1034         (__preinit_array_end): Likewise.
1035         (__init_array_start): Likewise.
1036         (__init_array_end): Likewise.
1037         (__libc_csu_init): Take int argc, char **argv, char **envp.
1038         Call preinit_array and init_array with argc, argv, envp.
1039         * sysdeps/generic/libc-start.c (LIBC_START_MAIN): Remove
1040         INIT_MAIN_ARGS.
1041         * sysdeps/powerpc/elf/libc-start.c (INIT_MAIN_ARGS): Removed.
1042         * elf/Makefile (distribute): Add tst-array5.c, tst-array5-static.c,
1043         tst-array5dep.c, and tst-array5.exp.
1044         (tests): Add tst-array5.
1045         (tests-static): Add tst-array5-static.
1046         ($(objpfx)tst-array5): New target.
1047         ($(objpfx)tst-array5.out): Likewise.
1048         ($(objpfx)tst-array5-static.out): Likewise.
1049         * elf/tst-array5-static.c: New file.
1050         * elf/tst-array5-static.exp: Likewise.
1051         * elf/tst-array5.c: Likewise.
1052         * elf/tst-array5.exp: Likewise.
1053         * elf/tst-array5dep.c: Likewise.
1054
1055 2005-07-07  Ulrich Drepper  <drepper@redhat.com>
1056
1057         * sysdeps/unix/sysv/linux/bits/sched.h: Adjust clone prototype.
1058
1059 2005-07-05  Jakub Jelinek  <jakub@redhat.com>
1060
1061         * elf/stackguard-macros.h (STACK_CHK_GUARD): Fix s390/s390x definition.
1062         Reported by Ulrich Weigand <uweigand@de.ibm.com>.
1063
1064         * elf/stackguard-macros.h (STACK_CHK_GUARD): Add ia64 definition.
1065
1066 2005-07-06  Ulrich Drepper  <drepper@redhat.com>
1067
1068         * elf/dl-error.c (_dl_signal_error): When testing for executable
1069         being relocated, take into account that nothing might even be loaded.
1070
1071         * elf/dl-reloc.c [PROF] (_dl_relocate_object): Define
1072         consider_profiling always to zero.  Don't count of compiler to
1073         remove unreached if block.
1074         * sysdeps/x86_64/dl-trampoline.S [PROF] (_dl_runtime_profile):
1075         Don't compile.
1076         * sysdeps/i386/dl-trampoline.S [PROF] (_dl_runtime_profile): Likewise.
1077         * sysdeps/ia64/dl-trampoline.S [PROF] (_dl_runtime_profile): Likewise.
1078         * sysdeps/s390/s390-64/dl-trampoline.S [PROF] (_dl_runtime_profile):
1079         Likewise.
1080         * sysdeps/s390/s390-32/dl-trampoline.S [PROF] (_dl_runtime_profile):
1081         Likewise.
1082         * sysdeps/powerpc/powerpc64/dl-trampoline.S [PROF]
1083         (_dl_profile_resolve): Likewise.
1084         * sysdeps/powerpc/powerpc32/dl-trampoline.S [PROF]
1085         (_dl_profile_resolve): Likewise.
1086         * gmon/Makefile: Add rules to build and run tst-profile-static.
1087         * gmon/tst-profile-static.c: New file.
1088         * Makeconfig (+link-static): Allow passing program-specific flags.
1089
1090 2005-07-05  Thorsten Kukuk  <kukuk@suse.de>
1091
1092         [BZ #1111]
1093         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Check if NSS
1094         module provides getgrgid_r.
1095         (getgrnam_plusgroup): Preserve original return value.
1096         * nis/nss_compat/compat-pwd.c (getpwnam_plususer): Preserve
1097         original return value.
1098         * nis/nss_compat/compat-spwd.c (getspnam_plususer): Likewise.
1099
1100 2005-07-05  Ulrich Drepper  <drepper@redhat.com>
1101
1102         [BZ #1101]
1103         * posix/regex_internal.c (build_wcs_buffer): Use MB_LEN_MAX not
1104         MB_CUR_MAX.
1105         (build_wcs_upper_buffer): Likewise.
1106
1107         * csu/elf-init.c (__libc_csu_fini): Pretty printing.
1108
1109 2005-07-02  Roland McGrath  <roland@redhat.com>
1110
1111         * NEWS: Note LinuxThreads removal.
1112         * manual/install.texi (Installation): Don't mention linuxthreads.
1113         (Configuring and compiling): Don't use linuxthreads as example.
1114
1115         * sysdeps/unix/sysv/linux/configure.in: Check for nptl add-on only,
1116         not linuxthreads.
1117         * sysdeps/unix/sysv/linux/configure: Regenerated.
1118         * resolv/Depend: Add nptl.
1119         * rt/Depend: Likewise.
1120
1121         * linuxthreads, linuxthreads_db: Directories removed (preserved in
1122         ports repository).
1123
1124 2005-06-27  Jakub Jelinek  <jj@ultra.linux.cz>
1125
1126         [BZ #1037]
1127         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: -mv8 is deprecated,
1128         use -mcpu=v8.
1129
1130 2005-06-16  Jakub Jelinek  <jakub@redhat.com>
1131
1132         [BZ #1016]
1133         * sysdeps/ia64/strlen.S (strlen): Change l2 into a local label.
1134
1135 2005-06-23  Thorsten Kukuk  <kukuk@suse.de>
1136
1137         [BZ #1109]
1138         * nscd/nscd_stat.c (receive_print_stats): Replace YESSTR/NOSTR
1139         with own translation.
1140
1141 2005-06-25  Jakub Jelinek  <jakub@redhat.com>
1142
1143         [BZ #1097]
1144         * sunrpc/xdr.c (xdr_hyper, xdr_u_hyper): When decoding, cast
1145         t2 to uint32_t instead of ulong.
1146         * sunrpc/Makefile (tests): Add tst-xdrmem.
1147         * sunrpc/tst-xdrmem.c: New test.
1148
1149         * Versions.def (ld): Add GLIBC_2.4.
1150         * configure.in: Add --enable-stackguard-randomization option.
1151         (ENABLE_STACKGUARD_RANDOMIZE): New define.
1152         * config.h.in (ENABLE_STACKGUARD_RANDOMIZE): Add.
1153         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include stdint.h.
1154         (_dl_setup_stack_chk_guard): New inline function.
1155         * sysdeps/generic/dl-osinfo.h: Include stdint.h.
1156         (_dl_setup_stack_chk_guard): New inline function.
1157         * elf/rtld.c (__stack_chk_guard): New variable.
1158         (dl_main): Remove all traces of TLS_INIT_TP_EXPENSIVE.
1159         Set __stack_chk_guard to _dl_setup_stack_chk_guard (),
1160         use THREAD_SET_STACK_GUARD if defined.
1161         * elf/Versions (ld): Export __stack_chk_guard@@GLIBC_2.4.
1162         * sysdeps/generic/libc-start.c (__stack_chk_guard): New variable.
1163         (__libc_start_main): Set __stack_chk_guard to
1164         _dl_setup_stack_chk_guard (), use THREAD_SET_STACK_GUARD if defined.
1165         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Remove all
1166         traces of TLS_INIT_TP_EXPENSIVE.
1167         * debug/Versions (libc): Export __stack_chk_fail@@GLIBC_2.4.
1168         * debug/Makefile (routines): Add stack_chk_fail.
1169         (static-only-routines): Add stack_chk_fail_local.
1170         * debug/stack_chk_fail_local.c: New file.
1171         * debug/stack_chk_fail.c: New file.
1172         * elf/Makefile: Add rules to build and run tst-stackguard1{,-static}
1173         tests.
1174         * elf/tst-stackguard1.c: New file.
1175         * elf/tst-stackguard1-static.c: New file.
1176         * elf/stackguard-macros.h: New file.
1177
1178 2005-06-21  Ulrich Drepper  <drepper@redhat.com>
1179
1180         * resource/Makefile (tests): Add tst-getrlimit.
1181         * resource/tst-getrlimit.c: New file.
1182
1183         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTPRIO): Fix typo.
1184         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
1185         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
1186
1187 2005-06-20  Ulrich Drepper  <drepper@redhat.com>
1188
1189         * nscd/nscd.init: Get more in line with lsb3.
1190         * nscd/nscd.c: Adjust some error codes to fit in better with lsb3.
1191         * nscd/connections.c: Likewise.
1192
1193 2005-06-20  Jakub Jelinek  <jakub@redhat.com>
1194
1195         [BZ #653]
1196         * sysdeps/unix/sysv/linux/sys/quota.h: Add definitions and types for
1197         _LINUX_QUOTA_VERSION >= 2.
1198         (_LINUX_QUOTA_VERSION): Define if not yet defined.
1199
1200         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_NICE,
1201         RLIMIT_RTPRIO): Add.
1202         (RLIMIT_NLIMITS): Adjust.
1203         * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIMIT_NICE,
1204         RLIMIT_RTPRIO): Add.
1205         (RLIMIT_NLIMITS): Adjust.
1206         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_NICE,
1207         RLIMIT_RTPRIO): Add.
1208         (RLIMIT_NLIMITS): Adjust.
1209         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIMIT_NICE,
1210         RLIMIT_RTPRIO): Add.
1211         (RLIMIT_NLIMITS): Adjust.
1212
1213 2005-06-17  Ulrich Drepper  <drepper@redhat.com>
1214
1215         [BZ #1106]
1216         * time/mktime.c: Always include <string.h> for prototype of
1217         implicitly used memcpy.
1218
1219         [BZ #1104]
1220         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c
1221         (truncate64): Use __truncate, not truncate.
1222         (__have_no_truncate64): Renamed from have_no_truncate64.
1223         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c
1224         (__have_no_truncate64): Renamed from have_no_truncate64.
1225
1226         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ulps for complex
1227         float functions for gcc 4.
1228
1229 2005-06-10  Jakub Jelinek  <jakub@redhat.com>
1230
1231         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_runtime_setup):
1232         Handle prelinked libraries and binaries with new style PLT.
1233
1234 2005-06-07  Jakub Jelinek  <jakub@redhat.com>
1235
1236         * elf/elf.h (R_PPC_REL16, R_PPC_REL16_LO, R_PPC_REL16_HI,
1237         R_PPC_REL16_HA): Define.
1238
1239 2005-06-14  Alan Modra  <amodra@bigpond.net.au>
1240
1241         * config.h.in (HAVE_ASM_PPC_REL16): Add.
1242         * elf/elf.h (DT_PPC_GOT, DT_PPC_NUM): Define.
1243         * elf/tls-macros.h (PowerPC32): Include config.h.  Add variants of
1244         TLS_IE, TLS_LD and TLS_GD for new PLT/GOT layout.
1245         * sysdeps/powerpc/powerpc32/configure.in: New file,
1246         * sysdeps/powerpc/powerpc32/dl-dtprocnum.h: New file.
1247         * sysdeps/powerpc/powerpc32/dl-machine.h (DT_PPC): Define.
1248         (ppc_got): New inline function.
1249         (elf_machine_dynamic): Use ppc_got.  Add attribute const.
1250         (elf_machine_load_address): Add attribute const.  Don't use int vars.
1251         Use bcl rather than bl to save trashing branch target stack.  Use
1252         elf_machine_dynamic rather than duplicating code here.
1253         (elf_machine_runtime_setup): New inline function replacing define.
1254         Handle new PLT.
1255         (elf_machine_fixup_plt): Handle new PLT.
1256         (elf_machine_rela): Likewise.
1257         * sysdeps/powerpc/powerpc32/sysdep.h: Include config.h.
1258         (CALL_MCOUNT): Don't set up counter vars.
1259         * sysdeps/powerpc/powerpc32/ppc-mcount.S: Correct comment.
1260         * sysdeps/powerpc/powerpc32/elf/start.S (start_addressesp): Don't
1261         define when HAVE_ASM_PPC_REL16.
1262         (_start): Add HAVE_ASM_PPC_REL16 code.
1263         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Don't bl
1264         into the GOT when HAVE_ASM_PPC_REL16.
1265         * sysdeps/powerpc/powerpc32/memset.S (memset): Likewise.
1266         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Ditto.
1267         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S (__ceil): Likewise.
1268         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S (__ceilf): Likewise.
1269         * sysdeps/powerpc/powerpc32/fpu/s_floor.S (__floor): Likewise.
1270         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S (__floorf): Likewise.
1271         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Likewise.
1272         * sysdeps/powerpc/powerpc32/fpu/s_rint.S (__rint): Likewise.
1273         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S (__rintf): Likewise.
1274         * sysdeps/powerpc/powerpc32/fpu/s_round.S (__round): Likewise.
1275         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S (__roundf): Likewise.
1276         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S (__trunc): Likewise.
1277         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S (__truncf): Likewise.
1278         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp):
1279         Likewise.
1280         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S (__brk): Likewise.
1281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
1282         (__getcontext): Likewise.
1283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
1284         (__setcontext): Likewise.
1285         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
1286         (__swapcontext): Likewise.
1287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (stackblock):
1288         Comment.
1289         (__socket): Bomb if NARGS >= 7.  Invoke CGOTSETUP and CGOTRESTORE.
1290
1291 2005-06-17  Ulrich Drepper  <drepper@redhat.com>
1292
1293         [BZ #1106]
1294         * sysdeps/posix/sigignore.c: Include <string.h> to tell the compiler
1295         to use __GI_memset.
1296         * sysdeps/posix/signal.c: Likewise.
1297         * sysdeps/posix/sigset.c: Likewise.
1298         * sysdeps/posix/sysv_signal.c: Likewise.
1299         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
1300         * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
1301         * sysdeps/unix/sysv/linux/system.c: Likewise.
1302
1303 2005-06-15  Jakub Jelinek  <jakub@redhat.com>
1304
1305         [BZ #1088]
1306         * hesiod/hesiod.c (hesiod_init): Don't check for ctx->classes[0] == 0
1307         or both classes equal here.
1308         (parse_config_file): If both classes are equal, clear the second one.
1309
1310 2005-06-08  Karl Kelley  <kekelley@iastate.edu>
1311
1312         [BZ #1088]
1313         * hesiod/hesiod_p.h (struct hesiod_p): Add classes array.
1314         * hesiod/hesiod.c (hesiod_init): Initialize classes.  Fail if no
1315         valid classes were given or if both are equal.
1316         (hesiod_resolve): Use ctx->classes instead of hardcoded C_IN
1317         and C_HS order.
1318         (parse_config_file): Handle classes keyword.
1319         * hesiod/README.hesiod: Mention addition of the classes keyword.
1320
1321 2005-06-14  Ulrich Drepper  <drepper@redhat.com>
1322
1323         [BZ #1085]
1324         * configure.in: Add test for availability of libaudit.
1325         * config.h.in: Define HAVE_LIBAUDIT.
1326         * config.make.in: Define have-libaudit.
1327         * nscd/Makefile: If libaudit is available, link nscd with it.
1328         * nscd/selinux.c: If HAVE_LIBAUDIT is defined, log using libaudit.
1329         Patch by Steve Grubb <sgrubb@redhat.com>.
1330
1331         * debug/pread64_chk.c: Use __libc_pread64 instead of __pread64.
1332         * sysdeps/posix/posix_fallocate64.c: Likewise.
1333         * include/string.h: Use libc_hidden_proto for strnlen.
1334         * sysdeps/generic/strnlen.c: Add libc_hidden_def.
1335         * include/libintl.h: Use libc_hidden_proto for __dcgettext.
1336         * intl/dcgettext.c: Add libc_hidden_def.
1337         * include/execinfo.h: Add libc_hidden_proto for __backtrace and
1338         __backtrace_symbols_fd.
1339         * sysdeps/generic/backtrace.c: Add libc_hidden_def.
1340         * sysdeps/generic/backtracesymsfd.c: Likewise.
1341         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
1342         * sysdeps/i386/backtrace.c: Likewise.
1343         * sysdeps/ia64/backtrace.c: Likewise.
1344         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
1345         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
1346         * sysdeps/s390/s390-32/backtrace.c: Likewise.
1347         * sysdeps/s390/s390-64/backtrace.c: Likewise.
1348
1349 2005-06-13  Ulrich Drepper  <drepper@redhat.com>
1350
1351         * sysdeps/unix/clock_gettime.c (clock_gettime): Implement case
1352         where HANDLED_REALTIME is not defined.  [BZ #966]
1353
1354 2005-06-13  Jakub Jelinek  <jakub@redhat.com>
1355
1356         [BZ #1096]
1357         * sysdeps/unix/sysv/linux/netlinkaccess.h (__netlink_sendreq,
1358         __netlink_receive): Remove prototypes.
1359         (__netlink_request): New prototype.
1360         * sysdeps/unix/sysv/linux/ifaddrs.c: Include <alloca.h> and
1361         <stdint.h>.
1362         (__netlink_sendreq): Make static.
1363         (__netlink_receive): Rename to...
1364         (__netlink_request): ... this.  Add type argument, call
1365         __netlink_sendreq.  If MSG_TRUNC is set after recvmsg, retry
1366         with a bigger buffer.  Don't record buffers that contain no
1367         messages we are expecting.
1368         (getifaddrs): Use __netlink_request instead of __netlink_sendreq
1369         and __netlink_receive pairs.  Formatting.
1370         * sysdeps/unix/sysv/linux/if_index.c (if_nameindex_netlink): Use
1371         __netlink_request instead of __netlink_sendreq and __netlink_receive
1372         pair.
1373
1374 2005-06-13  Thorsten Kukuk  <kukuk@suse.de>
1375
1376         * sysdeps/unix/sysv/linux/netinet/if_tr.h: Don't include kernel
1377         headers, instead copy important structs/defines.
1378
1379 2005-06-13  Jakub Jelinek  <jakub@redhat.com>
1380
1381         * elf/rtld.c (dl_main): Move DT_DEBUG setup before first
1382         _dl_debug_state call.
1383
1384 2005-06-12  Ulrich Drepper  <drepper@redhat.com>
1385
1386         * elf/dl-error.c (_dl_signal_error): Store information about use of
1387         real malloc in the catch object.
1388         (_dl_catch_error): Forward information about malloc use to caller
1389         in new parameter.
1390         (_dl_out_of_memory): Make static.
1391         * elf/dl-deps.c: Adjust callers of _dl_catch_error.
1392         * elf/dl-libc.c: Likewise.
1393         * elf/dl-open.c: Likewise.
1394         * elf/rtld.c: Likewise.
1395         Add new --audit option.
1396         * sysdeps/generic/ldsodefs.h: Remove _dl_out_of_memory declaration.
1397         (rtld_global_ro._dl_signal_error): Add new parameter.
1398         * include/dlfcn.h (_dl_catch_error): Add new parameter.
1399         * dlfcn/dlfcn.c (_dlerror_run): Pass additional parameter to
1400         _dl_catch_error.  Only free if the returned newly value says so.
1401
1402 2005-06-01  Roland McGrath  <roland@redhat.com>
1403
1404         [BZ #959]
1405         * posix/tst-mmap.c (main): Fill the test file with enough data for the
1406         page size.
1407
1408 2005-05-30  Jakub Jelinek  <jakub@redhat.com>
1409
1410         * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): If
1411         GLRO(dl_osversion) has been already set to a value smaller than
1412         _dl_discover_osversion (), don't overwrite it here.
1413
1414 2005-05-24  Thomas Schwinge  <schwinge@nic-nac-project.de>
1415
1416         * sysdeps/mach/i386/syscall.S (syscall): Call END.
1417
1418 2005-05-28  Richard Henderson  <rth@redhat.com>
1419
1420         * elf/elf.h (DT_ALPHA_PLTRO, DT_ALPHA_NUM): New.
1421         * sysdeps/alpha/dl-dtprocnum.h: New file.
1422         * sysdeps/alpha/dl-machine.h (DT_ALPHA): New.
1423         (elf_machine_load_address): Simplify to rely on gprel relocations.
1424         (elf_machine_runtime_setup): Handle DT_ALPHA_PLTRO plt format.
1425         Remove thread safety workaround for binutils 2.6.
1426         (elf_machine_fixup_plt): Handle DT_ALPHA_PLTRO plt format.
1427         * sysdeps/alpha/dl-trampoline.S (_dl_runtime_resolve_new): New.
1428         (_dl_runtime_profile_new): New.
1429         (_dl_runtime_resolve_old): Rename from _dl_runtime_resolve.
1430         (_dl_runtime_profile_old): Rename from _dl_runtime_profile.  Fix
1431         typo in _dl_call_pltexit argument loading.
1432
1433         * sysdeps/alpha/div_libc.h (funcnoplt): New.
1434         * sysdeps/alpha/divl.S: Use it.
1435         * sysdeps/alpha/divq.S: Likewise
1436         * sysdeps/alpha/divqu.S: Likewise.
1437         * sysdeps/alpha/reml.S: Likewise.
1438         * sysdeps/alpha/remq.S: Likewise.
1439         * sysdeps/alpha/remqu.S: Likewise.
1440
1441 2005-05-26  Andreas Schwab  <schwab@suse.de>
1442
1443         * locale/Makefile (CFLAGS-loadlocale.c): Don't define.
1444
1445 2005-05-26  Ulrich Drepper  <drepper@redhat.com>
1446
1447         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_DIRECT): Fix value.
1448         Reported by Colin Gibbs <colin@gibbsonline.net>.  [BZ #954]
1449
1450 2005-05-17  Alan Modra  <amodra@bigpond.net.au>
1451
1452         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Corrent
1453         _dl_hwcap access in PIC && !SHARED case.
1454         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1455
1456 2005-05-25  Dwayne Grant McConnell  <dgm69@us.ibm.com>
1457
1458         * gmon/gmon.c: Add space in weak_alias use.
1459         * linuxthreads/sysdeps/unix/sysv/linux/mips/vfork.S: Likewise.
1460         * sysdeps/alpha/htonl.S: Likewise.
1461         * sysdeps/alpha/htons.S: Likewise.
1462         * sysdeps/alpha/elf/start.S: Likewise.
1463         * sysdeps/i386/i386-mcount.S: Likewise.
1464         * sysdeps/ia64/strchr.S: Likewise.
1465         * sysdeps/ia64/fpu/e_lgamma_r.c: Likewise.
1466         * sysdeps/ia64/fpu/e_lgamma_r.c: Likewise.
1467         * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
1468         * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
1469         * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
1470         * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
1471         * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
1472         * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
1473         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
1474         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
1475         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
1476         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
1477         * sysdeps/mach/hurd/readdir64_r.c: Likewise.
1478         * sysdeps/mach/hurd/sigaltstack.c: Likewise.
1479         * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
1480         * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
1481         * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
1482         * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
1483         * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
1484         * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
1485         * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
1486         * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
1487         * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
1488         * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
1489         * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
1490         * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
1491         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1492         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1493         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1494         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1495         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1496         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1497         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
1498         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
1499         * sysdeps/sparc/sparc32/memset.S: Likewise.
1500         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
1501         * sysdeps/sparc/sparc32/strchr.S: Likewise.
1502         * sysdeps/sparc/sparc32/strchr.S: Likewise.
1503         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
1504         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
1505         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
1506         * sysdeps/sparc/sparc64/memset.S: Likewise.
1507         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
1508         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
1509         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
1510         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
1511         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
1512         * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise.
1513         * sysdeps/unix/sysv/linux/alpha/getcontext.S: Likewise.
1514         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
1515         * sysdeps/unix/sysv/linux/alpha/setcontext.S: Likewise.
1516         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Likewise.
1517         * sysdeps/unix/sysv/linux/alpha/swapcontext.S: Likewise.
1518         * sysdeps/unix/sysv/linux/alpha/syscall.S: Likewise.
1519         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
1520         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
1521         * sysdeps/unix/sysv/linux/hppa/clone.S: Likewise.
1522         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
1523         * sysdeps/unix/sysv/linux/i386/makecontext.S: Likewise.
1524         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
1525         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
1526         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Likewise.
1527         * sysdeps/unix/sysv/linux/ia64/setcontext.S: Likewise.
1528         * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
1529         * sysdeps/unix/sysv/linux/mips/vfork.S: Likewise.
1530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
1531         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
1532         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
1533         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
1534         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
1535         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
1536         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
1537         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Likewise.
1538         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
1539         * sysdeps/unix/sysv/linux/sparc/sparc64/getcontext.S: Likewise.
1540         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Likewise.
1541         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Likewise.
1542         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Likewise.
1543         * sysdeps/unix/sysv/linux/wordsize-64/getdents.c: Likewise.
1544         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
1545         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: Likewise.
1546         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
1547         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
1548         * sysdeps/x86_64/_mcount.S: Likewise.
1549
1550 2005-05-24  Roland McGrath  <roland@redhat.com>
1551
1552         * sysdeps/unix/sysv/linux/i386/sysdep.h
1553         (SETUP_PIC_REG, LOAD_PIC_REG): Move these macros ...
1554         * sysdeps/i386/sysdep.h [PIC]: ... to here.
1555
1556 2005-05-23  Roland McGrath  <roland@redhat.com>
1557
1558         * sysdeps/arm, sysdeps/unix/arm, sysdeps/unix/sysv/linux/arm:
1559         Subdirectories moved to ports repository.
1560         * configure.in (base_machine): Remove arm* and thumb* patterns.
1561         * shlib-versions (arm.*-.*-linux.*): Remove this pattern.
1562
1563 2005-05-23  Ulrich Drepper  <drepper@redhat.com>
1564
1565         [BZ #1086]
1566         * sunrpc/bindrsvprt.c (LOWPORT): Apparently some mountd
1567         implementations are broken and don't accept ports < 512.
1568
1569 2005-05-22  Dmitry V. Levin  <ldv@altlinux.org>
1570
1571         [BZ #961]
1572         * io/sys/sendfile.h: Remove __nonnull from sendfile and sendfile64
1573         declarations.
1574
1575 2005-05-23  Ulrich Drepper  <drepper@redhat.com>
1576
1577         [BZ #1086]
1578         * sunrpc/pm_getport.c (__get_socket): New function.
1579         (pmap_getport): Use it to open a non-reserved socket to the portmapper
1580         for TCP.
1581         * include/rpc/pmap_clnt.h (__get_socket): Declare.
1582         * sunrpc/pm_getmaps.c (pmap_getmaps): Use __get_socket to get an
1583         non-reserved socket for the portmapper.
1584         Based on a patch by Steve Dickson <steved@redhat.com>.
1585
1586         [BZ #1086]
1587         * sunrpc/bindrsvprt.c (bindresvport): Try harder to find a port.
1588         If we tried looking at the usual range without success extend the
1589         range to even lower ports.
1590
1591         * sysdeps/unix/clock_gettime.c (clock_gettime): Revert last patch.
1592
1593 2005-05-22  Andreas Schwab  <schwab@suse.de>
1594
1595         * elf/rtld.c: Include <dl-osinfo.h>.
1596
1597 2005-05-17  Alan Modra  <amodra@bigpond.net.au>
1598
1599         * sysdeps/powerpc/powerpc32/sysdep.h (PSEUDO_RET): Don't use
1600         JUMPTARGET.  Instead append @local to __syscall_error.
1601         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Delete all occurrences
1602         of JUMPTARGET.  Instead append @local to labels.
1603         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
1604         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1605         * sysdeps/powerpc/powerpc32/ppc-mcount.S: Likewise.
1606         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1607         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
1608         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
1609         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
1610         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Likewise.
1611         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
1612         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
1613         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
1614
1615         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Use float constants.
1616         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
1617         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Likewise.
1618         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
1619         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.  Use one GOT
1620         slot to access both constants.
1621         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
1622         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
1623
1624         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S (TWO52.0): Delete.
1625         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S (TWO23.0): Delete.
1626         * sysdeps/powerpc/powerpc32/fpu/s_floor.S (TWO52.0): Delete.
1627         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S (TWO23.0): Delete.
1628         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Comment typo.
1629         (NEGZERO.0, POINTFIVE.0): Delete.
1630         * sysdeps/powerpc/powerpc32/fpu/s_rint.S (TWO52.0): Delete.
1631         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S (TWO23.0): Delete.
1632         * sysdeps/powerpc/powerpc32/fpu/s_round.S (__round): Code in .text.
1633         (TWO52.0, POINTFIVE.0): Delete.
1634         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S (__roundf): Code in .text.
1635         (TWO23.0, POINTFIVE.0): Delete.
1636         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S (__trunc): Code in .text.
1637         (TWO52.0): Delete.
1638         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S (__truncf): Code in .text.
1639         (TWO23.0): Delete.
1640         * sysdeps/powerpc/powerpc32/memset.S (memset): Formatting.
1641
1642 2005-05-19  Richard Henderson  <rth@redhat.com>
1643
1644         * sysdeps/unix/clock_gettime.c (clock_gettime): Fix typo around
1645         CLOCK_REALTIME.
1646
1647         * sysdeps/ia64/bits/atomic.h (__arch_compare_and_exchange_bool_32_acq,
1648         __arch_compare_and_exchange_bool_64_acq,
1649         __arch_compare_and_exchange_val_32_acq,
1650         __arch_compare_and_exchange_val_64_acq, atomic_exchange_and_add):
1651         Use __sync builtin without _si or _di suffix.
1652
1653 2005-05-19  Jakub Jelinek  <jakub@redhat.com>
1654
1655         [BZ #955]
1656         * iconvdata/ibm939.c (BODY): Avoid segfaults with input characters
1657         <UFFFF> and above.
1658
1659 2005-05-17  Andreas Schwab  <schwab@suse.de>
1660
1661         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
1662         (clock_getcpuclockid): Always return a defined value.
1663
1664 2005-05-17  Neal H. Walfield  <neal@gnu.org>
1665
1666         * sysdeps/posix/getaddrinfo.c (gaih_local): Check [_HAVE_SA_LEN]
1667         instead of [SALEN].
1668         (gaih_inet): Likewise.
1669
1670 2005-05-11  Ulrich Drepper  <drepper@redhat.com>
1671
1672         * elf/elf.h (Elf32_auxv_t): Make cross-compile safe.
1673         (Elf64_auxv_t): Likewise.
1674         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Adjust for
1675         removal of a_ptr element in ElfXX_auxv_t.
1676         * elf/dl-support.c (_dl_aux_init): Likewise.
1677
1678 2005-05-09  Daniel Jacobowitz  <dan@codesourcery.com>
1679
1680         * sysdeps/unix/sysv/linux/clock_getres.c: Include <time.h>.
1681         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
1682
1683 2005-05-09  Alan Modra  <amodra@bigpond.net.au>
1684
1685         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
1686         .pushsection/.popsection in place of .section/.previous.
1687
1688 2005-05-08  Ulrich Drepper  <drepper@redhat.com>
1689
1690         * MakeTAGS: Make xgettext not look into test cases.
1691
1692         * MakeTAGS: Make sure translations in error calls are marked with
1693         c-format by xgettext.
1694
1695 2005-05-07  Ulrich Drepper  <drepper@redhat.com>
1696
1697         * intl/libintl.h: Always use __attribute_format_arg__ for gettext
1698         functions since gcc sometimes forgets the attribute for the
1699         standard functions.
1700
1701 2005-05-06  Jakub Jelinek  <jakub@redhat.com>
1702
1703         [BZ #934]
1704         * posix/regex_internal.h: Include bits/libc-lock.h or define dummy
1705         __libc_lock_* macros if not _LIBC.
1706         (struct re_dfa_t): Add lock.
1707         * posix/regcomp.c (re_compile_internal): Add __libc_lock_init.
1708         * posix/regexec.c (regexec, re_search_stub): Add locking.
1709
1710 2005-05-04  Jakub Jelinek  <jakub@redhat.com>
1711
1712         * intl/Makefile (tst-gettext[45].out): Pass also $(run-program-prefix)
1713         as argument to the scripts.
1714         * intl/tst-gettext2.sh: Use mkdir -p instead of test -d + mkdir.
1715         * intl/tst-gettext4.sh: Likewise.  Use run_program_prefix argument.
1716         * intl/tst-gettext5.sh: Likewise.
1717
1718         * intl/tst-translit.sh: Add mkdir -p.
1719
1720         * sysdeps/unix/sysv/linux/i386/sysdep.h (SETUP_PIC_REG): Use
1721         .ifndef/.endif to allow use of this macro more than once per .S
1722         file.
1723         (LOAD_PIC_REG): New macro.
1724         * sysdeps/unix/sysv/linux/i386/makecontext.S: Add call frame
1725         information.
1726         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
1727         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
1728         * sysdeps/i386/fpu/s_asinh.S: Use LOAD_PIC_REG macro.  Add call frame
1729         information.
1730         * sysdeps/i386/fpu/e_log10f.S: Likewise.
1731         * sysdeps/i386/fpu/s_expm1.S: Likewise.
1732         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
1733         * sysdeps/i386/fpu/e_log2l.S: Likewise.
1734         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
1735         * sysdeps/i386/fpu/s_lrint.S: Likewise.
1736         * sysdeps/i386/fpu/s_llrint.S: Likewise.
1737         * sysdeps/i386/fpu/s_ilogbf.S: Likewise.
1738         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
1739         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
1740         * sysdeps/i386/fpu/e_log.S: Likewise.
1741         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
1742         * sysdeps/i386/fpu/s_lrintl.S: Likewise.
1743         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
1744         * sysdeps/i386/fpu/e_scalb.S: Likewise.
1745         * sysdeps/i386/fpu/s_log1p.S: Likewise.
1746         * sysdeps/i386/fpu/s_nearbyintl.S: Likewise.
1747         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
1748         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
1749         * sysdeps/i386/fpu/s_nearbyintf.S: Likewise.
1750         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
1751         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
1752         * sysdeps/i386/fpu/s_lrintf.S: Likewise.
1753         * sysdeps/i386/fpu/e_acosh.S: Likewise.
1754         * sysdeps/i386/fpu/s_cexp.S: Likewise.
1755         * sysdeps/i386/fpu/s_ilogbl.S: Likewise.
1756         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
1757         * sysdeps/i386/fpu/e_powl.S: Likewise.
1758         * sysdeps/i386/fpu/e_powf.S: Likewise.
1759         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
1760         * sysdeps/i386/fpu/e_logl.S: Likewise.
1761         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
1762         * sysdeps/i386/fpu/s_frexp.S: Likewise.
1763         * sysdeps/i386/fpu/e_pow.S: Likewise.
1764         * sysdeps/i386/fpu/e_logf.S: Likewise.
1765         * sysdeps/i386/fpu/e_log2.S: Likewise.
1766         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
1767         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
1768         * sysdeps/i386/fpu/s_llrintf.S: Likewise.
1769         * sysdeps/i386/fpu/s_ilogb.S: Likewise.
1770         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
1771         * sysdeps/i386/fpu/e_atanh.S: Likewise.
1772         * sysdeps/i386/fpu/e_log10.S: Likewise.
1773         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
1774         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
1775         * sysdeps/i386/fpu/s_llrintl.S: Likewise.
1776         * sysdeps/i386/fpu/e_log10l.S: Likewise.
1777         * sysdeps/i386/fpu/s_nearbyint.S: Likewise.
1778         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
1779         * sysdeps/i386/fpu/e_log2f.S: Likewise.
1780         * sysdeps/i386/addmul_1.S: Various fixes to cfi handling.
1781         * sysdeps/i386/mul_1.S: Likewise.
1782         * sysdeps/i386/strtok.S: Likewise.
1783         * sysdeps/i386/sub_n.S: Likewise.
1784         * sysdeps/i386/submul_1.S: Likewise.
1785         * sysdeps/i386/i586/addmul_1.S: Likewise.
1786         * sysdeps/i386/i586/memcpy.S: Likewise.
1787         * sysdeps/i386/i586/mul_1.S: Likewise.
1788         * sysdeps/i386/i586/rshift.S: Likewise.
1789         * sysdeps/i386/i586/sub_n.S: Likewise.
1790         * sysdeps/i386/i586/submul_1.S: Likewise.
1791         * sysdeps/i386/i686/memcmp.S: Likewise.
1792         * sysdeps/i386/i686/memmove.S: Likewise.
1793         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
1794         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
1795         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
1796         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
1797
1798 2005-05-03  Ulrich Drepper  <drepper@redhat.com>
1799
1800         * sysdeps/i386/add_n.S: Add call frame information.
1801         * sysdeps/i386/addmul_1.S: Likewise.
1802         * sysdeps/i386/bsd-setjmp.S: Likewise.
1803         * sysdeps/i386/lshift.S: Likewise.
1804         * sysdeps/i386/memchr.S: Likewise.
1805         * sysdeps/i386/memcmp.S: Likewise.
1806         * sysdeps/i386/mul_1.S: Likewise.
1807         * sysdeps/i386/rawmemchr.S: Likewise.
1808         * sysdeps/i386/rshift.S: Likewise.
1809         * sysdeps/i386/stpncpy.S: Likewise.
1810         * sysdeps/i386/strchr.S: Likewise.
1811         * sysdeps/i386/strchrnul.S: Likewise.
1812         * sysdeps/i386/strcspn.S: Likewise.
1813         * sysdeps/i386/strpbrk.S: Likewise.
1814         * sysdeps/i386/strrchr.S: Likewise.
1815         * sysdeps/i386/strspn.S: Likewise.
1816         * sysdeps/i386/strtok.S: Likewise.
1817         * sysdeps/i386/sub_n.S: Likewise.
1818         * sysdeps/i386/submul_1.S: Likewise.
1819         * sysdeps/i386/elf/bsd-setjmp.S: Likewise.
1820         * sysdeps/i386/i486/strcat.S: Likewise.
1821         * sysdeps/i386/i586/add_n.S: Likewise.
1822         * sysdeps/i386/i586/addmul_1.S: Likewise.
1823         * sysdeps/i386/i586/lshift.S: Likewise.
1824         * sysdeps/i386/i586/memcpy.S: Likewise.
1825         * sysdeps/i386/i586/memset.S: Likewise.
1826         * sysdeps/i386/i586/mul_1.S: Likewise.
1827         * sysdeps/i386/i586/rshift.S: Likewise.
1828         * sysdeps/i386/i586/strchr.S: Likewise.
1829         * sysdeps/i386/i586/strcpy.S: Likewise.
1830         * sysdeps/i386/i586/sub_n.S: Likewise.
1831         * sysdeps/i386/i586/submul_1.S: Likewise.
1832         * sysdeps/i386/i686/add_n.S: Likewise.
1833         * sysdeps/i386/i686/memcmp.S: Likewise.
1834         * sysdeps/i386/i686/memmove.S: Likewise.
1835         * sysdeps/i386/i686/mempcpy.S: Likewise.
1836         * sysdeps/i386/i686/memset.S: Likewise.
1837         * sysdeps/i386/i686/strtok.S: Likewise.
1838         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
1839         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
1840         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
1841         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Likewise.
1842         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
1843         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
1844
1845         * sysdeps/i386/fpu/libm-test-ulps: Adjust for gcc 4.
1846
1847         * sysdeps/unix/sysv/linux/kernel-features.h: waitid is available
1848         on ppc in 2.6.12.
1849
1850 2005-04-29  Jakub Jelinek  <jakub@redhat.com>
1851
1852         [BZ #1083]
1853         * sysdeps/posix/posix_fallocate.c (posix_fallocate): If len == 0,
1854         call ftruncate if offset is bigger than current size.  Make sure
1855         the file is offset + len bytes long if that is more than current size.
1856         Don't overwrite previous content of the file.
1857         * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
1858         Likewise.
1859
1860 2005-05-02  Roland McGrath  <roland@redhat.com>
1861
1862         [BZ #924]
1863         * crypt/md5.c [! HAVE_MEMCPY] (memcpy): Yield proper expression value.
1864
1865 2005-04-29  Roland McGrath  <roland@redhat.com>
1866
1867         * timezone/africa: Update from tzdata2005i.
1868         * timezone/asia: Likewise.
1869         * timezone/northamerica: Likewise.
1870         * timezone/yearistype: Likewise.
1871
1872         * sysdeps/i386/sysdep.h (CALL_MCOUNT): Fix typo in last change.
1873
1874 2005-04-29  Ulrich Drepper  <drepper@redhat.com>
1875
1876         [BZ #1093]
1877         * nis/nis_table.c: Fix realloc handling.
1878         * nis/nis_removemember.c: Likewise.
1879
1880 2005-04-28  Ulrich Drepper  <drepper@redhat.com>
1881
1882         [BZ #798]
1883         * nscd/Makefile: Help losers who use --with-headers.
1884
1885 2005-04-28  Roland McGrath  <roland@redhat.com>
1886
1887         [BZ #796]
1888         * sysdeps/unix/sysv/linux/dl-sysdep.h: New file.
1889         Define NEED_DL_SYSINFO_DSO for all platforms.
1890
1891         * sysdeps/generic/dl-sysdep.h: Remove multiple inclusion protection.
1892         * sysdeps/alpha/dl-sysdep.h: Likewise.
1893         Use #include_next instead of duplicating generic file's contents.
1894         * sysdeps/ia64/dl-sysdep.h: Likewise.
1895         * sysdeps/sparc/dl-sysdep.h: Likewise.
1896
1897 2005-03-22  Steven Munroe  <sjmunroe@us.ibm.com>
1898
1899         * sysdeps/powerpc/powerpc64/memset.S (memset): Make ___memset local.
1900
1901 2005-03-07  Steven Munroe  <sjmunroe@us.ibm.com>
1902
1903         [BZ #781]
1904         * sysdeps/unix/sysv/linux/kernel-features.h
1905         (__ASSUME_TGKILL): Define for powerpc32/64 starting with 2.6.1.
1906         (__ASSUME_UTIMES): Define for powerpc32/64 starting with 2.6.1.
1907         (__ASSUME_FADVISE64_64_SYSCALL): Define for powerpc32 only starting
1908         with 2.6.1.
1909         (__ASSUME_WAITID_SYSCALL): Don't define for powerpc32/64.
1910
1911 2005-04-28  Ulrich Drepper  <drepper@redhat.com>
1912
1913         * sysdeps/i386/sysdep.h: Add cfi instrumentation to asm fragments.
1914         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1915         * sysdeps/unix/sysv/linux/i386/socket.S: Remove now duplicate
1916         cfi_startproc and cfi_endproc.
1917
1918         * configure.in: Remove ultrasparc names.
1919
1920         * sysdeps/i386/i686/memcmp.S: Move misplaced END.
1921
1922 2005-03-27  Bruno Haible  <bruno@clisp.org>
1923
1924         Make it possible for multiple threads to use gettext() in different
1925         locales.
1926         * intl/dcigettext.c (HAVE_PER_THREAD_LOCALE): New macro.
1927         (struct known_translation_t): If HAVE_PER_THREAD_LOCALE, add localename
1928         field.
1929         (transcmp): If HAVE_PER_THREAD_LOCALE, compare localename fields.
1930         (DCIGETTEXT): If HAVE_PER_THREAD_LOCALE, fill the localename field in
1931         search and newp.
1932
1933         * intl/tst-gettext4.c: New file.
1934         * intl/tst-gettext4.sh: New file.
1935         * intl/tst-gettext4-de.po: New file.
1936         * intl/tst-gettext4-fr.po: New file.
1937         * intl/tst-gettext5.c: New file.
1938         * intl/tst-gettext5.sh: New file.
1939         * intl/Makefile (distribute): Add tst-gettext4.sh, tst-gettext4-de.po,
1940         tst-gettext4-fr.po, tst-gettext5.sh.
1941         (multithread-test-srcs): New variable.
1942         (test-srcs): Add its contents.
1943         (tests): Depend on tst-gettext4.out, tst-gettext5.out.
1944         (tst-gettext4.out, tst-gettext5.out): New rules.
1945         (CFLAGS-tst-gettext4.c, CFLAGS-tst-gettext5.c): New variables.
1946         Add rule for linking the multithread-test-srcs with the appropriate
1947         thread-library.
1948
1949 2005-04-28  Ulrich Drepper  <drepper@redhat.com>
1950
1951         * po/rw.po: New file.  From translation team.
1952
1953         * scripts/config.guess: Update from upstream.
1954         * scripts/config.sub: Likewise.
1955
1956 2005-04-27  Ulrich Drepper  <drepper@redhat.com>
1957
1958         [BZ #1094]
1959         * nscd/connections.c (nscd_run): Use time() value in prune_cache
1960         call, not timeout value, since the latter might be from another clock.
1961
1962 2005-04-27  Roland McGrath  <roland@redhat.com>
1963
1964         [BZ #877]
1965         * posix/unistd.h: Remove __nonnull from acct decl.
1966
1967         * rt/tst-cpuclock1.c: New file.
1968         * rt/tst-cpuclock2.c: New file.
1969         * rt/tst-cputimer1.c: New file.
1970         * rt/tst-cputimer2.c: New file.
1971         * rt/tst-cputimer3.c: New file.
1972         * rt/Makefile (tests): Add them.
1973
1974         * sysdeps/unix/sysv/linux/kernel-posix-cpu-timers.h: New file.
1975         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: New file.
1976         * sysdeps/unix/sysv/linux/ia64/clock_getcpuclockid.c
1977         (HAS_CPUCLOCK): New macro.
1978         (clock_getcpuclockid): Function removed.
1979         #include the new linux file to define it instead.
1980         * sysdeps/unix/clock_gettime.c [HP_TIMING_AVAIL] (hp_timing_gettime):
1981         New function, broken out of ...
1982         (clock_gettime) [HP_TIMING_AVAIL]: ... here.  Call it.
1983         (realtime_gettime): New function, broken out of ...
1984         (clock_gettime) [! HANDLED_REALTIME]: ... here.  Call it.
1985         (clock_gettime) [SYSDEP_GETTIME_CPU]: Use new macro in default case.
1986         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): New macro.
1987         (SYSDEP_GETTIME_CPUTIME): New macro.
1988         (SYSDEP_GETTIME): Use both.
1989         [! __ASSUME_POSIX_TIMERS] (maybe_syscall_gettime): New function, broken
1990         out of ...
1991         (SYSDEP_GETTIME): ... here.  Use it.
1992         [__NR_clock_gettime] (HANDLED_CPUTIME): Define it.
1993         (SYSDEP_GETTIME_CPUTIME): New macro.  Handle CPU timers by trying
1994         kernel support and falling back to hp-timing code.
1995         * sysdeps/posix/clock_getres.c
1996         [HP_TIMING_AVAIL] (hp_timing_getres): New function, broken out of ...
1997         (clock_getres) [HP_TIMING_AVAIL]: ... here.  Call it.
1998         (realtime_getres): New function, broken out of ...
1999         (clock_getres) [! HANDLED_REALTIME]: ... here.  Call it.
2000         (clock_getres) [SYSDEP_GETRES_CPU]: Use new macro in default case.
2001         * sysdeps/unix/sysv/linux/clock_getres.c (SYSCALL_GETRES): New macro.
2002         (SYSDEP_GETRES_CPUTIME): New macro.
2003         (SYSDEP_GETRES): Use both.
2004         [! __ASSUME_POSIX_TIMERS] (maybe_syscall_getres): New function, broken
2005         out of ...
2006         (SYSDEP_GETRES): ... here.  Use it.
2007         [__NR_clock_getres] (HANDLED_CPUTIME): Define it.
2008         (SYSDEP_GETRES_CPUTIME): New macro.  Handle CPU timers by trying
2009         kernel support and falling back to hp-timing code.
2010         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Handle
2011         CLOCK_PROCESS_CPUTIME_ID and CLOCK_PROCESS_THREAD_ID specially,
2012         translating to the kernel clockid_t for our own process/thread clock.
2013
2014 2005-04-27  Ulrich Drepper  <drepper@redhat.com>
2015
2016         * stdlib/test-canon.c: Make doesExist a directory and add more tests
2017         for the new error case.
2018
2019 2004-06-02  Dmitry V. Levin  <ldv@altlinux.org>
2020             Ranjani Murthy <ranmur@gmail.com>
2021
2022         * stdlib/canonicalize.c (__realpath): Change realpath(3) to
2023         return NULL and set errno to ENOTDIR for such pathnames like
2024         "/path/to/existing-non-directory/".
2025
2026 2005-04-26  Ulrich Drepper  <drepper@redhat.com>
2027
2028         [BZ #1105]
2029         * time/strptime_l.c (__strptime_internal): Handle 'z' to set
2030         tm_gmtoff.
2031         * time/Makefile (tests): Add tst-strptime2.
2032         * time/tst-strptime2.c: New file.
2033
2034 2005-04-26  Jakub Jelinek  <jakub@redhat.com>
2035
2036         [BZ #1081]
2037         * elf/dl-close.c: Include stddef.h.
2038         (_dl_close): If called recursively, just remember GC needs to be rerun
2039         and decrease l_direct_opencount.  Avoid GC if l_direct_opencount
2040         decreased to 1.  Rerun GC at the end if any destructor unloaded some
2041         additional libraries.
2042         * elf/Makefile: Add rules to build and run unload6 test.
2043         * elf/unload6.c: New test.
2044         * elf/unload6mod1.c: New file.
2045         * elf/unload6mod2.c: New file.
2046         * elf/unload6mod3.c: New file.
2047
2048         * malloc/hooks.c (mem2chunk_check): Add magic_p argument, set *magic_p
2049         if magic_p is not NULL.
2050         (top_check): Invoke MALLOC_FAILURE_ACTION if MORECORE failed.
2051         (malloc_check): Fail if sz == -1.
2052         (free_check): Adjust mem2chunk_check caller.
2053         (realloc_check): Likewise.  Fail if bytes == -1.  If bytes == 0 and
2054         oldmem != NULL, call free_check and return NULL.  If reallocating
2055         and returning NULL, invert magic byte again to make oldmem valid
2056         region for further checking.
2057         (memalign_check): Fail if bytes == -1.
2058         * malloc/Makefile: Add rules to build and run tst-mcheck.
2059         * malloc/tst-mcheck.c: New test.
2060
2061 2005-04-26  Ulrich Drepper  <drepper@redhat.com>
2062
2063         [BZ #1110]
2064         * stdio-common/vfscanf.c: Correctly account for characters of
2065         decimal points right after +-.
2066
2067 2005-04-26  Roland McGrath  <roland@redhat.com>
2068
2069         * elf/rtld-Rules (rtld-all): Test ifndef rtld-modules instead of
2070         ifeq ($(subdir),elf) to distinguish main driver from subdir runs.
2071
2072 2005-04-25  Roland McGrath  <roland@redhat.com>
2073
2074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
2075         (INTERNAL_SYSCALL_ERROR_P): Fix typo in last change.
2076
2077         * sunrpc/xdr.c (xdr_u_int): Use `long' for L and cast where needed.
2078
2079         * elf/dl-load.c: Revert last change.
2080
2081 2005-04-24  Ulrich Drepper  <drepper@redhat.com>
2082
2083         [BZ #1110]
2084         * stdio-common/vfscanf.c: Fix parsing of decimal point after +-.
2085         Patch by Hamed Malek <hamed@bamdad.org>.
2086
2087 2005-04-21  Roland McGrath  <roland@redhat.com>
2088
2089         * elf/dl-load.c (_dl_map_object_from_fd): Don't use MAP_DENYWRITE,
2090         since Linux ignores it in user mmap calls.
2091
2092 2005-04-17  David S. Miller  <davem@davemloft.net>
2093
2094         * sysdeps/sparc/sparc32/elf/start.S: Define __data_start.
2095         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
2096
2097 2005-04-15  Roland McGrath  <roland@redhat.com>
2098
2099         * timezone/Makefile (zic-deps): New variable.
2100         ($(testdata)/America/New_York): Use it instead of explicit deps.
2101         ($(testdata)/Etc/UTC, $(testdata)/Australia/Melbourne): Likewise.
2102         ($(testdata)/America/Sao_Paulo, $(testdata)/Asia/Tokyo): Likewise.
2103         (%/UTC %/Universal): New pattern rule, replaces ...
2104         ($(testdata)/UTC, $(testdata)/Universal): ... these removed targets.
2105         ($(testdata)/%/Berlin $(testdata)/%/London): New pattern rule.
2106         ($(testdata)/Europe/London, $(testdata)/Europe/Berlin): Removed.
2107
2108 2005-04-14  Roland McGrath  <roland@redhat.com>
2109
2110         * MakeTAGS ($P/$(domain).pot): Depend on distinfo file as well.
2111         (extract): Filter-out distinfo file name.
2112
2113         [BZ #253]
2114         * MakeTAGS (text-srcs): Match %.bash.in files too.
2115
2116         [BZ #253]
2117         * nscd/Makefile (all-nscd-modules): New variable, include selinux
2118         module regardless of configuration.
2119         (distribute): Use that instead of $(nscd-modules).
2120
2121 2005-04-13  David S. Miller  <davem@davemloft.net>
2122
2123         Add sparc64 TLS and NPTL support.
2124         * elf/tls-macros.h: Add Sparc64 defines.
2125         * sysdeps/sparc/sparc64/dl-machine.h (sparc64_fixup_plt): Mark as
2126         always_inline.
2127         (elf_machine_fixup_plt): Likewise.
2128         (elf_machine_rela): Handle TLS relocations.
2129         (elf_machine_type_cleaa): Likewise.
2130         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
2131         (SYSCALL_ERROR_HANDLER_ENTRY): Use sethi/or for GOT reloc.
2132         It does not always fit in R_SPARC_GOT13 when building -fPIC.
2133         Also, add TLS handling.
2134         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
2135         Increase it to 2.4.21 for sparc64.
2136         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: NULL terminate
2137         backtrace by zero'ing out %fp.  Store away flags, func_ptr,
2138         and func_arg in global registers not local registers.
2139         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Handle PTID, TLS,
2140         and CTID arguments properly.  Add RESET_PID handling.
2141         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Rework so that we
2142         do not invoke __sigprocmask().  We can always assume rt signals
2143         are present on sparc64, so just do an inline syscall.
2144
2145 2005-04-13  Jakub Jelinek  <jakub@redhat.com>
2146
2147         * sysdeps/sparc/sparc64/dl-machine.h: Add dl_machine_h multiple
2148         inclusion guard for the first half of the header.
2149         (elf_machine_type_class, ELF_MACHINE_JMP_SLOT, ELF_MACHINE_NO_REL,
2150         ELF_MACHINE_PLTREL_OVERLAP, elf_machine_runtime_setup,
2151         elf_machine_relplt, DL_STACK_END, RTLD_START): Move into the
2152         #ifndef dl_machine_h guarded part of the header.
2153
2154 2005-04-14  Ulrich Drepper  <drepper@redhat.com>
2155
2156         [BZ #851]
2157         * posix/execvp.c (execvp): Use file name including path when
2158         trying to run it with shell.
2159         * posix/Makefile: Add rules to build and run tst-execvp3.
2160         * posix/tst-execvp3.c: New file.
2161
2162 2005-04-12  Ulrich Drepper  <drepper@redhat.com>
2163
2164         [BZ #1090]
2165         * stdlib/random_r.c (__initstate_r): Don't use non-existing state.
2166         * string/tst-strfry.c: New file.
2167         * string/Makefile (tests): Add tst-strfry.
2168
2169 2005-04-11  James A. Morrison  <ja2morri@uwaterloo.ca>
2170
2171         * manual/string.texi: Fix typo in wmemcpy decl.
2172
2173 2005-04-10  David S. Miller  <davem@davemloft.net>
2174
2175         * sysdeps/sparc/sparc32/dl-trampoline.S: Use std not stx.
2176
2177 2005-04-08  Carlos O'Donell <carlos@baldric.uwo.ca>
2178
2179         * FAQ.in: Explain why `make' might fail running rpcgen.
2180         * FAQ: Regenerated.
2181
2182 2005-04-07  Roland McGrath  <roland@redhat.com>
2183
2184         * po/libc.pot: Regenerated.
2185
2186 2005-04-07  Roland McGrath  <roland@redhat.com>
2187
2188         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion)
2189         [(NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO) && SHARED]: Scan
2190         GLRO(dl_sysinfo_map) for PT_NOTE giving Linux kernel version,
2191         we can skip the uname call if it's there.
2192         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Don't use
2193         DL_SYSDEP_OSCHECK here.
2194         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]: Do it here instead.
2195
2196         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro):
2197         Add _dl_sysinfo_map.
2198         * elf/rtld.c (dl_main): Don't call _dl_init_paths early in the
2199         rtld_is_main case.  Call it unconditionally later.
2200         Move GLRO(dl_sysinfo_dso) handling earlier, before _dl_init_paths call.
2201         Initialize GLRO(dl_sysinfo_map).
2202         * elf/dl-load.c (open_path): Bail out if _dl_init_paths wasn't called.
2203         * sysdeps/generic/dl-sysdep.c (_DL_FIRST_EXTRA): New macro.
2204         (_dl_important_hwcaps)
2205         [(NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO) && SHARED]: Scan
2206         GLRO(dl_sysinfo_map) for PT_NOTE giving synthetic hwcap names
2207         and bit values.
2208         * elf/ldconfig.c (_DL_FIRST_EXTRA): New macro.
2209         (hwcap_extra): New static variable.
2210         (is_hwcap_platform): Check hwcap_extra for a matching name.
2211         Remove tls special case.
2212         (path_hwcap): Likewise.
2213         (parse_conf): Parse "hwcap" directive to define synthetic hwcap bits
2214         and their names, stored in hwcap_extra.
2215         (main) [USE_TLS]: Initialize final synthetic hwcap bit as "tls".
2216
2217         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Use uint64_t for
2218         _dl_hwcap and _dl_hwcap_mask.
2219         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Cast a_val for
2220         AT_HWCAP to unsigned long int.
2221         * elf/dl-support.c (_dl_aux_init): Likewise.
2222         (_dl_hwcap): Update defn.
2223
2224         * elf/cache.c (print_entry): Pad hwcap value with 0s in diagnostic.
2225         * elf/ldconfig.c (search_dir): Likewise.
2226
2227 2005-04-05  Roland McGrath  <roland@redhat.com>
2228
2229         * NEWS: Copy 2.3.5 section from 2.3 branch.
2230
2231         * intl/tst-codeset.sh: Use mkdir -p.  Put msgfmt output in temporary
2232         file and mv it into place.
2233         * intl/tst-gettext3.sh: Likewise.
2234
2235         * Makefile (glibc-%.tar rule): Use make -q to ensure configure scripts
2236         are up to date in srcdir.  Touch all configure scripts after export.
2237
2238         * iconv/gconv_int.h: Include <ctype.h> and <string.h>.
2239
2240 2005-04-05  H.J. Lu  <hongjiu.lu@intel.com>
2241
2242         [BZ #592]
2243         * sysdeps/ia64/fpu/e_acosh.S: Update from Intel libm 2005-04-05
2244         (comment changes only).
2245         * sysdeps/ia64/fpu/e_acoshl.S: Likewise.
2246         * sysdeps/ia64/fpu/e_atanh.S: Likewise.
2247         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
2248         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
2249         * sysdeps/ia64/fpu/e_exp.S: Likewise.
2250         * sysdeps/ia64/fpu/e_exp10.S: Likewise.
2251         * sysdeps/ia64/fpu/e_exp10f.S: Likewise.
2252         * sysdeps/ia64/fpu/e_exp2.S: Likewise.
2253         * sysdeps/ia64/fpu/e_exp2f.S: Likewise.
2254         * sysdeps/ia64/fpu/e_expf.S: Likewise.
2255         * sysdeps/ia64/fpu/e_log.S: Likewise.
2256         * sysdeps/ia64/fpu/e_logf.S: Likewise.
2257         * sysdeps/ia64/fpu/e_pow.S: Likewise.
2258         * sysdeps/ia64/fpu/e_powf.S: Likewise.
2259         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
2260         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
2261         * sysdeps/ia64/fpu/libm_error.c: Likewise.
2262         * sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
2263         * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
2264         * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
2265         * sysdeps/ia64/fpu/libm_sincos.S: Likewise.
2266         * sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
2267         * sysdeps/ia64/fpu/s_asinh.S: Likewise.
2268         * sysdeps/ia64/fpu/s_atanl.S: Likewise.
2269         * sysdeps/ia64/fpu/s_cos.S: Likewise.
2270         * sysdeps/ia64/fpu/s_cosf.S: Likewise.
2271         * sysdeps/ia64/fpu/s_erf.S: Likewise.
2272         * sysdeps/ia64/fpu/s_erfc.S: Likewise.
2273         * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
2274         * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
2275         * sysdeps/ia64/fpu/s_erff.S: Likewise.
2276         * sysdeps/ia64/fpu/s_expm1.S: Likewise.
2277         * sysdeps/ia64/fpu/s_expm1f.S: Likewise.
2278         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
2279         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
2280         * sysdeps/ia64/fpu/s_tanh.S: Likewise.
2281         * sysdeps/ia64/fpu/s_tanhf.S: Likewise.
2282         * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
2283         * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
2284         * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
2285
2286 2005-04-05  Roland McGrath  <roland@redhat.com>
2287
2288         * scripts/config.guess: Update from master, timestamp='2005-03-24'.
2289         * scripts/config.sub: Update from master, timestamp='2005-02-10'.
2290
2291 2005-04-04  David S. Miller  <davem@davemloft.net>
2292
2293         * sysdeps/sparc/sparc32/dl-trampoline.S: New file.
2294         * sysdeps/sparc/sparc32/dl-machine.h: Move PLT trampolines there.
2295         Use RESOLVE_MAP instead of RESOLVE to protect relocation code.
2296         (elf_machine_runtime_setup): Test for dl_profile non-null.
2297         * sysdeps/sparc/sparc64/dl-trampoline.S: New file.
2298         (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
2299         * sysdeps/sparc/sparc64/dl-machine.h: Move PLT trampolines there.
2300         Use RESOLVE_MAP instead of RESOLVE to protect relocation code.
2301         (elf_machine_runtime_setup): Test for dl_profile non-null.
2302         * sysdeps/sparc/bits/link.h: New file.
2303         * sysdeps/generic/ldsodefs.h (La_sparc32_regs, La_sparc32_retval,
2304         La_sparc64_regs, La_sparc64_retval): New.
2305         (struct audit_ifaces): Add sparc entries.
2306         * elf/tst-auditmod1.c: Add sparc entries.
2307
2308 2005-03-27  Bruno Haible  <bruno@clisp.org>
2309
2310         * intl/tst-gettext3.c: New file.
2311         * intl/tst-gettext3.sh: New file.
2312         * intl/Makefile (distribute): Add tst-gettext3.sh.
2313         (test-srcs): Add tst-gettext3.
2314         (tests): Depend on tst-gettext3.out.
2315         (tst-gettext3.out): New rule.
2316         (CFLAGS-tst-gettext3.c): New variable.
2317
2318         Fix bug exposed by tst-gettext3.
2319         * intl/gettextP.h (struct converted_domain): New type.
2320         (struct loaded_domain): Remove the conv, conv_tab fields. Add
2321         conversions, nconversions fields.
2322         (_nl_init_domain_conv): Remove declaration.
2323         (_nl_free_domain_conv): Remove declaration.
2324         (_nl_find_msg): Add convert argument.
2325         * intl/dcigettext.c (DCIGETTEXT): Call _nl_find_msg with convert=1.
2326         (_nl_find_msg): Add convert argument. When a conversion to a different
2327         charset is needed, create a new converted_domain element, instead of
2328         throwing away the old converted translations.
2329         (get_output_charset): New function.
2330         * intl/loadmsgcat.c (_nl_init_domain_conv): Remove function.
2331         (_nl_free_domain_conv): Remove function.
2332         (_nl_load_domain): Initialize the conversions array to empty. Use
2333         _nl_find_msg instead of _nl_init_domain_conv to retrieve the header
2334         entry.
2335         (_nl_unload_domain): Free the conversions array and its contents.
2336
2337         * intl/gettextP.h (struct loaded_domain): Remove codeset_cntr field.
2338         (struct binding): Likewise.
2339         * intl/bindtextdom.c (set_binding_values): Drop codeset_cntr
2340         modifications.
2341
2342 2005-04-04  Jakub Jelinek  <jakub@redhat.com>
2343
2344         [BZ #1082]
2345         * sunrpc/pmap_rmt.c (xdr_rmtcall_args): Use a dummy arglen instead
2346         of trying to encode uninitialized arglen.
2347
2348 2005-04-04  Ulrich Drepper  <drepper@redhat.com>
2349
2350         [BZ #825]
2351         * timezone/scheck.c: Update from tzcode2005h.
2352         * timezone/tzfile.h: Likewise.
2353         * timezone/zdump.c: Likewise.
2354         * timezone/zic.c: Likewise.
2355
2356         [BZ #825]
2357         * timezone/antarctica: Update from tzdata2005h.
2358         * timezone/asia: Likewise.
2359         * timezone/australasia: Likewise.
2360         * timezone/etcetera: Likewise.
2361         * timezone/europe: Likewise.
2362         * timezone/northamerica: Likewise.
2363         * timezone/southamerica: Likewise.
2364         * timezone/leapseconds: Likewise.
2365         * timezone/iso3166.tab: Likewise.
2366
2367 2005-03-31  H.J. Lu  <hongjiu.lu@intel.com>
2368
2369         [BZ #592]
2370         * sysdeps/ia64/fpu/libm_cpu_defs.h: Update copyright.
2371
2372 2005-04-01  Ulrich Drepper  <drepper@redhat.com>
2373
2374         * wcsmbs/btowc.c (__btowc): Optimize parameters in ASCII range.
2375         * wcsmbs/wctob.c (wctob): Likewise.
2376         * wcsmbs/wchar.h (btowc): Add optimized inline function.
2377         (wctob): Likewise.
2378
2379 2005-03-31  Jakub Jelinek  <jakub@redhat.com>
2380
2381         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Use functionally
2382         equivalent, but shorter instructions.
2383         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
2384         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
2385         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
2386         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
2387         * sysdeps/unix/x86_64/sysdep.S: Likewise.
2388         * sysdeps/x86_64/strchr.S: Likewise.
2389         * sysdeps/x86_64/memset.S: Likewise.
2390         * sysdeps/x86_64/strcspn.S: Likewise.
2391         * sysdeps/x86_64/strcmp.S: Likewise.
2392         * sysdeps/x86_64/elf/start.S: Likewise.
2393         * sysdeps/x86_64/strspn.S: Likewise.
2394         * sysdeps/x86_64/dl-machine.h: Likewise.
2395         * sysdeps/x86_64/bsd-_setjmp.S: Likewise.
2396         * sysdeps/x86_64/bsd-setjmp.S: Likewise.
2397         * sysdeps/x86_64/strtok.S: Likewise.
2398
2399 2005-03-30  H.J. Lu  <hongjiu.lu@intel.com>
2400
2401         [BZ #592]
2402         * sysdeps/ia64/fpu/e_acosf.S: Update from Intel libm 2005-03-21.
2403         * sysdeps/ia64/fpu/e_acoshf.S: Likewise.
2404         * sysdeps/ia64/fpu/e_acoshl.S: Likewise.
2405         * sysdeps/ia64/fpu/e_acosh.S: Likewise.
2406         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
2407         * sysdeps/ia64/fpu/e_acos.S: Likewise.
2408         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
2409         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
2410         * sysdeps/ia64/fpu/e_asin.S: Likewise.
2411         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
2412         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
2413         * sysdeps/ia64/fpu/e_atanhf.S: Likewise.
2414         * sysdeps/ia64/fpu/e_atanhl.S: Likewise.
2415         * sysdeps/ia64/fpu/e_atanh.S: Likewise.
2416         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
2417         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
2418         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
2419         * sysdeps/ia64/fpu/e_exp10f.S: Likewise.
2420         * sysdeps/ia64/fpu/e_exp10l.S: Likewise.
2421         * sysdeps/ia64/fpu/e_exp10.S: Likewise.
2422         * sysdeps/ia64/fpu/e_exp2f.S: Likewise.
2423         * sysdeps/ia64/fpu/e_exp2l.S: Likewise.
2424         * sysdeps/ia64/fpu/e_exp2.S: Likewise.
2425         * sysdeps/ia64/fpu/e_expf.S: Likewise.
2426         * sysdeps/ia64/fpu/e_exp.S: Likewise.
2427         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
2428         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
2429         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
2430         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
2431         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
2432         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
2433         * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
2434         * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
2435         * sysdeps/ia64/fpu/e_lgamma_r.c: Likewise.
2436         * sysdeps/ia64/fpu/e_log2f.S: Likewise.
2437         * sysdeps/ia64/fpu/e_log2l.S: Likewise.
2438         * sysdeps/ia64/fpu/e_log2.S: Likewise.
2439         * sysdeps/ia64/fpu/e_logf.S: Likewise.
2440         * sysdeps/ia64/fpu/e_logl.S: Likewise.
2441         * sysdeps/ia64/fpu/e_log.S: Likewise.
2442         * sysdeps/ia64/fpu/e_powf.S: Likewise.
2443         * sysdeps/ia64/fpu/e_powl.S: Likewise.
2444         * sysdeps/ia64/fpu/e_pow.S: Likewise.
2445         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
2446         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
2447         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
2448         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
2449         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
2450         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
2451         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
2452         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
2453         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
2454         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
2455         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
2456         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
2457         * sysdeps/ia64/fpu/libm_error.c: Likewise.
2458         * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
2459         * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
2460         * sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
2461         * sysdeps/ia64/fpu/libm_scalblnf.S: Likewise.
2462         * sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
2463         * sysdeps/ia64/fpu/libm_sincos_large.S: Likewise.
2464         * sysdeps/ia64/fpu/libm_sincosl.S: Likewise.
2465         * sysdeps/ia64/fpu/libm_sincos.S: Likewise.
2466         * sysdeps/ia64/fpu/libm_support.h: Likewise.
2467         * sysdeps/ia64/fpu/s_asinhl.S: Likewise.
2468         * sysdeps/ia64/fpu/s_asinh.S: Likewise.
2469         * sysdeps/ia64/fpu/s_atanf.S: Likewise.
2470         * sysdeps/ia64/fpu/s_atanl.S: Likewise.
2471         * sysdeps/ia64/fpu/s_cbrtf.S: Likewise.
2472         * sysdeps/ia64/fpu/s_cbrtl.S: Likewise.
2473         * sysdeps/ia64/fpu/s_cosf.S: Likewise.
2474         * sysdeps/ia64/fpu/s_cosl.S: Likewise.
2475         * sysdeps/ia64/fpu/s_cos.S: Likewise.
2476         * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
2477         * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
2478         * sysdeps/ia64/fpu/s_erfc.S: Likewise.
2479         * sysdeps/ia64/fpu/s_erfl.S: Likewise.
2480         * sysdeps/ia64/fpu/s_erf.S: Likewise.
2481         * sysdeps/ia64/fpu/s_expm1f.S: Likewise.
2482         * sysdeps/ia64/fpu/s_expm1l.S: Likewise.
2483         * sysdeps/ia64/fpu/s_expm1.S: Likewise.
2484         * sysdeps/ia64/fpu/s_fdimf.S: Likewise.
2485         * sysdeps/ia64/fpu/s_fdiml.S: Likewise.
2486         * sysdeps/ia64/fpu/s_fdim.S: Likewise.
2487         * sysdeps/ia64/fpu/s_frexp.c: Likewise.
2488         * sysdeps/ia64/fpu/s_frexpf.c: Likewise.
2489         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
2490         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
2491         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
2492         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
2493         * sysdeps/ia64/fpu/s_ldexp.c: Likewise.
2494         * sysdeps/ia64/fpu/s_ldexpf.c: Likewise.
2495         * sysdeps/ia64/fpu/s_ldexpl.c: Likewise.
2496         * sysdeps/ia64/fpu/s_libm_ldexpf.S: Likewise.
2497         * sysdeps/ia64/fpu/s_libm_ldexpl.S: Likewise.
2498         * sysdeps/ia64/fpu/s_libm_ldexp.S: Likewise.
2499         * sysdeps/ia64/fpu/s_libm_scalbnf.S: Likewise.
2500         * sysdeps/ia64/fpu/s_libm_scalbnl.S: Likewise.
2501         * sysdeps/ia64/fpu/s_libm_scalbn.S: Likewise.
2502         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
2503         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
2504         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
2505         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
2506         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
2507         * sysdeps/ia64/fpu/s_logb.S: Likewise.
2508         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
2509         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
2510         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
2511         * sysdeps/ia64/fpu/s_nextafterf.S: Likewise.
2512         * sysdeps/ia64/fpu/s_nextafterl.S: Likewise.
2513         * sysdeps/ia64/fpu/s_nextafter.S: Likewise.
2514         * sysdeps/ia64/fpu/s_nexttowardf.S: Likewise.
2515         * sysdeps/ia64/fpu/s_nexttowardl.S: Likewise.
2516         * sysdeps/ia64/fpu/s_nexttoward.S: Likewise.
2517         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
2518         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
2519         * sysdeps/ia64/fpu/s_round.S: Likewise.
2520         * sysdeps/ia64/fpu/s_scalblnf.c: Likewise.
2521         * sysdeps/ia64/fpu/s_scalbn.c: Likewise.
2522         * sysdeps/ia64/fpu/s_scalbnf.c: Likewise.
2523         * sysdeps/ia64/fpu/s_scalbnl.c: Likewise.
2524         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
2525         * sysdeps/ia64/fpu/s_tanhl.S: Likewise.
2526         * sysdeps/ia64/fpu/s_tanh.S: Likewise.
2527         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
2528         * sysdeps/ia64/fpu/s_tan.S: Likewise.
2529         * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
2530         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
2531         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
2532         * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
2533         * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
2534         * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
2535
2536         [BZ #592]
2537         * sysdeps/ia64/fpu/libm_cpu_defs.h: New file.
2538         * sysdeps/ia64/fpu/libm_error_codes.h: New file.
2539
2540         [BZ #592]
2541         * sysdeps/ia64/fpu/gen_import_file_list: Updated for Intel libm
2542         2005-03-21.
2543         * sysdeps/ia64/fpu/import_file.awk: Likewise.
2544         * sysdeps/ia64/fpu/import_intel_libm: Likewise.
2545         * sysdeps/ia64/fpu/Makefile: Likewise.
2546
2547 2005-03-29  Jakub Jelinek  <jakub@redhat.com>
2548
2549         [BZ #1087]
2550         * posix/fnmatch.c (fnmatch): For short patterns or strings attempt to
2551         avoid calling mbsrtowcs twice.
2552
2553 2005-03-29  Roland McGrath  <roland@redhat.com>
2554
2555         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): New
2556         function, inline broken out of ...
2557         (DL_SYSDEP_OSCHECK): ... here.  Use that.
2558         Do the discovery and set GLRO(dl_osversion) if successful,
2559         if __LINUX_KERNEL_VERSION <= 0.
2560         * elf/dl-load.c: Don't include dl-osinfo.h here.
2561
2562 2005-03-29  Alfred M. Szmidt  <ams@gnu.org>
2563
2564         * manual/install.texi (Tools for Compilation): GNU binutils 2.15
2565         is now needed.
2566
2567 2005-03-19  Bruno Haible  <bruno@clisp.org>
2568
2569         * intl/dcigettext.c (struct known_translation_t): Change type of
2570         domainname field to 'const char *'.
2571         (DCIGETTEXT): Remove const-cast.
2572
2573 2005-03-29  Thorsten Kukuk  <kukuk@suse.de>
2574
2575         [BZ #661]
2576         * grp/initgroups.c (internal_getgrouplist): Check if we have
2577         enough space before adding the primary group to the list.
2578
2579         * posix/tst-execle1.c (do_test): Fix execle arguments.
2580         * posix/tst-execle2.c (do_test): Likewise.
2581
2582 2005-03-28  Roland McGrath  <roland@redhat.com>
2583
2584         * sysdeps/generic/w_exp2.c [NO_LONG_DOUBLE]: Fix typos in alias names.
2585         Reported by Mark Mitchell <mark@codesourcery.com>.
2586         * Versions.def (libm): Define GLIBC_2.4 set.
2587         * math/Versions (libm: GLIBC_2.4): Add this set, with exp2l.
2588         * sysdeps/i386/Versions (libm: GLIBC_2.1): Add this set, with exp2l.
2589         * sysdeps/ia64/Versions: Likewise.
2590         * sysdeps/m68k/Versions: Likewise.
2591         * sysdeps/sparc/sparc64/Versions: Likewise.
2592         * sysdeps/x86_64/Versions: New file.
2593         * sysdeps/mips/mips64/Versions: New file.
2594
2595         * locale/langinfo.h (_NL_LOCALE_NAME): New macro.
2596         [__USE_GNU] (NL_LOCALE_NAME): New macro.
2597         * locale/nl_langinfo.c: Grok special item value for _NL_LOCALE_NAME,
2598         return locale name string for the category.
2599
2600 2005-03-25  Jakub Jelinek  <jakub@redhat.com>
2601
2602         * sysdeps/generic/wcstoul_l.c: Include "wcstol_l.c" rather than
2603         <wcstol_l.c>.
2604
2605 2005-03-28  Daniel Jacobowitz  <dan@codesourcery.com>
2606
2607         * sysdeps/mips/atomicity.h: Remove unused file.
2608         * sysdeps/mips/dl-machine.h (elf_machine_rel): Add TLS relocations.
2609         * sysdeps/mips/dl-tls.h: New file.
2610         * sysdeps/mips/libc-tls.c: New file.
2611         * sysdeps/mips/tls-macros.h: New file.
2612         * sysdeps/mips/bits/atomic.h: New file.
2613         * sysdeps/mips/bits/setjmp.h: Protect against multiple inclusion.
2614         * sysdeps/mips/elf/configure.in: New file.
2615         * sysdeps/mips/elf/configure: Generated.
2616         * sysdeps/mips/sys/asm.h: New file.
2617         * sysdeps/unix/sysv/linux/mips/vfork.S: New file.
2618         * sysdeps/unix/sysv/linux/mips/clone.S: Add NPTL and five-argument
2619         clone support.
2620         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
2621         (INTERNAL_SYSCALL_NCS): New.
2622         (INTERNAL_SYSCALL): Update for non-constant support.
2623         (internal_syscall0): Likewise.
2624         (internal_syscall1): Likewise.
2625         (internal_syscall2): Likewise.
2626         (internal_syscall3): Likewise.
2627         (internal_syscall4): Likewise.
2628         (internal_syscall5): Likewise.
2629         (internal_syscall6): Likewise.
2630         (internal_syscall7): Likewise.
2631         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SIGEV_THREAD):
2632         Update to match the kernel.
2633         (SIGEV_CALLBACK): Likewise.
2634         (SIGEV_THREAD_ID): Likewise.
2635
2636 2005-03-28  Daniel Jacobowitz  <dan@codesourcery.com>
2637
2638         [BZ #783]
2639         * elf/tst-auditmod1.c: Add MIPS support.
2640         * sysdeps/generic/ldsodefs.h (La_mips_32_regs): New.
2641         (La_mips_32_retval): New.
2642         (La_mips_64_regs): New.
2643         (La_mips_64_retval): New.
2644         (struct audit_ifaces): Add MIPS entries.
2645         * sysdeps/mips/dl-machine.h: Check RESOLVE_MAP instead of RESOLVE.
2646         (elf_machine_runtime_link_map, ELF_DL_FRAME_SIZE,
2647         ELF_DL_SAVE_ARG_REGS, ELF_DL_RESTORE_ARG_REGS,
2648         ELF_MACHINE_RUNTIME_TRAMPOLINE): Move to dl-trampoline.c.
2649         (RTLD_START): Align the stack before calling _dl_init_internal.
2650         Use .ent for _dl_start_user.
2651         (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): Define.
2652         (elf_machine_rel, elf_machine_rel_relative, elf_machine_lazy_rel)
2653         (elf_machine_runtime_setup): Use "auto inline".
2654         (elf_machine_rela, elf_machine_rela_relative): Provide empty versions.
2655         (elf_machine_got_rel): Likewise.  Use RESOLVE_MAP.
2656         * sysdeps/mips/dl-trampoline.c: New file.
2657         * sysdeps/mips/bits/link.h: New file.
2658         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
2659         (internal_syscall5): Use register operands instead of non-lvalue
2660         memory operands.
2661         (internal_syscall6): Likewise.
2662         (internal_syscall7): Likewise.
2663
2664 2005-03-27  Andreas Jaeger  <aj@suse.de>
2665
2666         * debug/warning-nop.c (__builtin___memcpy_chk): Define away to
2667         avoid warnings with older compiler.
2668         (__builtin___memcpy_chk): Likewise.
2669         (__builtin___memmove_chk: Likewise.
2670         (__builtin___mempcpy_chk): Likewise.
2671         (__builtin___memset_chk): Likewise.
2672         (__builtin___stpcpy_chk): Likewise.
2673         (__builtin___strcat_chk): Likewise.
2674         (__builtin___strcpy_chk): Likewise.
2675         (__builtin___strncat_chk): Likewise.
2676         (__builtin___strncpy_chk): Likewise.
2677         (__builtin_object_size): Likewise.
2678
2679 2005-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
2680
2681         * elf/tls-macros.h: Correct typo.
2682
2683 2005-03-23  Jakub Jelinek  <jakub@redhat.com>
2684
2685         [BZ #822]
2686         * nis/ypclnt.c (yp_2_yperr): Revert 2004-11-30 patch.
2687         (ypprot_err): Use yp_2_yperr table also for YP_NODOM .. YP_NOMORE.
2688
2689 2005-03-22  Roland McGrath  <roland@redhat.com>
2690
2691         * locale/setlocale.c: Comment typo.
2692
2693         * scripts/versions.awk: No errors for GLIBC_PRIVATE.
2694
2695         * Versions.def (libdl, librt): Add GLIBC_2.3.4 version.
2696
2697         * scripts/versions.awk: Print all errors and die at the end.
2698         Use library name in versions array keys.
2699
2700 2005-03-22  Daniel Jacobowitz  <dan@codesourcery.com>
2701
2702         * elf/elf.h (PT_ARM_EXIDX): New macro.
2703
2704 2005-03-21  Thorsten Kukuk  <kukuk@suse.de>
2705
2706         [BZ #1098]
2707         * sunrpc/xdr_stdio.c (xdrstdio_getlong, xdrstdio_putlong):
2708         Convert correctly between long/int on 64bit big-endian.
2709
2710 2005-03-21  David Mosberger  <davidm@hpl.hp.com>
2711
2712         * sysdeps/ia64/_mcount.S: Newer kernels don't like register-frames
2713         with more than 8 output registers.  Fix this by passing original
2714         ar.pfs to _mcount_ret_helper via r3.
2715
2716 2005-03-15  Jakub Jelinek  <jakub@redhat.com>
2717
2718         [BZ #786]
2719         * sysdeps/generic/dl-tls.c (_dl_next_tls_modid): Handle
2720         GL(dl_tls_static_nelem) == GL(dl_tls_max_dtv_idx).
2721         * elf/Makefile: Add rules to build and run tst-tls15.
2722         * elf/tst-tls15.c: New test.
2723         * elf/tst-tlsmod15a.c: New file.
2724         * elf/tst-tlsmod15b.c: New file.
2725
2726 2005-03-20  Ulrich Drepper  <drepper@redhat.com>
2727
2728         * elf/rtld.c (dl_main): Always call init_tls if we have audit modules.
2729
2730 2005-03-20  Alfred M. Szmidt  <ams@gnu.org>
2731
2732         * elf/dl-open.c (dl_open_worker): Fix typo.
2733
2734 2005-03-20  Ulrich Drepper  <drepper@redhat.com>
2735
2736         * malloc/malloc.c (public_cALLOc): We cannot skip the memory
2737         clearing if perturb_byte != 0.
2738
2739 2005-03-20  Jakub Jelinek  <jakub@redhat.com>
2740
2741         * posix/bits/unistd.h (pread) [__USE_FILE_OFFSET64]: Use __off64_t
2742         instead of __off_t for last argument.
2743         * debug/Makefile (tests): Add tst-lfschk{1,2,3}.
2744         * debug/tst-lfschk1.c: New test.
2745         * debug/tst-lfschk2.c: New test.
2746         * debug/tst-lfschk3.c: New test.
2747
2748 2005-02-09  Jakub Jelinek  <jakub@redhat.com>
2749
2750         * sysdeps/unix/sysv/linux/bits/termios.h (CMSPAR): Define.
2751         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Add __USE_MISC
2752         and __USE_XOPEN guards to match linux/bits/termios.h.
2753         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
2754         (CMSPAR): Define.
2755         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
2756
2757 2005-02-10  H.J. Lu  <hongjiu.lu@intel.com>
2758
2759         * sysdeps/ia64/elf/initfini.c: Add local _init and _fini labels.
2760
2761 2005-02-27  Denis Barbier  <barbier@debian.org>
2762
2763         [BZ #549]
2764         * locale/iso-4217.def: Add CSD currency.
2765
2766 2005-03-19  Ulrich Drepper  <drepper@redhat.com>
2767
2768         * inet/test-ifaddrs.c: Use test-skeleton.
2769         * inet/test_ifindex.c: Likewise.
2770
2771         [BZ #821]
2772         * elf/dl-lookup.c (add_dependency): Always search l_initfini if
2773         the list exists.
2774
2775         [BZ #821]
2776         * elf/Makefile: Add rules to build and run order2.
2777         * elf/order2.c: New file.
2778         * elf/order2mod1.c: New file.
2779         * elf/order2mod2.c: New file.
2780         * elf/order2mod3.c: New file.
2781         * elf/order2mod4.c: New file.
2782
2783 2005-03-19  Jakub Jelinek  <jakub@redhat.com>
2784
2785         [BZ #821]
2786         * elf/dl-open.c (dl_open_worker): Print exact l_direct_opencount value,
2787         it has been incremented before.
2788
2789 2005-03-18  Ulrich Drepper  <drepper@redhat.com>
2790
2791         [BZ #821]
2792         * elf/dl-fini.c (_dl_fini): Split sorting of the maps in separate
2793         function _dl_sort_fini.
2794         (_dl_sort_fini): New function.
2795         * sysdeps/generic/ldsodefs.h: Declare _dl_sort_fini.
2796         * elf/dl-close.c (_dl_close): Call _dl_sort_fini before running
2797         destructors to call them in the right order.
2798
2799 2005-02-07  Steven Munroe  <sjmunroe@us.ibm.com>
2800
2801         * sysdeps/powerpc/bits/link.h (La_ppc64_regs): Add lr_vrsave.
2802         (La_ppc64_retval): Correct size of lrc_fp.
2803         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_profile_resolve):
2804         Fix up ABI problems and complete function.
2805
2806 2005-03-10  Jakub Jelinek  <jakub@redhat.com>
2807
2808         * math/test-misc.c (main): Add some more tests.
2809
2810 2005-03-17  Jakub Jelinek  <jakub@redhat.com>
2811
2812         * posix/regcomp.c (re_compile_fastmap_iter): Fix check for failed
2813         __wcrtomb.  Check return values of other __wcrtomb calls.
2814         * posix/regex_internal.c (build_wcs_buffer, re_string_skip_chars):
2815         Change mbclen type to size_t.
2816         (build_wcs_upper_buffer): Change mbclen and mbcdlen type to size_t.
2817         Handle mb chars whose upper case doesn't have multibyte representation
2818         in locale's charset.
2819
2820 2005-03-15  Jakub Jelinek  <jakub@redhat.com>
2821
2822         * malloc/malloc.c (_int_icalloc, _int_icomalloc, iALLOc,
2823         public_iCALLOc, public_iCALLOc, public_iCOMALLOc): Protect with
2824         #ifndef _LIBC.
2825
2826         [BZ #779]
2827         * malloc/malloc.c (public_mTRIm): Initialize malloc if not yet
2828         initialized.
2829
2830 2005-03-10  Jakub Jelinek  <jakub@redhat.com>
2831
2832         * misc/sys/cdefs.h (__always_inline): Define.
2833         * posix/bits/unistd.h (read, pread, pread64, readlink, getcwd, getwd):
2834         Use __always_inline instead of __inline.
2835         * socket/bits/socket2.h (recv, recvfrom): Likewise.
2836         * libio/bits/stdio2.h (gets, fgets, fgets_unlocked): Likewise.
2837         * string/bits/string3.h (__memcpy_ichk, __memmove_ichk, __mempcpy_ichk,
2838         __memset_ichk, __strcpy_ichk, __stpcpy_ichk, __strncpy_ichk,
2839         __strcat_ichk, __strncat_ichk): Use __always_inline instead of
2840         __inline__ __attribute__ ((__always_inline__)).
2841
2842 2005-03-09  Jakub Jelinek  <jakub@redhat.com>
2843
2844         * debug/tst-chk1.c: Include sys/socket.h and sys/un.h.
2845         (do_test): Add new tests for recv, recvfrom, getcwd, getwd and
2846         readlink.  Add some more tests for read, pread, pread64, fgets and
2847         fgets_unlocked.
2848
2849         * posix/bits/unistd.h (read, pread, pread64, readlink,
2850         getcwd, getwd): Change macros into extern inline functions.
2851         (__read_alias, __pread_alias, __pread64_alias, __readlink_alias,
2852         __getcwd_alias, __getwd_alias): New prototypes.
2853         * socket/bits/socket2.h (recv, recvfrom): Change macros into
2854         extern inline functions.
2855         (__recv_alias, __recvfrom_alias): New prototypes.
2856         * libio/bits/stdio2.h (gets, fgets, fgets_unlocked): Change macros
2857         into extern inline functions.
2858         (__gets_alias, __fgets_alias, __fgets_unlocked_alias): New prototypes.
2859
2860         * debug/pread_chk.c (__pread_chk): Fix order of arguments passed
2861         to __pread.
2862         * debug/pread64_chk.c (__pread64_chk): Fix order of arguments passed
2863         to __pread64.
2864
2865 2005-03-18  Daniel Jacobowitz  <dan@codesourcery.com>
2866
2867         * configure.in: Use %function instead of @function.
2868
2869 2005-03-18  Ulrich Drepper  <drepper@redhat.com>
2870
2871         [BZ #821]
2872         * include/link.h (struct link_map): Remove l_opencount.  Add l_removed.
2873         Change type of l_idx to int.
2874         * elf/dl-close.c: Basically rewrite.  Do not use l_opencount to
2875         determine whether a DSO has to be unloaded.  Instead compute this
2876         in this function.
2877         * elf/dl-deps.c: No need to manipulate l_opencount anymore.
2878         * elf/dl-lookup.c: Likewise.
2879         * elf/rtld.c: Likewise
2880         * elf/dl-open.c: Likewise.  Use l_init_called to determine whether
2881         object was just loaded.
2882         * elf/dl-fini.c: Bump l_direct_opencount instead of l_opencount.
2883         * elf/dl-load.c (_dl_map_object_from_fd): Do not recognize DSO which
2884         is about to be unloaded as a match.
2885         (_dl_map_object): Likewise.
2886         * elf/do-lookup.h (do_lookup_x): Do not look into DSO which is about
2887         to be unloaded.
2888         * elf/circleload1.c: Don't use l_opencount anymore.
2889         * elf/neededtest.c: Likewise.
2890         * elf/neededtest2.c: Likewise.
2891         * elf/neededtest3.c: Likewise.
2892         * elf/neededtest4.c: Likewise.
2893         * elf/unload.c: Likewise.
2894         * elf/unload2.c: Likewise.
2895         * elf/loadtest.c: Likewise.
2896
2897         [BZ #821]
2898         * elf/rtld.c: Preloading errors are now never fatal.
2899
2900 2005-03-08  Jakub Jelinek  <jakub@redhat.com>
2901
2902         [BZ #821]
2903         * elf/Makefile: Add rules to build and run unload5 test.
2904         * elf/unload5.c: New file.
2905
2906         [BZ #821]
2907         * elf/Makefile: Add rules to build and run unload4 test.
2908         * elf/unload4.c: New file.
2909         * elf/unload4mod1.c: New file.
2910         * elf/unload4mod2.c: New file.
2911         * elf/unload4mod3.c: New file.
2912         * elf/unload4mod4.c: New file.
2913
2914 2005-03-17  Roland McGrath  <roland@redhat.com>
2915
2916         * nscd/aicache.c (addhstaiX): Tweak type to avoid warning.
2917
2918 2005-03-16  Richard Henderson  <rth@redhat.com>
2919
2920         * include/libc-symbols.h (__hidden_proto): Remove bogus declaration
2921         of internal.
2922         (__hidden_def1, __hidden_dot_def1): Remove.
2923         (__hidden_def2, __hidden_def3): Remove.
2924         (__hidden_ver1): New.
2925         (hidden_ver, hidden_def, hidden_weak): Use it.
2926         (hidden_data_ver, hidden_data_ver, hidden_data_weak): Use non-data
2927         version of the macro.
2928
2929         * include/wchar.h (__wcscoll): Remove.
2930         * wcsmbs/wcscoll.c: Define wcscoll directly instead of via __wcscoll.
2931         * string/strcoll.c: Don't issue libc_hidden_def STRCOLL redefined.
2932
2933 2005-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
2934
2935         * elf/elf.h: Define MIPS TLS relocations.
2936
2937 2005-03-16  Ulrich Drepper  <drepper@redhat.com>
2938
2939         * elf/circleload1.c (main): Pretty printing.
2940
2941 2005-03-15  Jakub Jelinek  <jakub@redhat.com>
2942
2943         * sysdeps/generic/wordexp.c (exec_comm_child): Add inline keyword.
2944         Patch by Dan Kegel <dank@kegel.com>.
2945
2946         * elf/dynamic-link.h (elf_machine_rel, elf_machine_rel_relative,
2947         elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
2948         Add inline keyword.
2949         * sysdeps/alpha/dl-machine.h (elf_machine_rela,
2950         elf_machine_rela_relative, elf_machine_lazy_rel): Add always_inline
2951         attribute.
2952         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
2953         elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.  Change
2954         static inline into auto inline.
2955         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
2956         elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
2957         * sysdeps/generic/dl-machine.h (elf_machine_rel, elf_machine_rela):
2958         Likewise.
2959         * sysdeps/arm/dl-machine.h (elf_machine_rel, elf_machine_rel_relative,
2960         elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
2961         Likewise.
2962
2963 2005-03-15  Jakub Jelinek  <jakub@redhat.com>
2964
2965         [BZ #789]
2966         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Fix asm constraints.
2967         Remove memory clobber.
2968
2969         * sysdeps/x86_64/hp-timing.h (HP_TIMING_ACCUM): Make the addition
2970         thread-safe.  Subtract GLRO(dl_hp_timing_overhead) from Diff.
2971
2972 2005-03-14  Jakub Jelinek  <jakub@redhat.com>
2973
2974         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Don't include
2975         asm/types.h.
2976
2977 2005-03-10  GOTO Masanori  <gotom@debian.or.jp>
2978
2979         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Define MAP_POPULATE and
2980         MAP_NONBLOCK.
2981         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
2982         Correct MAP_GROWSDOWN value.
2983
2984 2005-03-13  Roland McGrath  <roland@redhat.com>
2985
2986         * elf/tls-macros.h: #include_next <tls-macros.h> to get a sysdeps
2987         version if there is one.  Only #error if macros are then undefined.
2988         * sysdeps/generic/tls-macros.h: New file.
2989
2990 2005-03-10  GOTO Masanori  <gotom@debian.or.jp>
2991
2992         * sysdeps/hppa/configure.in: Remove old Makefile leftovers.
2993         * sysdeps/hppa/configure: Regenerated.
2994
2995 2005-03-08  Roland McGrath  <roland@redhat.com>
2996
2997         * sysdeps/gnu/errlist-compat.awk: Use NERR in all array decls, so
2998         array types match exactly in C alias decls.
2999
3000 2005-03-07  Ulrich Drepper  <drepper@redhat.com>
3001
3002         * malloc/arena.c (ptmalloc_init): Recognize MALLOC_PERTURB_ and call
3003         mallopt appropriately.
3004         * malloc/malloc.h: Define M_PERTURB.
3005         * malloc/malloc.c (perturb_byte): New variable.
3006         (alloc_perturb, free_perturb): New macros.
3007         (_int_malloc): Before returning, overwrite the memory if this is
3008         requested.
3009         (_int_free): Overwrite freed memory if requested.
3010         (mALLOPt): Handle M_PERTURB.
3011         * test-skeleton.c: Add call to mallopt with M_PERTURB command.
3012
3013         * elf/dl-close.c (_dl_close): Decrement l_opencount before
3014         printing debug message.
3015         * elf/dl-open.c (dl_open_worker): Always print the new opencount
3016         in debug messages.
3017
3018 2005-03-06  Ulrich Drepper  <drepper@redhat.com>
3019
3020         * elf/dl-close.c (_dl_close): Unify debug message format.
3021
3022         * elf/dl-close.c (_dl_close): Print debug message just before
3023         destroying a link map.
3024
3025         * elf/do-lookup.h (do_lookup_x): Add namespace info to debug output.
3026         * elf/dl-version.c (match_symbol): Likewise.
3027
3028         * posix/bits/unistd.h (pread): Fix typo in __USE_FILE_OFFSET64 code.
3029
3030         * debug/recv_chk.c (__recv_chk): Always fail if request could
3031         overflow the buffer.
3032         * debug/recvfrom_chk.c (__recvfrom_chk): Likewise.
3033         * socket/bits/socket2.h (recv): Avoid calls to the _chk variant if
3034         we know the call succeeds.
3035         (recvfrom): Likewise.
3036
3037 2005-03-05  Ulrich Drepper  <drepper@redhat.com>
3038
3039         * posix/regexec.c (check_node_accept_bytes): Correct cast to avoid
3040         warning.
3041         * posix/regex_internal.c (re_string_reconstruct): Add cast to
3042         avoid warning.
3043         (build_wcs_upper_buffer): Change type of bug to plain char.
3044         * locale/weightwc.h (findidx): Add casts to avoid warnings.
3045         * time/mktime.c (ranged_convert): Initialize tm to make the
3046         compiler happy.
3047         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Add casts to avoid warnings.
3048         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Add casts to avoid warnings.
3049         * wcsmbs/mbsnrtowcs.c: Add casts to avoid warnings.
3050         * wcsmbs/wcsrtombs.c (__wcsrtombs): Add casts to avoid warnings.
3051         * wcsmbs/wcrtomb.c (__wcrtomb): Add casts to avoid warnings.
3052         * wcsmbs/mbrtowc.c (__mbrtowc): Use unsigned char for outbuf.
3053         * wcsmbs/wctob.c (wctob): Make buf array of unsigned char.
3054         * sysdeps/generic/strchrnul.c: Add cast to avoid warning.
3055         * libio/iofwide.c: Add casts to avoid warnings.
3056         * stdio-common/printf-prs.c (parse_printf_format): Introduce new
3057         variable f to avoid warnings.
3058         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
3059         Fix a few casts to avoid warnings.
3060         * iconv/gconv_simple.c (internal_utf8_loop): Make start unsigned
3061         to avoid warning.
3062
3063         [BZ #1101]
3064         * posix/regex_internal.c [_LIBC] (build_wcs_buffer): Avoid using
3065         dynamically sized array.
3066         (build_wcs_upper_buffer): Likewise.
3067
3068 2005-03-05  Jakub Jelinek  <jakub@redhat.com>
3069
3070         * include/bits/unistd.h: New file.
3071         * include/bits/socket2.h: New file.
3072
3073 2005-03-05  Ulrich Drepper  <drepper@redhat.com>
3074
3075         * sunrpc/key_call.c: Remove doors support.
3076         * sunrpc/Makefile: Remove CPPFLAGS-key_call.c definition.
3077         * configure.in: Remove test for doors support which never existed.
3078         * config.make.in: Remove have_doors entry.
3079
3080         * configure.in: Make sure at least gcc 3.4 is used.  Undo last change.
3081         * config.make.in: Undo last change.
3082
3083         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Unconditionally use
3084         -mtune.
3085
3086 2005-03-05  Roland McGrath  <roland@redhat.com>
3087
3088         * sysdeps/generic/ldsodefs.h (_dl_out_of_memory_internal): Remove decl.
3089         (_dl_out_of_memory): Use rtld_hidden_proto.
3090         * elf/dl-error.c (_dl_out_of_memory): Use rtld_hidden_data_def.
3091         (_dl_signal_error): Don't use INTUSE on _dl_out_of_memory.
3092         * elf/dl-open.c (_dl_open): Likewise.
3093         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
3094
3095         * sunrpc/des_impl.c (des_set_key): Make first argument unsigned char *.
3096
3097         * elf/dl-addr.c (_dl_addr): Add a cast.
3098
3099         [BZ #821]
3100         * elf/unload3mod4.c: Declare foo.
3101         * elf/testobj2.c: Include <stdio.h>.
3102
3103         * sysdeps/gnu/errlist.awk: Emit NERR macro for _sys_nerr_internal
3104         value constant, and use it in the defn.
3105         * sysdeps/gnu/errlist-compat.awk: Use NERR in array decl.
3106         Use actual size for compat array decls.
3107
3108         * config.make.in (cc-mtune): New substituted variable.
3109         * configure.in (libc_cv_cc_mtune): New test for -mtune= switch,
3110         done only if libc_mtune_example is defined.
3111         * sysdeps/i386/configure.in (libc_mtune_example): Set it.
3112         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Use $(cc-mtune).
3113
3114 2005-03-05  Jakub Jelinek  <jakub@redhat.com>
3115
3116         * sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define
3117         unconditionally to (defined RTLD_BOOTSTRAP).
3118         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Likewise.
3119
3120 2005-03-05  Jakub Jelinek  <jakub@redhat.com>
3121
3122         * Makerules ($(inst_libdir)/libc.so): Use $(slibdir) instead of
3123         $(inst_slibdir) in AS_NEEDED directive.
3124
3125 2005-03-03  Jakub Jelinek  <jakub@redhat.com>
3126
3127         * posix/bits/unistd.h (pread, pread64): Don't swap function arguments.
3128
3129 2005-03-01  H.J. Lu  <hongjiu.lu@intel.com>
3130
3131         [BZ #776]
3132         * iconv/iconvconfig.c: Fix comment for the output file.
3133         (write_output): Clear padding in header.
3134
3135 2005-03-03  Ulrich Drepper  <drepper@redhat.com>
3136
3137         [BZ #821]
3138         * elf/dl-close.c (_dl_close): Don't try to set up new searchpath if the
3139         loader is closed.  Fixes unload3.
3140         * elf/tst-global1.c: New file.
3141         * elf/Makefile (tests): Add tst-global1.
3142         * elf/testobj2.c (p): New function.
3143
3144 2005-03-03  Jakub Jelinek  <jakub@redhat.com>
3145
3146         [BZ #821]
3147         * elf/Makefile: Add rules to build and run unload3 test.
3148         * elf/unload3.c: New test.
3149         * elf/unload3mod1.c: New file.
3150         * elf/unload3mod2.c: New file.
3151         * elf/unload3mod3.c: New file.
3152         * elf/unload3mod4.c: New file.
3153
3154 2005-02-21  Alan Modra <amodra@bigpond.net.au>
3155
3156         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Don't
3157         use __uint128_t.
3158
3159 2005-03-01  Jakub Jelinek  <jakub@redhat.com>
3160
3161         * posix/bits/unistd.h (read, pread, pread64): Use __bos0 instead
3162         of __bos.
3163         * socket/bits/socket2.h (recv, recvfrom): Likewise.
3164
3165 2005-03-01  Roland McGrath  <roland@redhat.com>
3166
3167         [BZ #721]
3168         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Define this outside
3169         of [RESOLVE_MAP].
3170
3171 2005-03-01  Alfred M. Szmidt  <ams@gnu.org>
3172
3173         [BZ #777]
3174         * elf/dl-load.c (__stack_prot) [!PROT_GROWSUP && !PROT_GROWSDOWN]:
3175         Add missing initializer.
3176
3177         [BZ #777]
3178         * malloc/arena.c: #include <stdbool.h> outside of [SHARED &&
3179         USE_TLS && !USE___THREAD].
3180
3181 2005-02-26  GOTO Masanori  <gotom@debian.or.jp>
3182
3183         * csu/Makefile: Use printf instead of echo for some shells.
3184
3185 2005-02-28  Roland McGrath  <roland@redhat.com>
3186
3187         * debug/warning-nop.c (__nop): Rename to nop, make it static.
3188         (__warndecl): Use alias attribute directly, instead of strong_alias
3189         macro.  Add attribute_hidden.
3190
3191 2005-02-28  Ulrich Drepper  <drepper@redhat.com>
3192
3193         * posix/bits/unistd.h: Avoid calling __*_chk variants if we can
3194         determine the call will never trigger a failure.
3195         * debug/read_chk.c (__read_chk): Always fail if the buffer is too
3196         small.
3197         * debug/readlink_chk.c (__readlink_chk): Likewise.
3198         * debug/pread64_chk.c (__pread64_chk): Likewise.
3199         * debug/pread_chk.c (__pread_chk): Likewise.
3200
3201         * sysdeps/i386/i686/memset_chk.S: Remove alias and warning.
3202         * sysdeps/x86_64/memset_chk.S: Likewise.
3203
3204 2005-02-24  Roland McGrath  <roland@redhat.com>
3205
3206         * debug/Versions (libc: GLIBC_2.4): Remove
3207         __memset_zero_constant_len_parameter.
3208         * sysdeps/generic/memset_chk.c: Remove alias and warning.
3209         * misc/sys/cdefs.h (__warndecl): New macro.
3210         * debug/warning-nop.c: New file.
3211         * string/bits/string3.h (memset): Call __warn_memset_zero_len with no
3212         arguments, instead of calling __memset_zero_constant_len_parameter.
3213         Use __warndecl for __warn_memset_zero_len.
3214         * debug/Makefile (routines): Add $(static-only-routines).
3215         (static-only-routines): New variable.
3216
3217 2005-02-27  Ulrich Drepper  <drepper@redhat.com>
3218
3219         * po/tr.po: Update from translation team.
3220
3221 2005-02-26  Ulrich Drepper  <drepper@redhat.com>
3222
3223         * elf/dl-addr.c: Cleanups.  Move declaration next to first use.
3224
3225         * dlfcn/dlerror.c (check_free): New function.  Extract common code
3226         from fini and free_key_mem.  Check whether this is libdl in the
3227         base namespace.
3228
3229 2005-02-25  Ulrich Drepper  <drepper@redhat.com>
3230
3231         * elf/dl-lookup.c (_dl_debug_bindings): Add namespace information
3232         to debug output.
3233
3234 2004-11-11  Richard Sandiford  <rsandifo@redhat.com>
3235
3236         [BZ #758]
3237         * sysdeps/unix/sysv/linux/mips/configure.in (asm-unistd.h): Only
3238         preprocess <asm/unistd.h> if it defines ABI-prefixed syscall names
3239         like __NR_N32_open.  Just include <asm/unistd.h> otherwise.
3240         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
3241         * sysdeps/unix/sysv/linux/mips/mips32/kern64/sysdep.h: Delete
3242         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (SYS_ify): Use the
3243         standard __NR prefix.
3244         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (SYS_ify): Likewise.
3245         * sysdeps/unix/sysv/linux/mips/Makefile (syscall-%.h): Rework so that
3246         the output file is compatible with both pre-2.6 and 2.6 kernel headers.
3247         Extract separate syscall lists for each ABI.
3248
3249 2005-02-23  Ulrich Drepper  <drepper@redhat.com>
3250
3251         * Makerules (libc.so): Add AS_NEEDED line for dynamic linker.
3252
3253         [BZ #719]
3254         * elf/Makefile: Run tst-tls9-static again.
3255
3256 2005-02-22  Ulrich Drepper  <drepper@redhat.com>
3257
3258         [BZ #719]
3259         * sysdeps/generic/libc-tls.c (static_dtv): Size the same as the
3260         slotinfo array.
3261         (__libc_setup_tls): Initialize length of DTV based on array length.
3262         * elf/dl-load.c: Revert last change.
3263         * sysdeps/generic/dl-tls.c: Revert last change.
3264
3265         * posix/Makefile (tests): Add tst-execvp1, tst-execvp2, tst-execlp1,
3266         tst-execlp2, tst-execv1, tst-execv2, tst-execl1, tst-execl2,
3267         tst-execve1, tst-execve2, tst-execle1, and tst-execle2.
3268         * posix/tst-execl1.c: New file.
3269         * posix/tst-execl2.c: New file.
3270         * posix/tst-execle1.c: New file.
3271         * posix/tst-execle2.c: New file.
3272         * posix/tst-execlp1.c: New file.
3273         * posix/tst-execlp2.c: New file.
3274         * posix/tst-execv1.c: New file.
3275         * posix/tst-execv2.c: New file.
3276         * posix/tst-execve1.c: New file.
3277         * posix/tst-execve2.c: New file.
3278         * posix/tst-execvp1.c: New file.
3279         * posix/tst-execvp2.c: New file.
3280
3281 2005-02-22  Roland McGrath  <roland@redhat.com>
3282
3283         * include/signal.h: Revert last change.
3284         (__sigemptyset): Use __builtin_memset instead of memset.
3285
3286 2005-02-22  Ulrich Drepper  <drepper@redhat.com>
3287
3288         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Use
3289         non-cancelable I/O functions.
3290
3291 2005-02-22  Jakub Jelinek  <jakub@redhat.com>
3292
3293         [BZ #769]
3294         * nscd/nscd-client.h: Include sys/uio.h.
3295         (__readall, __readvall, writeall): New prototypes.
3296         * nscd/connections.c (writeall): New function.
3297         (handle_request): Use it.
3298         * nscd/aicache.c (addhstaiX): Likewise.
3299         * nscd/initgrcache.c (addinitgroupsX): Likewise.
3300         * nscd/hstcache.c (cache_addhst): Likewise.
3301         * nscd/grpcache.c (cache_addgr): Likewise.
3302         * nscd/pwdcache.c (cache_addpw): Likewise.
3303         * nscd/nscd_helper.c (__readall, __readvall): New functions.
3304         * nscd/nscd_getai.c (__nscd_getai): Use them.
3305         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Likewise.
3306         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
3307         * nscd/nscd_gethst_r.c (__nscd_gethst_r): Likewise.
3308         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
3309
3310 2005-02-22  Roland McGrath  <roland@redhat.com>
3311
3312         * include/sys/socket.h: Declare __recv.
3313         * sysdeps/generic/recv.c (recv): Rename to __recv, and add weak alias.
3314         * sysdeps/mach/hurd/recv.c: Likewise.
3315
3316         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <execinfo.h> for
3317         __backtrace_* decls.
3318
3319         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3320         (INTERNAL_SYSCALL_ERROR_P): Evalute VAL.  Parenthesize ERR.
3321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3322
3323         * include/signal.h: Include <string.h> for memset decl.
3324
3325 2005-02-22  Andreas Schwab  <schwab@suse.de>
3326
3327         * posix/execvp.c (execvp): Fix invalid free.
3328
3329 2005-02-22  Jakub Jelinek  <jakub@redhat.com>
3330
3331         [BZ #1095]
3332         * malloc/Makefile (CFLAGS-mcheck-init.c): Add.
3333         * sunrpc/Makefile: Add $(PIC-ccflag) to CFLAGS-x* for
3334         librpcsvc.a objects.
3335
3336 2005-02-21  Ulrich Drepper  <drepper@redhat.com>
3337
3338         [BZ #1107]
3339         * iconvdata/ibm930.h: Correct Yen mapping.
3340         * iconvdata/ibm939.h: Likewise.
3341         * iconvdata/testdata/IBM930..UTF8: Adjust test data.
3342         * iconvdata/testdata/IBM939..UTF8: Likewise.
3343         Patch by Jiro Sekiba <SEKIBA@jp.ibm.com>.
3344
3345         * iconvdata/Makefile (modules): Add IBM1025, IBM1122, IBM1137, IBM1153,
3346         IBM1154, IBM1155, IBM1156, IBM1157, and IBM1158.
3347         (distribute): Add ibm1025.c, ibm1025.h, ibm1122.c, ibm1122.h,
3348         ibm1137.c, ibm1137.h, ibm1153.c, ibm1153.h, ibm1154.c, ibm1154.h,
3349         ibm1155.c, ibm1155.h, ibm1156.c, ibm1156.h, ibm1157.c, ibm1157.h,
3350         ibm1158.c, and ibm1158.h.
3351         * iconvdata/TESTS: Add IBM1025, IBM1122, IBM1137, IBM1153,
3352         IBM1154, IBM1155, IBM1156, IBM1157, and IBM1158.
3353         * iconvdata/gconv-modules: Likewise.
3354         * iconvdata/ibm1025.c: New file.
3355         * iconvdata/ibm1025.h: New file.
3356         * iconvdata/ibm1122.c: New file.
3357         * iconvdata/ibm1122.h: New file.
3358         * iconvdata/ibm1137.c: New file.
3359         * iconvdata/ibm1137.h: New file.
3360         * iconvdata/ibm1153.c: New file.
3361         * iconvdata/ibm1153.h: New file.
3362         * iconvdata/ibm1154.c: New file.
3363         * iconvdata/ibm1154.h: New file.
3364         * iconvdata/ibm1155.c: New file.
3365         * iconvdata/ibm1155.h: New file.
3366         * iconvdata/ibm1156.c: New file.
3367         * iconvdata/ibm1156.h: New file.
3368         * iconvdata/ibm1157.c: New file.
3369         * iconvdata/ibm1157.h: New file.
3370         * iconvdata/ibm1158.c: New file.
3371         * iconvdata/ibm1158.h: New file.
3372         * iconvdata/testdata/IBM1025: New file.
3373         * iconvdata/testdata/IBM1025..UTF8: New file.
3374         * iconvdata/testdata/IBM1122: New file.
3375         * iconvdata/testdata/IBM1122..UTF8: New file.
3376         * iconvdata/testdata/IBM1137: New file.
3377         * iconvdata/testdata/IBM1137..UTF8: New file.
3378         * iconvdata/testdata/IBM1153: New file.
3379         * iconvdata/testdata/IBM1153..UTF8: New file.
3380         * iconvdata/testdata/IBM1154: New file.
3381         * iconvdata/testdata/IBM1154..UTF8: New file.
3382         * iconvdata/testdata/IBM1155: New file.
3383         * iconvdata/testdata/IBM1155..UTF8: New file.
3384         * iconvdata/testdata/IBM1156: New file.
3385         * iconvdata/testdata/IBM1156..UTF8: New file.
3386         * iconvdata/testdata/IBM1157: New file.
3387         * iconvdata/testdata/IBM1157..UTF8: New file.
3388         * iconvdata/testdata/IBM1158: New file.
3389         * iconvdata/testdata/IBM1158..UTF8: New file.
3390         Contributed by Jiro Sekiba <SEKIBA@jp.ibm.com>.
3391
3392 2005-02-10  Paolo Bonzini  <bonzini@gnu.org>
3393
3394         * posix/regcomp.c (lower_subexp): Do not optimize empty
3395         subexpressions even with REG_NOSUB.
3396         * posix/rxspencer/tests: Add a previously failing testcase.
3397
3398 2005-02-21  Alan Modra <amodra@bigpond.net.au>
3399
3400         [BZ #719]
3401         * elf/dl-reloc.c (_dl_nothread_init_static_tls): Assert that dtv
3402         array index is within bounds.
3403
3404 2005-02-21  Ulrich Drepper  <drepper@redhat.com>
3405
3406         [BZ #719]
3407         * elf/dl-load.c: Do not allow PT_TLS in modules loaded in statically
3408         linked code.
3409         * sysdeps/generic/dl-tls.c [!SHARED]: Don't build _dl_next_tls_modid.
3410         * elf/Makefile: Remove rules to build and run tst-tls9-static.
3411
3412         [BZ #719]
3413         * elf/dl-reloc.c (_dl_nothread_init_static_tls): Avoid using
3414         THREAD_DTV multiple times, this minimally reduces code size on
3415         some archs.
3416
3417 2005-02-21  Jakub Jelinek  <jakub@redhat.com>
3418
3419         [BZ #768]
3420         * nscd/nscd_gethst_r.c (nscd_gethst_r): Set *h_errnop to
3421         NETDB_INTERNAL if buffer is too small.
3422
3423         [BZ #768]
3424         * nscd/hstcache.c (INCR): Remove.
3425         (addhstbyX): Double buflen in each iteration rather than add INCR.
3426         * nscd/grpcache.c: Likewise.
3427         * nscd/pwdcache.c: Likewise.
3428
3429 2005-02-21  Ulrich Drepper  <drepper@redhat.com>
3430
3431         * sysdeps/unix/sysv/linux/libc_fatal.c: Print backtrace and memory
3432         map if requested.
3433         * debug/chk_fail.c: Request backtrace and memory map dump.
3434
3435         * Versions.def: Add GLIBC_2.4 for libc.
3436         * debug/fgets_chk.c: New file.
3437         * debug/fgets_u_chk.c: New file.
3438         * debug/getcwd_chk.c: New file.
3439         * debug/getwd_chk.c: New file.
3440         * debug/readlink_chk.c: New file.
3441         * debug/read_chk.c: New file.
3442         * debug/pread_chk.c: New file.
3443         * debug/pread64_chk.c: New file.
3444         * debug/recv_chk.c: New file.
3445         * debug/recvfrom_chk.c: New file.
3446         * debug/Versions: Add all new functions with version GLIBC_2.4.
3447         * debug/Makefile (routines): Add fgets_chk, fgets_u_chk, read_chk,
3448         pread_chk, pread64_chk, recv_chk, recvfrom_chk, readlink_chk,
3449         getwd_chk, and getcwd_chk.  Plus appropriate CFLAGS definitions.
3450         * debug/tst-chk1.c: Add more tests.
3451         * libio/bits/stdio2.h: Add macros for fgets and fgets_unlocked.
3452         * include/stdio.h: Declare __fgets_chk and __fgets_unlocked_chk.
3453         * posix/unistd.h: Include <bits/unistd.h> for fortification.
3454         * posix/bits/unistd.h: New file.
3455         * posix/Makefile (headers): Add bits/unistd.h.
3456         * socket/sys/socket.h: Include <bits/socket2.h> for fortification.
3457         * socket/bits/socket2.h: New file.
3458         * socket/Makefile (headers): Add bits/socket2.h.
3459
3460         * string/bits/string3.h: Extend memset macro to check for zero 3rd
3461         parameter and use __memset_zero_constant_len_parameter in that case.
3462         * sysdeps/generic/memset_chk.c: Add
3463         __memset_zero_constant_len_parameter alias and linker warning.
3464         * debug/Versions: Add __memset_zero_constant_len_parameter to libc
3465         with version GLIBC_2.4.
3466
3467         * sysdeps/generic/bits/types.h: Don't unnecessarily use __extension__
3468         in __STD_TYPE definition.
3469
3470 2005-02-21  Jakub Jelinek  <jakub@redhat.com>
3471
3472         * malloc/malloc.c (malloc_printerr): If MALLOC_CHECK_={5,7}, print
3473         the error message rather than program name.
3474
3475 2005-02-21  Ulrich Drepper  <drepper@redhat.com>
3476
3477         [BZ #767]
3478         * posix/unistd.h: symlink and readlink are unconditionally
3479         available in the 2001 spec.
3480
3481 2005-02-16  Roland McGrath  <roland@redhat.com>
3482
3483         * intl/dcigettext.c (_nl_find_msg): Add a cast.
3484
3485         * nis/nis_clone_dir.c (nis_clone_directory): Use char * for ADDR.
3486         * nis/nis_clone_obj.c (nis_clone_object): Likewise.
3487         * nis/nis_clone_res.c (nis_clone_result): Likewise.
3488
3489         * resolv/nss_dns/dns-network.c (getanswer_r): Use const unsigned char *
3490         for END_OF_MESSAGE and CP.
3491
3492         * resolv/res_send.c (send_dg): Add else branch for case impossible
3493         unless `poll' is buggy.
3494
3495         * crypt/crypt_util.c (__setkey_r): Add a cast.
3496
3497         * locale/programs/linereader.c (get_toplvl_escape): Use size_t for
3498         NBYTES, and unsigned char * for BYTES.
3499
3500         * locale/programs/charmap.c (charmap_new_char): Use size_t and
3501         unsighed char * for NBYTES, BYTES parameters.
3502
3503         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Take const char * argument
3504         and cast it.
3505         * sysdeps/i386/i686/dl-hash.h (_dl_elf_hash): Likewise.
3506
3507         * sunrpc/create_xid.c (_create_xid): Don't use unsigned long for RES.
3508
3509         * sunrpc/svcauth_des.c (_svcauth_des): Fix cast type.
3510
3511         * sunrpc/auth_des.c (authdes_create): Don't use u_char for PKEY_DATA.
3512         (authdes_marshal): Don't use unsigned int for LEN.
3513         * sunrpc/xdr.c (xdr_hyper): Don't use unsigned long for T2.
3514         (xdr_u_hyper): Likewise.
3515         (xdr_u_short): Don't use u_long for L.
3516         * sunrpc/xdr_intXX_t.c (xdr_int64_t): Don't use uint32_t for T2.
3517
3518         * inet/rexec.c (rexec_af): Use socklen_t.
3519         * sunrpc/key_call.c (getkeyserv_handle): Likewise.
3520         * sunrpc/rtime.c (rtime): Likewise.
3521         * resolv/res_send.c (send_vc, send_dg): Likewise.
3522         * nis/nis_callback.c (__nis_create_callback): Likewise.
3523
3524         * sysdeps/generic/libc-start.c: Use unsigned int for nthreads ptr.
3525
3526         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix type of ADDR local.
3527
3528         * libio/libio.h (_IO_BE): Add parenthesis around EXPR.
3529
3530         * intl/dcigettext.c (INTVARDEF, INTUSE): Macros removed.
3531         (_nl_default_dirname): Use libc_hidden_data_def instead of INTVARDEF.
3532         (libc_freeres_fn, DCIGETTEXT): Don't use INTUSE.
3533         * intl/bindtextdom.c (INTUSE): Macro removed.
3534         (_nl_default_dirname): Use libc_hidden_proto.
3535         (set_binding_values): Don't use INTUSE.
3536         * include/libintl.h (_libc_intl_domainname_internal): Decl removed.
3537         (_libc_intl_domainname): Use libc_hidden_proto.
3538         * posix/regex_internal.h (gettext): Remove INTUSE on it.
3539         * locale/SYS_libc.c (_libc_intl_domainname): Use libc_hidden_data_def
3540         rather than INTDEF.
3541         * include/libintl.h (_): Don't use *_internal name.
3542
3543         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Use int32_t,
3544         not uint32_t.
3545         * locale/lc-ctype.c (_nl_postload_ctype): Likewise for assignments.
3546
3547         * iconv/gconv_open.c (__gconv_open): Remove useless cast.
3548
3549         [BZ #721]
3550         * sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define this outside
3551         of [RESOLVE_MAP].
3552         * sysdeps/sh/dl-machine.h (ELF_MACHINE_NO_REL): Likewise.
3553         * sysdeps/powerpc/powerpc32/dl-machine.h
3554         (elf_machine_rel, elf_machine_rel_relative): Removed.
3555         * sysdeps/powerpc/powerpc64/dl-machine.h
3556         (elf_machine_rel, elf_machine_rel_relative): Removed.
3557
3558 2005-02-03  Alexandre Oliva  <aoliva@redhat.com>
3559
3560         [BZ #721]
3561         * elf/dynamic-link.h: Don't declare nested auto functions that are
3562         not going to be defined.
3563
3564 2004-07-23  Jakub Jelinek  <jakub@redhat.com>
3565
3566         [BZ #284]
3567         * include/features.h (_POSIX_SOURCE, _POSIX_C_SOURCE): Define
3568         if _XOPEN_SOURCE >= 500 even if __STRICT_ANSI__ is defined.
3569
3570 2005-02-16  Roland McGrath  <roland@redhat.com>
3571
3572         * sysdeps/generic/libc-start.c (LIBC_START_MAIN): Move UBP_EV defn
3573         inside [! SHARED] where it's used.
3574
3575 2005-02-15  Ulrich Drepper  <drepper@redhat.com>
3576
3577         * sysdeps/generic/bits/byteswap.h: Make sure result of all the
3578         functions and macros is unsigned.
3579
3580 2005-02-11  Barry deFrese  <bddebian@comcast.net>
3581
3582         [BZ #722]
3583         * sysdeps/mach/hurd/setresgid.c: Use weak_alias.
3584         * sysdeps/mach/hurd/setresuid.c: Likewise.
3585
3586 2005-02-14  GOTO Masanori  <gotom@debian.or.jp>
3587
3588         * misc/sys/syslog.h: Fix typo in comment.
3589
3590 2005-02-14  Roland McGrath  <roland@redhat.com>
3591
3592         [BZ #720]
3593         * sysdeps/unix/sysv/linux/sys/kd.h: Don't leave _LINUX_TYPES_H defined
3594         if it wasn't originally.
3595
3596 2005-02-14  GOTO Masanori  <gotom@debian.or.jp>
3597
3598         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove the duplicated
3599         getpeername entry.
3600         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3601         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3602
3603 2005-02-11  Jakub Jelinek  <jakub@redhat.com>
3604
3605         * scripts/soversions.awk: Only record first WORDSIZE{32,64}
3606         matching line.
3607
3608 2005-02-14  Alan Modra  <amodra@bigpond.net.au>
3609
3610         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Define
3611         with auto inline, and attribute always_inline.
3612         (elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
3613         (elf_machine_rel, elf_machine_rel_relative): Likewise.
3614         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
3615         (elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
3616         (elf_machine_rel, elf_machine_rel_relative): Likewise.
3617         (elf_machine_tprel): Likewise.
3618
3619 2005-02-14  Andreas Schwab  <schwab@suse.de>
3620
3621         * manual/filesys.texi (Random Access Directory): Fix type of file
3622         position value for telldir and seekdir.
3623         (Attribute Meanings): Fix typo.
3624
3625 2005-02-14  H.J. Lu  <hongjiu.lu@intel.com>
3626
3627         * csu/elf-init.c (__libc_csu_fini): Enable if LIBC_NONSHARED
3628         isn't defined.
3629         * sysdeps/generic/libc-start.c (LIBC_START_MAIN): Call fini
3630         if SHARED isn't defined.
3631         * elf/Makefile (tests-static): Add tst-array1-static.
3632         ($(objpfx)tst-array1-static.out): New target.
3633         * elf/tst-array1-static.c: New file.
3634
3635 2005-02-11  Jakub Jelinek  <jakub@redhat.com>
3636
3637         [BZ #1100]
3638         * debug/chk_fail.c (__chk_fail): Add a while (1) loop around
3639         __libc_message to kill GCC warning about noreturn function returning.
3640
3641         * elf/rtld.c (dlmain): If LD_TRACE_PRELINKING, clear l_relocated flag
3642         before relocating ld.so again.
3643
3644         * elf/rtld.c (_dl_start): Set bootstrap_map.l_relocated even
3645         for already prelinked ld.so.
3646
3647 2005-02-11  Roland McGrath  <roland@redhat.com>
3648
3649         [BZ #715]
3650         * Makefile (installed-stubs): New variable.
3651         Set to $(inst_includedir)/gnu/stubs.h if $(biarch) is no,
3652         or to $(inst_includedir)/gnu/stubs-$(biarch).h if otherwise.
3653         [$(biarch) != no] (install-others-nosubdir): Add $(installed-stubs).
3654         ($(inst_includedir)/gnu/stubs.h): Use $(installed-stubs) for this
3655         rule's target.
3656         ($(inst_includedir)/gnu/stubs.h): New target, install from ...
3657         * include/stubs-biarch.h: New file.
3658
3659         * shlib-versions (i.86-.*-.*): Add WORDSIZE64 line mapping to x86_64.
3660
3661         * Makeconfig ($(common-objpfx)soversions.mk): Depend on Makeconfig.
3662         Emit defn for variable `biarch'.
3663
3664         * include/stub-tag.h: Update comment.
3665
3666         * scripts/soversions.awk: Fix default version set handling.
3667
3668 2005-02-10  Roland McGrath  <roland@redhat.com>
3669
3670         [BZ #157]
3671         * include/libc-symbols.h (stub_warning): Emit a marker section called
3672         .gnu.glibc-stub.NAME.
3673         * Makerules ($(objpfx)stubs): Depend on object files, not dep files.
3674         Use objdump to collect those marker section names.
3675         ($(common-objpfx)shlib.lds): Discard .gnu.glibc-stub.* sections.
3676
3677         * Rules (subdir_objs, subdir_stubs): New phony targets.
3678         * Makefile (+subdir_targets): Add them.
3679
3680         * Makerules ($(common-objpfx)Versions.all): Grok new leading column in
3681         soversions.i.
3682
3683         * scripts/lib-names.awk: Consider [0-9].* a "number", not just [0-9]+.
3684         Reported by H.J. Lu <hongjiu.lu@intel.com>.
3685
3686         * scripts/lib-names.awk: Always print WORDSIZE32 section first when
3687         doing two.
3688
3689 2005-02-10  Jakub Jelinek  <jakub@redhat.com>
3690
3691         * sysdeps/powerpc/powerpc32/bits/link.h: Removed.
3692         * sysdeps/powerpc/powerpc64/bits/link.h: Moved to...
3693         * sysdeps/powerpc/bits/link.h: ... here.  New file.
3694
3695 2005-02-09  Jakub Jelinek  <jakub@redhat.com>
3696
3697         [BZ #710]
3698         * stdlib/random_r.c (__initstate_r): Save old state.
3699         * stdlib/Makefile (tests): Add tst-random2.
3700         * stdlib/tst-random2.c: New test.
3701         Reported by Peter Bergner <bergner@vnet.ibm.com>.
3702
3703 2005-01-25  H.J. Lu  <hongjiu.lu@intel.com>
3704
3705         * dlfcn/dlfcn.c (init): Put it in .init_array section.
3706
3707 2005-02-10  Roland McGrath  <roland@redhat.com>
3708
3709         [BZ #632]
3710         * scripts/soversions.awk: Expect cpu, vendor, os as separate variables
3711         from command line.
3712         Grok shlib-versions lines with WORDSIZE* in second column.
3713         Add new leading column to output, DEFAULT for existing output lines.
3714         Also emit lines with WORDSIZE* for alternate configurations.
3715         * Makeconfig ($(common-objpfx)soversions.i): Pass those variables.
3716         ($(common-objpfx)soversions.mk): Grok new column, use only DEFAULT.
3717         ($(common-objpfx)gnu/lib-names.stmp): Depend on soversions.i instead
3718         of soversions.mk; replace inline shell script with use of ...
3719         * scripts/lib-names.awk: New file.  If input has non-DEFAULT lines,
3720         emit multiple sets of macros under #if.
3721         * shlib-versions (x86_64-.*-.*): Add WORDSIZE32 line mapping to i686.
3722         (s390x-.*-.*): Likewise for s390.
3723         (powerpc64-.*-.*): Likewise for powerpc.
3724         (sparc64-.*-.*): Likewise for sparc.
3725         (s390-.*-.*, powerpc.*-.*-.*, sparc.*-.*-.*): Add WORDSIZE64 entries
3726         for these mapping back to the above.
3727
3728 2005-02-08  Jakub Jelinek  <jakub@redhat.com>
3729
3730         * elf/dl-load.c (_dl_map_object_from_fd): Fix a typo.
3731
3732 2005-02-08  Andreas Schwab  <schwab@suse.de>
3733
3734         * sysdeps/m68k/dl-machine.h (elf_machine_rela): Remove use of
3735         RESOLVE.
3736
3737 2005-02-07  Richard Henderson  <rth@redhat.com>
3738
3739         * iconvdata/jis0208.h (struct jisx0208_ucs_idx): Move before use.
3740
3741 2005-02-08  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3742
3743         * sysdeps/sh/dl-machine.h (elf_machine_rela): Remove code using
3744         RESOLVE.
3745
3746 2005-02-07  Ulrich Drepper  <drepper@redhat.com>
3747
3748         * elf/dl-load.c (_dl_map_object_from_fd): Make sure registers are
3749         set correctly.
3750
3751 2005-01-07  Richard Henderson  <rth@redhat.com>
3752
3753         * math/math_private.h (__copysign): Define as builtin for gcc 4.
3754         (__copysignf, __copysignl): Likewise.
3755         * sysdeps/alpha/fpu/bits/mathinline.h (copysign): Don't define
3756         for gcc 4.0.
3757         (copysignf, copysignl, fabsf, fabs): Likewise.
3758         (__copysign, __copysignf, __copysignl): Remove.
3759         (__fabs, __fabsf): Remove.
3760
3761 2005-01-07  Jakub Jelinek  <jakub@redhat.com>
3762
3763         [BZ #738]
3764         * elf/dl-load.c (open_path): If rtld_search_dirs is in RELRO segment,
3765         avoid writing to it if none of the standard search directories exist.
3766
3767 2005-02-07  Steven Munroe  <sjmunroe@us.ibm.com>
3768
3769         [BZ #700]
3770         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
3771         (__novec_setcontext, __setcontext): Fix typo so CCR is restored.
3772         Load MSR as a doubleword.
3773         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
3774         (__novec_swapcontext, __swapcontext): Likewise.
3775
3776 2005-02-07  Ulrich Drepper  <drepper@redhat.com>
3777
3778         * iconv/iconv_prog.c (main): Provide more help in case on an error.
3779
3780         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Define.
3781
3782 2005-02-07  Jakub Jelinek  <jakub@redhat.com>
3783
3784         [BZ #741]
3785         * nscd/nscd.c (termination_handler): Avoid segfault if some database
3786         is not enabled.
3787
3788         [BZ #741]
3789         * nscd/nscd_getai.c (__nscd_getai): If ai_resp->found == -1, set
3790         __nss_not_use_nscd_hosts and return -1.
3791         * nscd/nscd_initgroups.c (__nscd_getgrouplist): If
3792         initgr_resp->found == -1, set __nss_not_use_nscd_group and return -1.
3793         Avoid leaking sockets.
3794
3795 2005-01-28  Andreas Schwab  <schwab@suse.de>
3796             H.J. Lu  <hongjiu.lu@intel.com>
3797
3798         [BZ #677]
3799         * elf/dl-runtime.c (fixup): Change return type to
3800         DL_FIXUP_VALUE_TYPE. Use DL_FIXUP_VALUE_TYPE,
3801         DL_FIXUP_MAKE_VALUE and DL_FIXUP_VALUE_CODE_ADDR for relocation
3802         values. Use DL_FIXUP_VALUE_ADDR and DL_FIXUP_ADDR_VALUE to
3803         store and retrieve relocation values.
3804         (profile_fixup): Likewise.
3805         * include/link.h (link_map): Use DL_FIXUP_VALUE_TYPE for
3806         l_reloc_result.
3807         * sysdeps/generic/dl-fptr.h (link_map): Forward declaration.
3808         * sysdeps/generic/dl-lookupcfg.h (DL_FIXUP_VALUE_TYPE): New.
3809         (DL_FIXUP_MAKE_VALUE): Likewise.
3810         (DL_FIXUP_VALUE_CODE_ADDR): Likewise.
3811         (DL_FIXUP_VALUE_ADDR): Likewise.
3812         (DL_FIXUP_ADDR_VALUE): Likewise.
3813         * sysdeps/ia64/dl-lookupcfg.h: Include <dl-fptr.h> for "struct fdesc".
3814         (DL_FIXUP_VALUE_TYPE): New.
3815         (DL_FIXUP_MAKE_VALUE): Likewise.
3816         (DL_FIXUP_VALUE_CODE_ADDR): Likewise.
3817         (DL_FIXUP_VALUE_ADDR): Likewise.
3818         (DL_FIXUP_ADDR_VALUE): Likewise.
3819         * sysdeps/ia64/dl-machine.h (elf_machine_profile_fixup_plt): Removed.
3820         (elf_machine_profile_plt): Removed.
3821         (elf_machine_fixup_plt): Change return type and type of value
3822         parameter to struct fdesc.
3823         (elf_machine_plt_value): Likewise.
3824         (elf_machine_rela): Use DL_FIXUP_MAKE_VALUE to construct
3825         argument for elf_machine_fixup_plt.
3826
3827 2005-02-07  Jakub Jelinek  <jakub@redhat.com>
3828
3829         [BZ #742]
3830         * nscd/nscd.init (reload): Print Reloading nscd: before and a newline
3831         after the status string printed by killproc.
3832
3833 2004-11-18  Alexandre Oliva  <aoliva@redhat.com>
3834
3835         * manual/.cvsignore: Add dir-add.texi.
3836
3837 2005-02-06  Richard Henderson  <rth@redhat.com>
3838
3839         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Use RESOLVE_MAP
3840         all the time.
3841
3842 2004-11-03  Marcus Brinkmann  <marcus@gnu.org>
3843
3844         * configure.in (sysnames): Append sysdeps/generic for each add-on.
3845         * configure: Regenerated.
3846
3847 2005-02-02  Alfred M. Szmidt  <ams@gnu.org>
3848
3849         * sysdeps/mach/hurd/tls.h: Include <stdbool.h>
3850         (dtv_t): Change pointer type to be a struct which also contains
3851         information whether the memory pointed to is static TLS or not.
3852
3853         * sysdeps/generic/syslog.c (send_flags) [!send_flags]: Define it.
3854
3855         * shadow/sgetspent_r.c (FALSE): Macro renamed to ...
3856         (FALSEP): ... this.  Updated all references.
3857
3858         [BZ #765]
3859         * libio/fmemopen.c: Include <stdint.h>.
3860
3861 2005-01-30  Ulrich Drepper  <drepper@redhat.com>
3862
3863         [BZ #1103]
3864         * nscd/nscd_helper.c (get_mapping): Use MSG_NOSIGNAL if available.
3865         * nscd/connections.c (send_ro_fd): Likewise.
3866
3867 2005-01-28  H.J. Lu  <hongjiu.lu@intel.com>
3868
3869         * elf/tst-auditmod1.c: Add ia64 entries.
3870         * sysdeps/generic/ldsodefs.h (La_ia64_regs): New.
3871         (La_ia64_retval): New.
3872         (audit_ifaces): Add ia64 entries.
3873         * sysdeps/ia64/bits/link.h: New file.
3874         * sysdeps/ia64/dl-machine.h (elf_machine_runtime_setup): Test
3875         for dl_profile non-null.
3876         (ARCH_LA_PLTENTER): New.
3877         (ARCH_LA_PLTEXIT): New.
3878         * sysdeps/ia64/dl-trampoline.S (_dl_runtime_resolve): Allocate
3879         only 2 output registers. Allocate stack to save/restore
3880         8 incoming fp registers. Call _dl_fixup instead of fixup.
3881         (_dl_runtime_profile): Rewrite.
3882
3883 2005-01-28  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3884
3885         * sysdeps/s390/bits/link.h: New file.
3886         * sysdeps/s390/s390-32/dl-trampoline.S: New file.
3887         * sysdeps/s390/s390-64/dl-trampoline.S: New file.
3888         * sysdeps/s390/s390-32/dl-machine.h: Move PLT trampolines to
3889         dl-trampoline.S. Use RESOLVE_MAP instead of RESOLVE to protect
3890         relocation code.
3891         (elf_machine_runtime_setup): Test for dl_profile non-null.
3892         (elf_machine_rela): Remove code using RESOLVE.
3893         (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
3894         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
3895         * sysdeps/generic/ldsodefs.h (La_s390_32_regs, La_s390_32_retval,
3896         La_s390_64_regs, La_s390_64_retval): New.
3897         * elf/tst-auditmod1.c: Add s390 entries.
3898
3899         [BZ #743]
3900         * sysdeps/s390/bits/string.h (strlen, strncpy, strcat, strncat,
3901         strncat, memchr, strcmp): Add missing memory clobber.
3902
3903 2005-01-27  Ulrich Drepper  <drepper@redhat.com>
3904
3905         * sysdeps/unix/sysv/linux/alpha/oldglob.c (__old_globfree): Also
3906         copy gl_offs.  Patch by Sergey Tikhonov <tsv@solvo.ru>.
3907
3908 2005-01-27  Paolo Bonzini  <bonzini@gnu.org>
3909
3910         [BZ #558]
3911         * posix/regcomp.c (calc_inveclosure): Return reg_errcode_t.
3912         Initialize the node sets in dfa->inveclosures.
3913         (analyze): Initialize inveclosures only if it is needed.
3914         Check errors from calc_inveclosure.
3915         * posix/regex_internal.c (re_dfa_add_node): Do not initialize
3916         the inveclosure node set.
3917         * posix/regexec.c (re_search_internal): If nmatch includes unused
3918         subexpressions, reset them to { rm_so: -1, rm_eo: -1 } here.
3919
3920         * posix/regcomp.c (parse_bracket_exp) [!RE_ENABLE_I18N]:
3921         Do build a SIMPLE_BRACKET token.
3922
3923         * posix/regexec.c (transit_state_mb): Do not examine nodes
3924         where ACCEPT_MB is not set.
3925
3926 2005-01-27  Jakub Jelinek  <jakub@redhat.com>
3927
3928         * stdlib/tst-fmtmsg.c: Include stdlib.h.
3929         * stdio-common/tst-fmemopen2.c: Include string.h.
3930         * posix/execvp.c: Include stdbool.h.
3931
3932 2004-12-13  Paolo Bonzini  <bonzini@gnu.org>
3933
3934         Separate parsing and creation of the NFA.  Avoided recursion on
3935         the (very unbalanced) parse tree.
3936         [BZ #611]
3937         * posix/regcomp.c (struct subexp_optimize, analyze_tree, calc_epsdest,
3938         re_dfa_add_tree_node, mark_opt_subexp_iter): Removed.
3939         (optimize_subexps, duplicate_tree, calc_first, calc_next,
3940         mark_opt_subexp): Rewritten.
3941         (preorder, postorder, lower_subexps, lower_subexp, link_nfa_nodes,
3942         create_token_tree, free_tree, free_token): New.
3943         (analyze): Accept a regex_t *.  Invoke the passes via the preorder and
3944         postorder generic visitors.  Do not initialize the fields in the
3945         re_dfa_t that represent the transitions.
3946         (free_dfa_content): Use free_token.
3947         (re_compile_internal): Analyze before UTF-8 optimizations.  Do not
3948         include optimization of subexpressions.
3949         (create_initial_state): Fetch the DFA node index from the first node's
3950         bin_tree_t *.
3951         (optimize_utf8): Abort on unexpected nodes, including OP_DUP_QUESTION.
3952         Return on COMPLEX_BRACKET.
3953         (duplicate_node_closure): Fix comment.
3954         (duplicate_node): Do not initialize the fields in the
3955         re_dfa_t that represent the transitions.
3956         (calc_eclosure, calc_inveclosure): Do not handle OP_DELETED_SUBEXP.
3957         (create_tree): Remove final argument.  All callers adjusted.  Rewritten
3958         to use create_token_tree.
3959         (parse_reg_exp, parse_branch, parse_expression, parse_bracket_exp,
3960         build_charclass_op): Use create_tree or create_token_tree instead
3961         of re_dfa_add_tree_node.
3962         (parse_dup_op): Likewise.  Also free the tree using free_tree for
3963         "<re>{0}", and lower OP_DUP_QUESTION to OP_ALT: "a?" is equivalent
3964         to "a|".  Adjust invocation of mark_opt_subexp.
3965         (parse_sub_exp): Create a single SUBEXP node.
3966         * posix/regex_internal.c (re_dfa_add_node): Remove last parameter,
3967         always perform as if it was 1.  Do not initialize OPT_SUBEXP and
3968         DUPLICATED, and initialize the DFA fields representing the transitions.
3969         * posix/regex_internal.h (re_dfa_add_node): Adjust prototype.
3970         (re_token_type_t): Move OP_DUP_PLUS and OP_DUP_QUESTION to the tokens
3971         section.  Add a tree-only code SUBEXP.  Remove OP_DELETED_SUBEXP.
3972         (bin_tree_t): Include a full re_token_t for TOKEN.  Turn FIRST and
3973         NEXT into pointers to trees.  Remove ECLOSURE.
3974
3975 2004-12-28  Paolo Bonzini  <bonzini@gnu.org >
3976
3977         [BZ #605]
3978         * posix/regcomp.c (parse_bracket_exp): Do not modify DFA nodes
3979         that were already created.
3980         * posix/regex_internal.c (re_dfa_add_node): Set accept_mb field
3981         in the token if needed.
3982         (create_ci_newstate, create_cd_newstate): Set accept_mb field
3983         from the tokens' field.
3984         * posix/regex_internal.h (re_token_t): Add accept_mb field.
3985         (ACCEPT_MB_NODE): Removed.
3986         * posix/regexec.c (proceed_next_node, transit_states_mb,
3987         build_sifted_states, check_arrival_add_next_nodes): Use
3988         accept_mb instead of ACCEPT_MB_NODE.
3989
3990 2005-01-26  Ulrich Drepper  <drepper@redhat.com>
3991
3992         [BZ #1100]
3993         * debug/chk_fail.c (__chk_fail): Print program name in final message.
3994
3995         * sysdeps/unix/sysv/linux/kernel-features.h: Found reference to
3996         MSG_NOSIGNAL being in 2.2 kernels.
3997
3998 2005-01-26  Jakub Jelinek  <jakub@redhat.com>
3999
4000         * sysdeps/unix/sysv/linux/i386/sysdep.h
4001         (SYSCALL_ERROR_HANDLER_TLS_STORE): Remove unnecessary 0 imm.
4002
4003         [BZ #693]
4004         * posix/regex_internal.h (DUMMY_CONSTRAINT): Rename to...
4005         (WORD_DELIM_CONSTRAINT): ...this.
4006         (NOT_WORD_DELIM_CONSTRAINT): Define.
4007         (re_context_type): Add INSIDE_NOTWORD and NOT_WORD_DELIM,
4008         change WORD_DELIM to use WORD_DELIM_CONSTRAINT.
4009         * posix/regcomp.c (peek_token): For \B create NOT_WORD_DELIM
4010         anchor instead of INSIDE_WORD.
4011         (parse_expression): Handle NOT_WORD_DELIM constraint.
4012         * posix/bug-regex19.c (tests): Adjust tests that relied on \B
4013         being inside word instead of not word delim.
4014         * posix/tst-rxspencer.c (mb_frob_pattern): Don't frob escaped
4015         characters.
4016         * posix/rxspencer/tests: Add some new tests.
4017
4018 2005-01-14  GOTO Masanori  <gotom@debian.or.jp>
4019
4020         [BZ #1108]
4021         * sunrpc/rpc_main.c (s_output): Generate #include <rpc/pmap_clnt.h>
4022         irrespective of Cflag.
4023
4024         * manual/memory.texi (sbrk): Fix definition.
4025         * manual/string.texi (strcasestr): Fix example typo.
4026
4027 2005-01-25  Roland McGrath  <roland@redhat.com>
4028
4029         * sysdeps/generic/syslog.c [NO_SIGPIPE]: Protect sigpipe_handler decl.
4030
4031 2005-01-23  Roland McGrath  <roland@redhat.com>
4032
4033         [BZ #737]
4034         * sysdeps/i386/Makefile (defines): If -mno-tls-direct-seg-refs appears
4035         in $(CFLAGS), add -DNO_TLS_DIRECT_SEG_REFS.
4036         * sysdeps/unix/sysv/linux/i386/sysdep.h [USE___THREAD]
4037         (SYSCALL_ERROR_HANDLER) [NO_TLS_DIRECT_SEG_REFS]: Load thread pointer
4038         from %gs:0 and add to that value, rather that direct %gs:OFFSET access.
4039         * sysdeps/unix/i386/sysdep.S [NO_TLS_DIRECT_SEG_REFS]: Likewise.
4040
4041 2005-01-25  Jakub Jelinek  <jakub@redhat.com>
4042
4043         [BZ #731]
4044         * stdlib/fmtmsg.c (addseverity): Remove new_string variable.
4045         (free_mem): Don't free string.
4046         * stdlib/tst-fmtmsg.c: Include string.h.
4047         (main): Add some more tests.
4048
4049 2005-01-25  Andreas Schwab  <schwab@suse.de>
4050
4051         [BZ #736]
4052         * timezone/asia: Update from tzdata2005c.
4053         * timezone/backward: Likewise.
4054         * timezone/europe: Likewise.
4055         * timezone/leapseconds: Likewise.
4056         * timezone/northamerica: Likewise.
4057         * timezone/southamerica: Likewise.
4058
4059         [BZ #736]
4060         * timezone/private.h: Update from tzcode2005c.
4061         * timezone/tzfile.h: Likewise.
4062         * timezone/zdump.c: Likewise.
4063         * timezone/zic.c: Likewise.
4064
4065 2005-01-25  Ulrich Drepper  <drepper@redhat.com>
4066
4067         * sysdeps/i386/dl-machine.h (elf_machine_rel): Remove code using
4068         RESOLVE.
4069         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Remove code
4070         using RESOLVE.
4071         * elf/rtld.c (_dl_start): Remove RESOLVE definition.
4072
4073 2005-01-25  Alan Modra  <amodra@bigpond.net.au>
4074
4075         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Test
4076         sym_map, not sym, against zero.
4077
4078 2005-01-24  Ulrich Drepper  <drepper@redhat.com>
4079
4080         [BZ #671]
4081         * misc/syslog.c: Moved to...
4082         * sysdeps/generic/syslog.c: ...here.
4083         [NO_SIGIPE]: Don't install SIGPIPE handler.
4084         * sysdeps/unix/sysv/linux/syslog.c: New file.
4085         * sysdeps/unix/sysv/linux/kernel-features.h: Define
4086         __ASSUME_MSG_NOSIGNAL.
4087
4088 2005-01-22  Richard Henderson  <rth@redhat.com>
4089
4090         * sysdeps/alpha/dl-trampoline.S: New file.
4091         * sysdeps/alpha/dl-machine.h: Move PLT trampolines there.
4092         Use RESOLVE_MAP instead of RESOLVE to protect relocation code.
4093         (elf_machine_runtime_setup): Test for dl_profile non-null.
4094         (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
4095         * sysdeps/alpha/bits/link.h: New file.
4096         * sysdeps/generic/ldsodefs.h (La_alpha_regs, La_alpha_retval): New.
4097         (struct audit_ifaces): Add alpha entries.
4098         * elf/tst-auditmod1.c: Add alpha entries.
4099
4100 2005-01-22  Ulrich Drepper  <drepper@redhat.com>
4101
4102         * sysdeps/ia64/dl-machine.h: Remove PLT trampolines here.
4103         * sysdeps/ia64/dl-trampoline.S: New file.
4104
4105         * sysdeps/x86_64/bits/link.h: Use namespace-safe identifiers in
4106         La_x86_64_xmm definition.
4107
4108         * posix/Makefile: Use CFLAGS-*.os instead of CFLAGS-*.c for frame
4109         pointer option.
4110         * stdlib/Makefile (CFLAGS-system.os): Use this instead of
4111         CFLAGS-system.c for frame pointer option.
4112
4113 2005-01-21  Roland McGrath  <roland@redhat.com>
4114
4115         * elf/dl-runtime.c (_dl_profile_fixup): Remove const from REGS.
4116         * sysdeps/i386/dl-machine.h: Update decl.
4117
4118 2005-01-21  Jakub Jelinek  <jakub@redhat.com>
4119
4120         [BZ #735]
4121         * elf/Makefile: Add rules to build and run tst-align2.
4122         * elf/tst-align2.c: New test.
4123         * elf/tst-alignmod2.c: New file.
4124         * sysdeps/powerpc/tst-stack-align.h: New file.
4125         * sysdeps/i386/dl-machine.h (RTLD_START): Align stack and clear frame
4126         pointer before calling _dl_init.
4127         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
4128
4129 2005-01-20  Ulrich Drepper  <drepper@redhat.com>
4130
4131         * posix/execl.c: Do not allocate potentially large buffers on the
4132         stack.
4133         * posix/execle.c: Likewise.
4134         * posix/execlp.c: Likewise.
4135         * posix/execvp.c: Likewise.
4136         (script_execute): Removed.
4137         (allocate_scripts_argv): New function.  Called at most once to
4138         allocate memory, not every time a script is run.  Adjust caller.
4139
4140         * sysdeps/generic/wordexp.c (exec_comm): Add a few
4141         TEMP_FAILURE_RETRY.  Reorganize code to avoid multiple calls to
4142         exec_comm_child.
4143         (exec_comm_child): Can now be inlined.
4144
4145         * posix/Makefile: Add -fomit-frame-pointer for a few more files.
4146         * stdlib/Makefile: Likewise.
4147
4148 2005-01-19  Roland McGrath  <roland@redhat.com>
4149
4150         [BZ #681]
4151         * sunrpc/openchild.c (_openchild): Use NULL instead of 0 for trailing
4152         argument to execlp.
4153         Reported by Marcus Meissner <meissner@suse.de>.
4154
4155 2005-01-19  Jakub Jelinek  <jakub@redhat.com>
4156
4157         * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Fix a typo
4158         in assert.
4159         * iconv/strtab.c (strtabfinalize): Likewise.
4160
4161         * libio/iofopncook.c (_IO_cookie_seekoff): Add prototype.
4162
4163 2005-01-17  Roland McGrath  <roland@redhat.com>
4164
4165         [BZ #745]
4166         * nscd/Makefile (LDLIBS-nscd): New variable.
4167         ($(objpfx)nscd): Use that instead of selinux-LIBS.
4168
4169         * Makeconfig (link-extra-libs): Define just as $(LDLIBS-$(@F)).
4170         (link-extra-libs-static): Define to $(link-extra-libs).
4171         (link-extra-libs-bounded): Likewise.
4172
4173 2005-01-17  Ulrich Drepper  <drepper@redhat.com>
4174
4175         * include/link.h: Remove stray definition of pltenter.
4176
4177 2005-01-16  GOTO Masanori  <gotom@debian.or.jp>
4178
4179         [BZ #734]
4180         * sysdeps/unix/rewinddir.c: Reset filepos.
4181         * dirent/tst-seekdir.c: Check telldir value after calling rewinddir.
4182
4183 2005-01-15  Ulrich Drepper  <drepper@redhat.com>
4184
4185         * elf/tst-auditmod1.c: Reduce duplication.
4186
4187 2005-01-16  Andreas Schwab  <schwab@suse.de>
4188
4189         * sysdeps/m68k/dl-machine.h: Remove trampoline code.  Define
4190         ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
4191         (elf_machine_runtime_setup): If profile != 0 does not anymore mean
4192         GLRO(dl_profile) != NULL.
4193         * sysdeps/m68k/dl-trampoline.S: New file.
4194         * sysdeps/m68k/bits/link.h: New file.
4195         * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add m68k
4196         variants.
4197         * elf/tst-auditmod1.c: Add m68k support.
4198
4199 2005-01-14  Ulrich Drepper  <drepper@redhat.com>
4200
4201         * posix/regcomp.c [!_LIBC] (init_dfa): Fix determining of relevant
4202         LC_* variable.  Patch by Aharon Robbins <arnold@skeeve.com>.
4203
4204         [BZ #731]
4205         * stdlib/fmtmsg.c (internal_addseverity): Remove incorrect free call.
4206         * stdlib/tst-fmtmsg.c (main): Add another addseverity test.
4207
4208 2005-01-12  Ulrich Drepper  <drepper@redhat.com>
4209
4210         * elf/dl-load.c (_dl_map_object_from_fd): We don't have to allow
4211         callers from libc anymore.
4212
4213         * elf/dl-open.c (dl_open_worker): Pass __RTLD_AUDIT flag from caller
4214         to _dl_map_object_deps.
4215         * elf/dl-load.c (_dl_map_object_from_fd): Don't change memory
4216         protections when loading auditing modules.
4217
4218         * dlfcn/dlopen.c (dlopen_doit): Catch invalid mode arguments and fail.
4219
4220         * posix/getconf.c: Update copyright year.
4221         * nss/getent.c: Likewise.
4222         * nscd/nscd_nischeck.c: Likewise.
4223         * iconv/iconvconfig.c: Likewise.
4224         * iconv/iconv_prog.c: Likewise.
4225         * elf/ldconfig.c: Likewise.
4226         * catgets/gencat.c: Likewise.
4227         * csu/version.c: Likewise.
4228         * elf/ldd.bash.in: Likewise.
4229         * elf/sprof.c (print_version): Likewise.
4230         * locale/programs/locale.c: Likewise.
4231         * locale/programs/localedef.c: Likewise.
4232         * nscd/nscd.c (print_version): Likewise.
4233         * debug/xtrace.sh: Likewise.
4234         * malloc/memusage.sh: Likewise.
4235         * malloc/mtrace.pl: Likewise.
4236         * debug/catchsegv.sh: Likewise.
4237
4238 2005-01-11  Thorsten Kukuk  <kukuk@suse.de>
4239
4240         [BZ #733]
4241         * sunrpc/svc_tcp.c (svctcp_create): Call listen with SOMAXCONN
4242         as backlog.
4243         * sunrpc/svc_unix.c (svcunix_create): Likewise.
4244
4245         [BZ #1099]
4246         * grp/putgrent.c (putgrent): Don't write 0 as group
4247         ID if groupname starts with + or -.
4248         * pwd/putpwent.c (putpwent): Don't write 0 as user or
4249         group ID if user name starts with + or -.
4250
4251 2005-01-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4252
4253         * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add sh variants.
4254         * sysdeps/elf/tst-auditmod1.c: Add sh support.
4255         * sysdeps/sh/bits/link.h: New.
4256         * sysdeps/sh/dl-machine.h: Remove trampoline code here.  Define
4257         ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.  Remove obsolete comments.
4258         (RTLD_START): Define __fpscr_values.
4259         * sysdeps/sh/dl-trampoline.S: New file.
4260         * sysdeps/sh/sh4/dl-trampoline.S: New file.
4261         * sysdeps/sh/sh4/Versions [ld]: Add __fpscr_values.
4262         * sysdeps/sh/sh4/dl-machine.h: Remove.
4263
4264 2005-01-10  Jakub Jelinek  <jakub@redhat.com>
4265
4266         [BZ #732]
4267         * time/tst-strptime.c (day_tests): Add 2 new tests.
4268         (test_tm, main): Issue an error instead of segfaulting if
4269         strptime returns NULL.
4270
4271 2005-01-10  H.J. Lu  <hongjiu.lu@intel.com>
4272
4273         * sysdeps/alpha/libc-tls.c (__tls_get_addr): Updated for dtv_t union.
4274         * sysdeps/ia64/libc-tls.c (__tls_get_addr): Likewise.
4275
4276 2005-01-11  Ulrich Drepper  <drepper@redhat.com>
4277
4278         * malloc/malloc.h: Remove no-glibc support.
4279
4280 2005-01-12  GOTO Masanori  <gotom@debian.or.jp>
4281
4282         [BZ #650]
4283         * malloc/malloc.h: Always include features.h.
4284
4285 2005-01-10  Roland McGrath  <roland@redhat.com>
4286
4287         * sysdeps/ia64/fpu/e_logl.c: File removed.
4288
4289         * dlfcn/dlfcn.c (init): Fix typo in attribute decl.
4290
4291 2005-01-10  Ulrich Drepper  <drepper@redhat.com>
4292
4293         * sysdeps/generic/dl-tls.c (_dl_next_tls_modid): Fix assertion and
4294         recognition of last entry.
4295
4296 2005-01-09  Ulrich Drepper  <drepper@redhat.com>
4297
4298         * elf/dl-runtime.c: Include <sys/param.h>.
4299
4300         * elf/Makefile (headers): Add bits/link.h.
4301
4302 2005-01-09  Andreas Schwab  <schwab@suse.de>
4303
4304         * elf/rtld.c (dl_main): Create main_map with __RTLD_OPENEXEC.
4305
4306 2005-01-09  Andreas Jaeger  <aj@suse.de>
4307
4308         [BZ #732]
4309         * time/strptime_l.c (__strptime_internal): Add braces to avoid
4310         warning.
4311
4312         * sysdeps/x86_64/bits/link.h: Use vector_size for GCC 4.0.
4313
4314         * elf/rtld.c (dl_main): Call _dl_add_to_slotinfo only if USE_TLS.
4315
4316 2005-01-08  Jakub Jelinek  <jakub@redhat.com>
4317
4318         * elf/Makefile (generated): Add tst-pie1{,.out,.o}.
4319
4320 2005-01-09  Ulrich Drepper  <drepper@redhat.com>
4321
4322         * elf/dl-fini.c (_dl_fini): Call destructors of audit DSOs after
4323         those of all the regular objects.
4324
4325         * elf/dl-debug.c (_dl_debug_initialize): Take extra parameter and
4326         use it to select the r_debug structure for that namespace.
4327         * elf/dl-close.c (_dl_close): Adjust call to _dl_debug_initialize.
4328         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
4329         * elf/dl-open.c (_dl_open): Likewise.
4330         * elf/rtld.c (dl_main): Likewise.
4331         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Add _ns_debug
4332         member.
4333         (_dl_debug_initialize): Add new parameter in declaration.
4334
4335         * elf/dl-close.c (_dl_close): Make sure auditing callbacks are not
4336         called for the auditing objects themselves.
4337         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
4338
4339 2005-01-07  Ulrich Drepper  <drepper@redhat.com>
4340
4341         * sysdeps/powerpc/powerpc64/dl-machine.h
4342         (elf_machine_runtime_setup): If profile != 0 does not anymore mean
4343         GLRO(dl_profile) != NULL.
4344         * sysdeps/powerpc/powerpc64/bits/link.h (struct la_ppc64_regs): Add
4345         padding.
4346         * sysdeps/powerpc/powerpc64/dl-trampoline.S: (_dl_profile_resolve):
4347         Extend _dl_prof_resolve to add pass extra parameters to
4348         _dl_profile_fixup and set up structure with register content.
4349
4350         * sysdeps/powerpc/powerpc32/dl-machine.c (__elf_machine_runtime_setup):
4351         If profile != 0 does not anymore mean GLRO(dl_profile) != NULL.
4352         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_prof_resolve):
4353         Extend _dl_prof_resolve to add pass extra parameters to
4354         _dl_profile_fixup and set up structure with register content.
4355         * sysdeps/powerpc/powerpc32/bits/link.h: Fix types of some fields in
4356         the register and result structures.
4357         * sysdeps/powerpc/powerpc64/bits/link.h: Fix types of some fields
4358         in the 32-bit register and result structures.
4359
4360         * sysdeps/powerpc/powerpc64/dl-trampoline.S: Use register names.
4361
4362         * sysdeps/powerpc/powerpc32/dl-trampoline.S: New file.
4363         * sysdeps/powerpc/powerpc32/dl-machine.h: Remove trampoline code here.
4364         Define ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
4365         * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add ppc32 variants.
4366         * elf/tst-auditmod1.c: Add ppc32 support.
4367         * sysdeps/powerpc/powerpc32/bits/link.h: New file.
4368         * sysdeps/powerpc/powerpc64/bits/link.h: Add ppc32 definitions.
4369
4370         * malloc/malloc.c (malloc_printerr): Print program name as part of
4371         error message.
4372
4373         * misc/sys/cdefs.h (__attribute_warn_unused_result__): Define.
4374         * stdlib/stdlib.h: Make realloc with
4375         __attribute_warn_unused_result__ instead of __wur.
4376         * malloc/malloc.h: Add __wur and __attribute_warn_unused_result__
4377         markers as in <stdlib.h>.
4378
4379         * libio/stdio.h: Remove __wur from rename and remove.
4380         * posix/unistd.h: Remove __wur from dup2.
4381
4382 2005-01-03  Andreas Jaeger  <aj@suse.de>
4383
4384         * elf/Makefile (tests): Revert patch from 2005-01-03.
4385
4386 2005-01-07  Ulrich Drepper  <drepper@redhat.com>
4387
4388         * sysdeps/unix/sysv/linux/init-first.c (__libc_init_first): Don't
4389         make __libc_init_first hidden.
4390
4391         * elf/rtld.c [!DONT_USE_BOOTSTRAP_MAP] (_dl_start_final): Initialize
4392         l_relocated of rtld map.
4393         * sysdeps/powerpc/powerpc64/dl-trampoline.S: New file.
4394         * sysdeps/powerpc/powerpc64/dl-machine.h: Remove trampoline code here.
4395         Define ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
4396         * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add ppc64 variants.
4397         * elf/tst-auditmod1.c: Add ppc64 support.
4398         * sysdeps/powerpc/powerpc64/bits/link.h: New file.
4399
4400 2005-01-06  Roland McGrath  <roland@redhat.com>
4401
4402         [BZ #633]
4403         * sysdeps/unix/sysv/linux/futimes.c (__futimes): Catch errno values
4404         indicating file-name lookup errors, and return ENOSYS or EBADF instead.
4405
4406 2005-01-06  Ulrich Drepper  <drepper@redhat.com>
4407
4408         * csu/elf-init.c (__libc_csu_fini): Don't do anything here.
4409         * sysdeps/generic/libc-start.c: Don't register program destructor here.
4410
4411         * dlfcn/Makefile: Add rules to build dlfcn.c.
4412         (LDFLAGS-dl.so): Removed.
4413         * dlfcn/dlclose.c: _dl_close is now in ld.so, use function pointer
4414         table.
4415         * dlfcn/dlmopen.c: Likewise for _dl_open.
4416         * dlfcn/dlopen.c: Likewise.
4417         * dlfcn/dlopenold.c: Likewise.
4418         * elf/dl-libc.c: Likewise for _dl_open and _dl_close.
4419         * elf/Makefile (routines): Remove dl-open and dl-close.
4420         (dl-routines): Add dl-open, dl-close, and dl-trampoline.
4421         Add rules to build and run tst-audit1.
4422         * elf/tst-audit1.c: New file.
4423         * elf/tst-auditmod1.c: New file.
4424         * elf/Versions [libc]: Remove _dl_open and _dl_close.
4425         * elf/dl-close.c: Change for use inside ld.so instead of libc.so.
4426         * elf/dl-open.c: Likewise.
4427         * elf/dl-debug.c (_dl_debug_initialize): Allow reinitialization,
4428         signaled by nonzero parameter.
4429         * elf/dl-init.c: Fix use of r_state.
4430         * elf/dl-load.c: Likewise.
4431
4432         * elf/dl-close.c: Add auditing checkpoints.
4433         * elf/dl-open.c: Likewise.
4434         * elf/dl-fini.c: Likewise.
4435         * elf/dl-load.c: Likewise.
4436         * elf/dl-sym.c: Likewise.
4437         * sysdeps/generic/libc-start.c: Likewise.
4438         * elf/dl-object.c: Allocate memory for auditing information.
4439         * elf/dl-reloc.c: Remove RESOLV.  We now always need the map.
4440         Correctly initialize slotinfo.
4441         * elf/dynamic-link.h: Adjust after removal of RESOLV.
4442         * sysdeps/hppa/dl-lookupcfg.h: Likewise.
4443         * sysdeps/ia64/dl-lookupcfg.h: Likewise.
4444         * sysdeps/powerpc/powerpc64/dl-lookupcfg.h: Removed.
4445         * elf/dl-runtime.c (_dl_fixup): Little cleanup.
4446         (_dl_profile_fixup): New parameters to point to register struct and
4447         variable for frame size.
4448         Add auditing checkpoints.
4449         (_dl_call_pltexit): New function.
4450         Don't define trampoline code here.
4451         * elf/rtld.c: Recognize LD_AUDIT.  Load modules on startup.
4452         Remove all the functions from _rtld_global_ro which only _dl_open
4453         and _dl_close needed.
4454         Add auditing checkpoints.
4455         * elf/link.h: Define symbols for auditing interfaces.
4456         * include/link.h: Likewise.
4457         * include/dlfcn.h: Define __RTLD_AUDIT.
4458         Remove prototypes for _dl_open and _dl_close.
4459         Adjust access to argc and argv in libdl.
4460         * dlfcn/dlfcn.c: New file.
4461         * sysdeps/generic/dl-lookupcfg.h: Remove all content now that RESOLVE
4462         is gone.
4463         * sysdeps/generic/ldsodefs.h: Add definitions for auditing interfaces.
4464         * sysdeps/generic/unsecvars.h: Add LD_AUDIT.
4465         * sysdeps/i386/dl-machine.h: Remove trampoline code here.
4466         Adjust for removal of RESOLVE.
4467         * sysdeps/x86_64/dl-machine.h: Likewise.
4468         * sysdeps/generic/dl-trampoline.c: New file.
4469         * sysdeps/i386/dl-trampoline.c: New file.
4470         * sysdeps/x86_64/dl-trampoline.c: New file.
4471
4472         * sysdeps/generic/dl-tls.c: Cleanups.  Fixup for dtv_t change.
4473         Fix updating of DTV.
4474         * sysdeps/generic/libc-tls.c: Likewise.
4475
4476         * sysdeps/arm/bits/link.h: Renamed to ...
4477         * sysdeps/arm/bits/linkmap.h: ...this.
4478         * sysdeps/generic/bits/link.h: Renamed to...
4479         * sysdeps/generic/bits/linkmap.h: ...this.
4480         * sysdeps/hppa/bits/link.h: Renamed to...
4481         * sysdeps/hppa/bits/linkmap.h: ...this.
4482         * sysdeps/i386/bits/link.h: Renamed to...
4483         * sysdeps/i386/bits/linkmap.h: ...this.
4484         * sysdeps/ia64/bits/link.h: Renamed to...
4485         * sysdeps/ia64/bits/linkmap.h: ...this.
4486         * sysdeps/s390/bits/link.h: Renamed to...
4487         * sysdeps/s390/bits/linkmap.h: ...this.
4488         * sysdeps/sh/bits/link.h: Renamed to...
4489         * sysdeps/sh/bits/linkmap.h: ...this.
4490         * sysdeps/x86_64/bits/link.h: Renamed to...
4491         * sysdeps/x86_64/bits/linkmap.h: ...this.
4492
4493         * posix/unistd.h: Declare ftruncate for POSIX 2003.  [BZ #640]
4494
4495 2004-12-22  Steven Munroe  <sjmunroe@us.ibm.com>
4496
4497         [BZ #602]
4498         * math/libm-test.inc (rint_test_tonearest): New test.
4499         (rint_test_towardzero): New test.
4500         (rint_test_downward): New test.
4501         (rint_test_upward): New test.
4502         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Fix -0.0 case.
4503         Remove redundant const values.
4504         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: Fix -0.0 case.
4505         Remove redundant const values.  Use float const.
4506         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Fix -0.0 case.
4507         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Fix -0.0 case.
4508         Use float const.
4509         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Fix -0.0 case.
4510         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Fix -0.0 case.
4511         Use float const.
4512         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Fix -0.0 case.
4513         Remove redundant const values.
4514         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Fix -0.0 case.
4515         Remove redundant const values.  Use float const.
4516         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Fix -0.0 case.
4517         Remove redundant const values.
4518         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Fix -0.0 case.
4519         Remove redundant const values.  Use float const.
4520         * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: Use EALIGN for Quadword
4521         alignment.  Fix -0.0 case.  Remove redundant const values.
4522         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Use EALIGN for Quadword
4523         alignment.  Fix -0.0 case.  Remove redundant const values.
4524         Use float const.
4525         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Use EALIGN for Quadword
4526         alignment.  Fix -0.0 case.
4527         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Use EALIGN for Quadword
4528         alignment.  Fix -0.0 case.  Use float const.
4529         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Use EALIGN for Quadword
4530         alignment.  Fix -0.0 case.
4531         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Use EALIGN for Quadword
4532         alignment.  Fix -0.0 case.  Use float const.
4533         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Use EALIGN for Quadword
4534         alignment.  Fix -0.0 case.  Remove redundant const values.
4535         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Use EALIGN for Quadword
4536         alignment.  Fix -0.0 case.  Remove redundant const values.
4537         Use float const.
4538         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Use EALIGN for Quadword
4539         alignment.  Fix -0.0 case.
4540         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Use EALIGN for Quadword
4541         alignment.  Fix -0.0 case.  Remove redundant const values.
4542         Use float const.
4543
4544 2005-01-06  Ulrich Drepper  <drepper@redhat.com>
4545
4546         * misc/sys/cdefs.h: Define __wur.
4547         * libio/stdio.h: Use __wur for a number of interfaces.
4548         * posix/unistd.h: Likewise.
4549         * stdlib/stdlib.h: Likewise.
4550
4551 2004-12-29  Jakub Jelinek  <jakub@redhat.com>
4552
4553         [BZ #592]
4554         * sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Use
4555         libc_hidden_proto instead of HIDDEN_PROTO.
4556         * sysdeps/ia64/fpu/libm-symbols.h (HIDDEN_PROTO): Remove.
4557         (__libm_error_support): If ASSEMBLER and in libc, define to
4558         HIDDEN_JUMPTARGET(__libm_error_support).
4559
4560 2004-12-28  David Mosberger  <davidm@hpl.hp.com>
4561
4562         [BZ #592]
4563         * sysdeps/ia64/fpu/Makefile (duplicated-routines): New macro.
4564         (sysdep_routines): Replace libm_ldexp{,f,l} and libm_scalbn{,f,l}
4565         with $(duplicated-routines).
4566         (libm-sysdep_routines): Likewise, but substitute "s_" prefix for
4567         "m_" prefix.
4568
4569 2004-12-27  David Mosberger  <davidm@hpl.hp.com>
4570
4571         [BZ #592]
4572         * sysdeps/ia64/fpu/libm-symbols.h: Add include of <sysdep.h> and
4573         undefine "ret" macro.  Add __libm_error_support hidden definitions.
4574
4575         [BZ #592]
4576         * sysdeps/ia64/fpu/e_lgamma_r.c: Remove CVS-id comment.  Add
4577         missing portion of copyright statement.
4578         * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
4579         * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
4580
4581         [BZ #592]
4582         * sysdeps/ia64/fpu/w_lgamma.c: Remove CVS-id comment.  Add
4583         missing portion of copyright statement.
4584         (__ieee754_lgamma): Rename from lgamma().  Make lgamma() a weak alias.
4585         (__ieee754_gamma): Likewise.
4586         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
4587         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
4588
4589 2004-12-09  H.J. Lu <hjl@lucon.org>
4590
4591         [BZ #592]
4592         * sysdeps/ia64/fpu/s_nextafterl.c: Remove.
4593         * sysdeps/ia64/fpu/s_nexttoward.c: Likewise.
4594         * sysdeps/ia64/fpu/s_nexttowardf.c: Likewise.
4595         * sysdeps/ia64/fpu/e_atan2l.S: Remove (duplicate of e_atan2l.c).
4596         * sysdeps/ia64/fpu/e_expl.S: Likewise.
4597         * sysdeps/ia64/fpu/e_logl.c: Remove (conflicts with e_logl.S).
4598
4599 2004-11-18  David Mosberger  <davidm@hpl.hp.com>
4600
4601         [BZ #592]
4602         * sysdeps/ia64/fpu/README: New file.
4603         * sysdeps/ia64/fpu/gen_import_file_list: New file.
4604         * sysdeps/ia64/fpu/import_check: Likewise.
4605         * sysdeps/ia64/fpu/import_diffs: Likewise.
4606         * sysdeps/ia64/fpu/import_file.awk: Likewise.
4607         * sysdeps/ia64/fpu/import_intel_libm: Likewise.
4608         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
4609
4610         [BZ #592]
4611         * sysdeps/ia64/fpu/e_acos.S: Update from Intel libm v2.1+.
4612         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
4613         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
4614         * sysdeps/ia64/fpu/e_asin.S: Likewise.
4615         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
4616         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
4617         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
4618         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
4619         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
4620         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
4621         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
4622         * sysdeps/ia64/fpu/e_exp.S: Likewise.
4623         * sysdeps/ia64/fpu/e_expf.S: Likewise.
4624         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
4625         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
4626         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
4627         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
4628         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
4629         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
4630         * sysdeps/ia64/fpu/e_log.S: Likewise.
4631         * sysdeps/ia64/fpu/e_log2.S: Likewise.
4632         * sysdeps/ia64/fpu/e_log2f.S: Likewise.
4633         * sysdeps/ia64/fpu/e_log2l.S: Likewise.
4634         * sysdeps/ia64/fpu/e_logf.S: Likewise.
4635         * sysdeps/ia64/fpu/e_pow.S: Likewise.
4636         * sysdeps/ia64/fpu/e_powf.S: Likewise.
4637         * sysdeps/ia64/fpu/e_powl.S: Likewise.
4638         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
4639         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
4640         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
4641         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
4642         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
4643         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
4644         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
4645         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
4646         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
4647         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
4648         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
4649         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
4650         * sysdeps/ia64/fpu/libm_error.c: Likewise.
4651         * sysdeps/ia64/fpu/libm_reduce.c: Likewise.
4652         * sysdeps/ia64/fpu/libm_support.h: Likewise.
4653         * sysdeps/ia64/fpu/s_atan.S: Likewise.
4654         * sysdeps/ia64/fpu/s_atanf.S: Likewise.
4655         * sysdeps/ia64/fpu/s_atanl.S: Likewise.
4656         * sysdeps/ia64/fpu/s_cbrt.S: Likewise.
4657         * sysdeps/ia64/fpu/s_cbrtf.S: Likewise.
4658         * sysdeps/ia64/fpu/s_cbrtl.S: Likewise.
4659         * sysdeps/ia64/fpu/s_ceil.S: Likewise.
4660         * sysdeps/ia64/fpu/s_ceilf.S: Likewise.
4661         * sysdeps/ia64/fpu/s_ceill.S: Likewise.
4662         * sysdeps/ia64/fpu/s_cos.S: Likewise.
4663         * sysdeps/ia64/fpu/s_cosf.S: Likewise.
4664         * sysdeps/ia64/fpu/s_cosl.S: Likewise.
4665         * sysdeps/ia64/fpu/s_expm1.S: Likewise.
4666         * sysdeps/ia64/fpu/s_expm1f.S: Likewise.
4667         * sysdeps/ia64/fpu/s_expm1l.S: Likewise.
4668         * sysdeps/ia64/fpu/s_fabs.S: Likewise.
4669         * sysdeps/ia64/fpu/s_fabsf.S: Likewise.
4670         * sysdeps/ia64/fpu/s_fabsl.S: Likewise.
4671         * sysdeps/ia64/fpu/s_floor.S: Likewise.
4672         * sysdeps/ia64/fpu/s_floorf.S: Likewise.
4673         * sysdeps/ia64/fpu/s_floorl.S: Likewise.
4674         * sysdeps/ia64/fpu/s_frexp.c: Likewise.
4675         * sysdeps/ia64/fpu/s_frexpf.c: Likewise.
4676         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
4677         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
4678         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
4679         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
4680         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
4681         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
4682         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
4683         * sysdeps/ia64/fpu/s_logb.S: Likewise.
4684         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
4685         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
4686         * sysdeps/ia64/fpu/s_modf.S: Likewise.
4687         * sysdeps/ia64/fpu/s_modff.S: Likewise.
4688         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
4689         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
4690         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
4691         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
4692         * sysdeps/ia64/fpu/s_rint.S: Likewise.
4693         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
4694         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
4695         * sysdeps/ia64/fpu/s_round.S: Likewise.
4696         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
4697         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
4698         * sysdeps/ia64/fpu/s_significand.S: Likewise.
4699         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
4700         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
4701         * sysdeps/ia64/fpu/s_tan.S: Likewise.
4702         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
4703         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
4704         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
4705         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
4706         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
4707
4708         [BZ #592]
4709         * sysdeps/ia64/fpu/e_acosh.S: New file from Intel libm v2.1+.
4710         * sysdeps/ia64/fpu/e_acoshf.S: Likewise.
4711         * sysdeps/ia64/fpu/e_acoshl.S: Likewise.
4712         * sysdeps/ia64/fpu/e_atanh.S: Likewise.
4713         * sysdeps/ia64/fpu/e_atanhf.S: Likewise.
4714         * sysdeps/ia64/fpu/e_atanhl.S: Likewise.
4715         * sysdeps/ia64/fpu/e_exp10.S: Likewise.
4716         * sysdeps/ia64/fpu/e_exp10f.S: Likewise.
4717         * sysdeps/ia64/fpu/e_exp10l.S: Likewise.
4718         * sysdeps/ia64/fpu/e_exp2.S: Likewise.
4719         * sysdeps/ia64/fpu/e_exp2f.S: Likewise.
4720         * sysdeps/ia64/fpu/e_exp2l.S: Likewise.
4721         * sysdeps/ia64/fpu/e_lgamma_r.S: Likewise.
4722         * sysdeps/ia64/fpu/e_lgammaf_r.S: Likewise.
4723         * sysdeps/ia64/fpu/e_lgammal_r.S: Likewise.
4724         * sysdeps/ia64/fpu/e_logl.S: Likewise.
4725         * sysdeps/ia64/fpu/libm_frexp.S: Likewise.
4726         * sysdeps/ia64/fpu/libm_frexpf.S: Likewise.
4727         * sysdeps/ia64/fpu/libm_frexpl.S: Likewise.
4728         * sysdeps/ia64/fpu/s_libm_ldexp.S: Likewise.
4729         * sysdeps/ia64/fpu/s_libm_ldexpf.S: Likewise.
4730         * sysdeps/ia64/fpu/s_libm_ldexpl.S: Likewise.
4731         * sysdeps/ia64/fpu/s_libm_scalbn.S: Likewise.
4732         * sysdeps/ia64/fpu/s_libm_scalbnf.S: Likewise.
4733         * sysdeps/ia64/fpu/s_libm_scalbnl.S: Likewise.
4734         * sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
4735         * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
4736         * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
4737         * sysdeps/ia64/fpu/libm_sincos.S: Likewise.
4738         * sysdeps/ia64/fpu/libm_sincos_large.S: Likewise.
4739         * sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
4740         * sysdeps/ia64/fpu/libm_sincosl.S: Likewise.
4741         * sysdeps/ia64/fpu/libm_scalblnf.S: Likewise.
4742         * sysdeps/ia64/fpu/s_asinh.S: Likewise.
4743         * sysdeps/ia64/fpu/s_asinhf.S: Likewise.
4744         * sysdeps/ia64/fpu/s_asinhl.S: Likewise.
4745         * sysdeps/ia64/fpu/s_erf.S: Likewise.
4746         * sysdeps/ia64/fpu/s_erfc.S: Likewise.
4747         * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
4748         * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
4749         * sysdeps/ia64/fpu/s_erff.S: Likewise.
4750         * sysdeps/ia64/fpu/s_erfl.S: Likewise.
4751         * sysdeps/ia64/fpu/s_fdim.S: Likewise.
4752         * sysdeps/ia64/fpu/s_fdimf.S: Likewise.
4753         * sysdeps/ia64/fpu/s_fdiml.S: Likewise.
4754         * sysdeps/ia64/fpu/s_fma.S: Likewise.
4755         * sysdeps/ia64/fpu/s_fmaf.S: Likewise.
4756         * sysdeps/ia64/fpu/s_fmal.S: Likewise.
4757         * sysdeps/ia64/fpu/s_fmax.S: Likewise.
4758         * sysdeps/ia64/fpu/s_fmaxf.S: Likewise.
4759         * sysdeps/ia64/fpu/s_fmaxl.S: Likewise.
4760         * sysdeps/ia64/fpu/s_ldexp.c: Likewise.
4761         * sysdeps/ia64/fpu/s_ldexpf.c: Likewise.
4762         * sysdeps/ia64/fpu/s_ldexpl.c: Likewise.
4763         * sysdeps/ia64/fpu/s_nextafter.S: Likewise.
4764         * sysdeps/ia64/fpu/s_nextafterf.S: Likewise.
4765         * sysdeps/ia64/fpu/s_nextafterl.S: Likewise.
4766         * sysdeps/ia64/fpu/s_nexttoward.S: Likewise.
4767         * sysdeps/ia64/fpu/s_nexttowardf.S: Likewise.
4768         * sysdeps/ia64/fpu/s_nexttowardl.S: Likewise.
4769         * sysdeps/ia64/fpu/s_tanh.S: Likewise.
4770         * sysdeps/ia64/fpu/s_tanhf.S: Likewise.
4771         * sysdeps/ia64/fpu/s_tanhl.S: Likewise.
4772         * sysdeps/ia64/fpu/s_scalblnf.c: Likewise.
4773         * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
4774         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
4775         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
4776         * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
4777         * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
4778         * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
4779
4780         [BZ #592]
4781         * sysdeps/ia64/fpu/e_gamma_r.c: New empty dummy-file.
4782         * sysdeps/ia64/fpu/e_gammaf_r.c: Likewise.
4783         * sysdeps/ia64/fpu/e_gammal_r.c: Likewise.
4784         * sysdeps/ia64/fpu/w_acosh.c: Likewise.
4785         * sysdeps/ia64/fpu/w_acoshf.c: Likewise.
4786         * sysdeps/ia64/fpu/w_acoshl.c: Likewise.
4787         * sysdeps/ia64/fpu/w_atanh.c: Likewise.
4788         * sysdeps/ia64/fpu/w_atanhf.c: Likewise.
4789         * sysdeps/ia64/fpu/w_atanhl.c: Likewise.
4790         * sysdeps/ia64/fpu/w_exp10.c: Likewise.
4791         * sysdeps/ia64/fpu/w_exp10f.c: Likewise.
4792         * sysdeps/ia64/fpu/w_exp10l.c: Likewise.
4793         * sysdeps/ia64/fpu/w_exp2.c: Likewise.
4794         * sysdeps/ia64/fpu/w_exp2f.c: Likewise.
4795         * sysdeps/ia64/fpu/w_exp2l.c: Likewise.
4796         * sysdeps/ia64/fpu/w_expl.c: Likewise.
4797         * sysdeps/ia64/fpu/e_expl.S: Likewise.
4798         * sysdeps/ia64/fpu/w_lgamma_r.c: Likewise.
4799         * sysdeps/ia64/fpu/w_lgammaf_r.c: Likewise.
4800         * sysdeps/ia64/fpu/w_lgammal_r.c: Likewise.
4801         * sysdeps/ia64/fpu/w_log2.c: Likewise.
4802         * sysdeps/ia64/fpu/w_log2f.c: Likewise.
4803         * sysdeps/ia64/fpu/w_log2l.c: Likewise.
4804         * sysdeps/ia64/fpu/w_sinh.c: Likewise.
4805         * sysdeps/ia64/fpu/w_sinhf.c: Likewise.
4806         * sysdeps/ia64/fpu/w_sinhl.c: Likewise.
4807
4808         [BZ #592]
4809         * sysdeps/ia64/fpu/libm_atan2_reg.S: Remove.
4810         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
4811         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
4812         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
4813         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
4814         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
4815         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
4816
4817         [BZ #592]
4818         * sysdeps/ia64/fpu/s_sincos.c: Make it an empty dummy-file.
4819         * sysdeps/ia64/fpu/s_sincosf.c: Likewise.
4820         * sysdeps/ia64/fpu/s_sincosl.c: Likewise.
4821
4822         [BZ #592]
4823         * sysdeps/ia64/fpu/e_atan2l.S: Add "Not needed" comment.
4824
4825         [BZ #592]
4826         * sysdeps/ia64/fpu/s_copysign.S: Add __libm_copysign{,f,l}
4827         alias for use by libm_error.c
4828
4829         [BZ #592]
4830         * sysdeps/ia64/fpu/Makefile (libm-sysdep_routines): Remove
4831         libm_atan2_reg, libm_tan, libm_frexp4{f,l}.
4832         Mention s_erfc{,f,l}, libm_frexp{,f,l}, libm_ldexp{,f,l},
4833         libm_sincos{,f,l}, libm_sincos_large, libm_lgamma{,f,l},
4834         libm_scalbn{,f,l}, libm_scalblnf.
4835         (sysdep_routines): Remove libm_frexp4{,f,l}.
4836         Mention libm_frexp{,f,l}, libm_ldexp{,f,l}, and libm_scalbn{,f,l}.
4837         (sysdep-CPPFLAGS): Add -include libm-symbols.h, -D__POSIX__,
4838         _D_LIB_VERSIONIMF=_LIB_VERSION, -DSIZE_LONG_INT_64, and
4839         -DSIZE_LONG_LONG_INT_64.
4840
4841 2005-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
4842
4843         [BZ #729]
4844         * elf/rtld.c (dl_main) [NEED_DL_SYSINFO_DSO]: Insure l_map_end and
4845         l_text_end are set for a VDSO with a single PT_LOAD entry.
4846
4847 2005-01-05  Ulrich Drepper  <drepper@redhat.com>
4848
4849         [BZ #730]
4850         * libio/iofopncook.c (_IO_cookie_seekoff): Define.  Mark offset as
4851         invalid to disable optimizations in fileops which won't work here.
4852         (_IO_cookie_jumps): Use it.
4853         (_IO_old_cookie_jumps): Likewise.
4854         * libio/fmemopen.c (fmemopen_seek): Result must be returned in *P,
4855         not the return value.
4856         * stdio-common/Makefile (tests): Add tst-fmemopen2.
4857         * stdio-common/tst-fmemopen2.c: New file.
4858
4859         * sysdeps/unix/sysv/linux/bits/waitflags.h: Define __WNOTHREAD.
4860
4861 2005-01-05  Roland McGrath  <roland@redhat.com>
4862
4863         * configure.in (libc_cv_cpp_asm_debuginfo): Checked moved ...
4864         * sysdeps/i386/configure.in: ... here.  New file.
4865
4866 2005-01-03  Ulrich Drepper  <drepper@redhat.com>
4867
4868         [BZ #727]
4869         * sysdeps/generic/libc-start.c [SHARED] (__libc_start_main): Don't
4870         initialize __environ again.
4871         * stdlib/Makefile: Add rules to build and run tst-putenv.
4872         * stdlib/tst-putenv.c: New file.
4873         * stdlib/tst-putenvmod.c: New file.
4874
4875         * sysdeps/unix/sysv/linux/init-first.c: Clean file up.  Don't
4876         define unnecessary wrappers or aliases of static functions.
4877
4878 2005-01-03  Andreas Jaeger  <aj@suse.de>
4879
4880         * csu/Makefile (generated): Add start.os and start.ob.
4881
4882         * elf/Makefile (tests): Change rule for tst-pie1 so that make
4883         clean works.
4884
4885 2004-12-29  Roland McGrath  <roland@redhat.com>
4886
4887         [BZ #626]
4888         * sysdeps/unix/alarm.c (alarm): Round return value to nearest rather
4889         than always up; when nearest is zero, round up to one.
4890
4891 2004-12-28  Ulrich Drepper  <drepper@redhat.com>
4892
4893         * po/es.po: Update from translation team.
4894
4895         [BZ #726]
4896         * sysdeps/generic/dl-tls.c (__tls_get_addr): Fix typo.
4897
4898 2004-12-27  Ulrich Drepper  <drepper@redhat.com>
4899
4900         [BZ #744]
4901         * include/signal.h: Define __sigemptyset.
4902
4903 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
4904
4905         * posix/regex_internal.h (struct re_dfastate_t): Make
4906         word_trtable a pointer to the 512-item transition table.
4907         * posix/regexec.c (build_trtable): Fill in either state->trtable
4908         or state->word_trtable.  Return a boolean indicating success.
4909         (transit_state): Expect state->trtable to be a 256-item
4910         transition table.  Reorganize code to have less tests in
4911         the common case, and to save an indentation level.
4912         * posix/regex_internal.c (free_state): Free word_trtable.
4913
4914 2004-12-21  Jakub Jelinek  <jakub@redhat.com>
4915
4916         [BZ #723]
4917         * sysdeps/unix/sysv/linux/i386/clone.S (__clone): Make sure %esp when
4918         calling fn is 16 byte aligned.
4919         * sysdeps/i386/tst-stack-align.h: New file.
4920
4921         [BZ #725]
4922         * misc/efgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define.
4923         (ecvt_r): Special case denormals.
4924         * misc/qefgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define.
4925         * misc/tst-efgcvt.c: Include float.h.
4926         (ecvt_tests): Add 2 new tests.
4927
4928 2004-12-20  Roland McGrath  <roland@frob.com>
4929
4930         * version.h (RELEASE, VERSION): development, 2.3.90
4931         * include/features.h (__GLIBC_MINOR__): Now 4.
4932
4933
4934 See ChangeLog.15 for earlier changes.