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