]> sourceware.org Git - glibc.git/blob - ChangeLog
2005-05-17 Neal H. Walfield <neal@gnu.org>
[glibc.git] / ChangeLog
1 2005-05-11 Ulrich Drepper <drepper@redhat.com>
2
3 * elf/elf.h (Elf32_auxv_t): Make cross-compile safe.
4 (Elf64_auxv_t): Likewise.
5 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Adjust for
6 removal of a_ptr element in ElfXX_auxv_t.
7 * elf/dl-support.c (_dl_aux_init): Likewise.
8
9 2005-05-09 Daniel Jacobowitz <dan@codesourcery.com>
10
11 * sysdeps/unix/sysv/linux/clock_getres.c: Include <time.h>.
12 * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
13
14 2005-05-09 Alan Modra <amodra@bigpond.net.au>
15
16 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
17 .pushsection/.popsection in place of .section/.previous.
18
19 2005-05-08 Ulrich Drepper <drepper@redhat.com>
20
21 * MakeTAGS: Make xgettext not look into test cases.
22
23 * MakeTAGS: Make sure translations in error calls are marked with
24 c-format by xgettext.
25
26 2005-05-07 Ulrich Drepper <drepper@redhat.com>
27
28 * intl/libintl.h: Always use __attribute_format_arg__ for gettext
29 functions since gcc sometimes forgets the attribute for the
30 standard functions.
31
32 2005-05-06 Jakub Jelinek <jakub@redhat.com>
33
34 [BZ #934]
35 * posix/regex_internal.h: Include bits/libc-lock.h or define dummy
36 __libc_lock_* macros if not _LIBC.
37 (struct re_dfa_t): Add lock.
38 * posix/regcomp.c (re_compile_internal): Add __libc_lock_init.
39 * posix/regexec.c (regexec, re_search_stub): Add locking.
40
41 2005-05-04 Jakub Jelinek <jakub@redhat.com>
42
43 * intl/Makefile (tst-gettext[45].out): Pass also $(run-program-prefix)
44 as argument to the scripts.
45 * intl/tst-gettext2.sh: Use mkdir -p instead of test -d + mkdir.
46 * intl/tst-gettext4.sh: Likewise. Use run_program_prefix argument.
47 * intl/tst-gettext5.sh: Likewise.
48
49 * intl/tst-translit.sh: Add mkdir -p.
50
51 * sysdeps/unix/sysv/linux/i386/sysdep.h (SETUP_PIC_REG): Use
52 .ifndef/.endif to allow use of this macro more than once per .S
53 file.
54 (LOAD_PIC_REG): New macro.
55 * sysdeps/unix/sysv/linux/i386/makecontext.S: Add call frame
56 information.
57 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
58 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
59 * sysdeps/i386/fpu/s_asinh.S: Use LOAD_PIC_REG macro. Add call frame
60 information.
61 * sysdeps/i386/fpu/e_log10f.S: Likewise.
62 * sysdeps/i386/fpu/s_expm1.S: Likewise.
63 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
64 * sysdeps/i386/fpu/e_log2l.S: Likewise.
65 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
66 * sysdeps/i386/fpu/s_lrint.S: Likewise.
67 * sysdeps/i386/fpu/s_llrint.S: Likewise.
68 * sysdeps/i386/fpu/s_ilogbf.S: Likewise.
69 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
70 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
71 * sysdeps/i386/fpu/e_log.S: Likewise.
72 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
73 * sysdeps/i386/fpu/s_lrintl.S: Likewise.
74 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
75 * sysdeps/i386/fpu/e_scalb.S: Likewise.
76 * sysdeps/i386/fpu/s_log1p.S: Likewise.
77 * sysdeps/i386/fpu/s_nearbyintl.S: Likewise.
78 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
79 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
80 * sysdeps/i386/fpu/s_nearbyintf.S: Likewise.
81 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
82 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
83 * sysdeps/i386/fpu/s_lrintf.S: Likewise.
84 * sysdeps/i386/fpu/e_acosh.S: Likewise.
85 * sysdeps/i386/fpu/s_cexp.S: Likewise.
86 * sysdeps/i386/fpu/s_ilogbl.S: Likewise.
87 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
88 * sysdeps/i386/fpu/e_powl.S: Likewise.
89 * sysdeps/i386/fpu/e_powf.S: Likewise.
90 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
91 * sysdeps/i386/fpu/e_logl.S: Likewise.
92 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
93 * sysdeps/i386/fpu/s_frexp.S: Likewise.
94 * sysdeps/i386/fpu/e_pow.S: Likewise.
95 * sysdeps/i386/fpu/e_logf.S: Likewise.
96 * sysdeps/i386/fpu/e_log2.S: Likewise.
97 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
98 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
99 * sysdeps/i386/fpu/s_llrintf.S: Likewise.
100 * sysdeps/i386/fpu/s_ilogb.S: Likewise.
101 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
102 * sysdeps/i386/fpu/e_atanh.S: Likewise.
103 * sysdeps/i386/fpu/e_log10.S: Likewise.
104 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
105 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
106 * sysdeps/i386/fpu/s_llrintl.S: Likewise.
107 * sysdeps/i386/fpu/e_log10l.S: Likewise.
108 * sysdeps/i386/fpu/s_nearbyint.S: Likewise.
109 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
110 * sysdeps/i386/fpu/e_log2f.S: Likewise.
111 * sysdeps/i386/addmul_1.S: Various fixes to cfi handling.
112 * sysdeps/i386/mul_1.S: Likewise.
113 * sysdeps/i386/strtok.S: Likewise.
114 * sysdeps/i386/sub_n.S: Likewise.
115 * sysdeps/i386/submul_1.S: Likewise.
116 * sysdeps/i386/i586/addmul_1.S: Likewise.
117 * sysdeps/i386/i586/memcpy.S: Likewise.
118 * sysdeps/i386/i586/mul_1.S: Likewise.
119 * sysdeps/i386/i586/rshift.S: Likewise.
120 * sysdeps/i386/i586/sub_n.S: Likewise.
121 * sysdeps/i386/i586/submul_1.S: Likewise.
122 * sysdeps/i386/i686/memcmp.S: Likewise.
123 * sysdeps/i386/i686/memmove.S: Likewise.
124 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
125 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
126 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
127 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
128
129 2005-05-03 Ulrich Drepper <drepper@redhat.com>
130
131 * sysdeps/i386/add_n.S: Add call frame information.
132 * sysdeps/i386/addmul_1.S: Likewise.
133 * sysdeps/i386/bsd-setjmp.S: Likewise.
134 * sysdeps/i386/lshift.S: Likewise.
135 * sysdeps/i386/memchr.S: Likewise.
136 * sysdeps/i386/memcmp.S: Likewise.
137 * sysdeps/i386/mul_1.S: Likewise.
138 * sysdeps/i386/rawmemchr.S: Likewise.
139 * sysdeps/i386/rshift.S: Likewise.
140 * sysdeps/i386/stpncpy.S: Likewise.
141 * sysdeps/i386/strchr.S: Likewise.
142 * sysdeps/i386/strchrnul.S: Likewise.
143 * sysdeps/i386/strcspn.S: Likewise.
144 * sysdeps/i386/strpbrk.S: Likewise.
145 * sysdeps/i386/strrchr.S: Likewise.
146 * sysdeps/i386/strspn.S: Likewise.
147 * sysdeps/i386/strtok.S: Likewise.
148 * sysdeps/i386/sub_n.S: Likewise.
149 * sysdeps/i386/submul_1.S: Likewise.
150 * sysdeps/i386/elf/bsd-setjmp.S: Likewise.
151 * sysdeps/i386/i486/strcat.S: Likewise.
152 * sysdeps/i386/i586/add_n.S: Likewise.
153 * sysdeps/i386/i586/addmul_1.S: Likewise.
154 * sysdeps/i386/i586/lshift.S: Likewise.
155 * sysdeps/i386/i586/memcpy.S: Likewise.
156 * sysdeps/i386/i586/memset.S: Likewise.
157 * sysdeps/i386/i586/mul_1.S: Likewise.
158 * sysdeps/i386/i586/rshift.S: Likewise.
159 * sysdeps/i386/i586/strchr.S: Likewise.
160 * sysdeps/i386/i586/strcpy.S: Likewise.
161 * sysdeps/i386/i586/sub_n.S: Likewise.
162 * sysdeps/i386/i586/submul_1.S: Likewise.
163 * sysdeps/i386/i686/add_n.S: Likewise.
164 * sysdeps/i386/i686/memcmp.S: Likewise.
165 * sysdeps/i386/i686/memmove.S: Likewise.
166 * sysdeps/i386/i686/mempcpy.S: Likewise.
167 * sysdeps/i386/i686/memset.S: Likewise.
168 * sysdeps/i386/i686/strtok.S: Likewise.
169 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
170 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
171 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
172 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Likewise.
173 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
174 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
175
176 * sysdeps/i386/fpu/libm-test-ulps: Adjust for gcc 4.
177
178 * sysdeps/unix/sysv/linux/kernel-features.h: waitid is available
179 on ppc in 2.6.12.
180
181 2005-04-29 Jakub Jelinek <jakub@redhat.com>
182
183 * sysdeps/posix/posix_fallocate.c (posix_fallocate): If len == 0,
184 call ftruncate if offset is bigger than current size. Make sure
185 the file is offset + len bytes long if that is more than current size.
186 Don't overwrite previous content of the file.
187 * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
188 Likewise.
189
190 2005-05-02 Roland McGrath <roland@redhat.com>
191
192 [BZ #924]
193 * crypt/md5.c [! HAVE_MEMCPY] (memcpy): Yield proper expression value.
194
195 2005-04-29 Roland McGrath <roland@redhat.com>
196
197 * timezone/africa: Update from tzdata2005i.
198 * timezone/asia: Likewise.
199 * timezone/northamerica: Likewise.
200 * timezone/yearistype: Likewise.
201
202 * sysdeps/i386/sysdep.h (CALL_MCOUNT): Fix typo in last change.
203
204 2005-04-29 Ulrich Drepper <drepper@redhat.com>
205
206 * nis/nis_table.c: Fix realloc handling.
207 * nis/nis_removemember.c: Likewise.
208
209 2005-04-28 Ulrich Drepper <drepper@redhat.com>
210
211 [BZ #798]
212 * nscd/Makefile: Help losers who use --with-headers.
213
214 2005-04-28 Roland McGrath <roland@redhat.com>
215
216 [BZ #796]
217 * sysdeps/unix/sysv/linux/dl-sysdep.h: New file.
218 Define NEED_DL_SYSINFO_DSO for all platforms.
219
220 * sysdeps/generic/dl-sysdep.h: Remove multiple inclusion protection.
221 * sysdeps/alpha/dl-sysdep.h: Likewise.
222 Use #include_next instead of duplicating generic file's contents.
223 * sysdeps/ia64/dl-sysdep.h: Likewise.
224 * sysdeps/sparc/dl-sysdep.h: Likewise.
225
226 2005-03-22 Steven Munroe <sjmunroe@us.ibm.com>
227
228 * sysdeps/powerpc/powerpc64/memset.S (memset): Make ___memset local.
229
230 2005-03-07 Steven Munroe <sjmunroe@us.ibm.com>
231
232 [BZ #781]
233 * sysdeps/unix/sysv/linux/kernel-features.h
234 (__ASSUME_TGKILL): Define for powerpc32/64 starting with 2.6.1.
235 (__ASSUME_UTIMES): Define for powerpc32/64 starting with 2.6.1.
236 (__ASSUME_FADVISE64_64_SYSCALL): Define for powerpc32 only starting
237 with 2.6.1.
238 (__ASSUME_WAITID_SYSCALL): Don't define for powerpc32/64.
239
240 2005-04-28 Ulrich Drepper <drepper@redhat.com>
241
242 * sysdeps/i386/sysdep.h: Add cfi instrumentation to asm fragments.
243 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
244 * sysdeps/unix/sysv/linux/i386/socket.S: Remove now duplicate
245 cfi_startproc and cfi_endproc.
246
247 * configure.in: Remove ultrasparc names.
248
249 * sysdeps/i386/i686/memcmp.S: Move misplaced END.
250
251 2005-03-27 Bruno Haible <bruno@clisp.org>
252
253 Make it possible for multiple threads to use gettext() in different
254 locales.
255 * intl/dcigettext.c (HAVE_PER_THREAD_LOCALE): New macro.
256 (struct known_translation_t): If HAVE_PER_THREAD_LOCALE, add localename
257 field.
258 (transcmp): If HAVE_PER_THREAD_LOCALE, compare localename fields.
259 (DCIGETTEXT): If HAVE_PER_THREAD_LOCALE, fill the localename field in
260 search and newp.
261
262 * intl/tst-gettext4.c: New file.
263 * intl/tst-gettext4.sh: New file.
264 * intl/tst-gettext4-de.po: New file.
265 * intl/tst-gettext4-fr.po: New file.
266 * intl/tst-gettext5.c: New file.
267 * intl/tst-gettext5.sh: New file.
268 * intl/Makefile (distribute): Add tst-gettext4.sh, tst-gettext4-de.po,
269 tst-gettext4-fr.po, tst-gettext5.sh.
270 (multithread-test-srcs): New variable.
271 (test-srcs): Add its contents.
272 (tests): Depend on tst-gettext4.out, tst-gettext5.out.
273 (tst-gettext4.out, tst-gettext5.out): New rules.
274 (CFLAGS-tst-gettext4.c, CFLAGS-tst-gettext5.c): New variables.
275 Add rule for linking the multithread-test-srcs with the appropriate
276 thread-library.
277
278 2005-04-28 Ulrich Drepper <drepper@redhat.com>
279
280 * po/rw.po: New file. From translation team.
281
282 * scripts/config.guess: Update from upstream.
283 * scripts/config.sub: Likewise.
284
285 2005-04-27 Ulrich Drepper <drepper@redhat.com>
286
287 * nscd/connections.c (nscd_run): Use time() value in prune_cache
288 call, not timeout value, since the latter might be from another clock.
289
290 2005-04-27 Roland McGrath <roland@redhat.com>
291
292 [BZ #877]
293 * posix/unistd.h: Remove __nonnull from acct decl.
294
295 * rt/tst-cpuclock1.c: New file.
296 * rt/tst-cpuclock2.c: New file.
297 * rt/tst-cputimer1.c: New file.
298 * rt/tst-cputimer2.c: New file.
299 * rt/tst-cputimer3.c: New file.
300 * rt/Makefile (tests): Add them.
301
302 * sysdeps/unix/sysv/linux/kernel-posix-cpu-timers.h: New file.
303 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: New file.
304 * sysdeps/unix/sysv/linux/ia64/clock_getcpuclockid.c
305 (HAS_CPUCLOCK): New macro.
306 (clock_getcpuclockid): Function removed.
307 #include the new linux file to define it instead.
308 * sysdeps/unix/clock_gettime.c [HP_TIMING_AVAIL] (hp_timing_gettime):
309 New function, broken out of ...
310 (clock_gettime) [HP_TIMING_AVAIL]: ... here. Call it.
311 (realtime_gettime): New function, broken out of ...
312 (clock_gettime) [! HANDLED_REALTIME]: ... here. Call it.
313 (clock_gettime) [SYSDEP_GETTIME_CPU]: Use new macro in default case.
314 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): New macro.
315 (SYSDEP_GETTIME_CPUTIME): New macro.
316 (SYSDEP_GETTIME): Use both.
317 [! __ASSUME_POSIX_TIMERS] (maybe_syscall_gettime): New function, broken
318 out of ...
319 (SYSDEP_GETTIME): ... here. Use it.
320 [__NR_clock_gettime] (HANDLED_CPUTIME): Define it.
321 (SYSDEP_GETTIME_CPUTIME): New macro. Handle CPU timers by trying
322 kernel support and falling back to hp-timing code.
323 * sysdeps/posix/clock_getres.c
324 [HP_TIMING_AVAIL] (hp_timing_getres): New function, broken out of ...
325 (clock_getres) [HP_TIMING_AVAIL]: ... here. Call it.
326 (realtime_getres): New function, broken out of ...
327 (clock_getres) [! HANDLED_REALTIME]: ... here. Call it.
328 (clock_getres) [SYSDEP_GETRES_CPU]: Use new macro in default case.
329 * sysdeps/unix/sysv/linux/clock_getres.c (SYSCALL_GETRES): New macro.
330 (SYSDEP_GETRES_CPUTIME): New macro.
331 (SYSDEP_GETRES): Use both.
332 [! __ASSUME_POSIX_TIMERS] (maybe_syscall_getres): New function, broken
333 out of ...
334 (SYSDEP_GETRES): ... here. Use it.
335 [__NR_clock_getres] (HANDLED_CPUTIME): Define it.
336 (SYSDEP_GETRES_CPUTIME): New macro. Handle CPU timers by trying
337 kernel support and falling back to hp-timing code.
338 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Handle
339 CLOCK_PROCESS_CPUTIME_ID and CLOCK_PROCESS_THREAD_ID specially,
340 translating to the kernel clockid_t for our own process/thread clock.
341
342 2005-04-27 Ulrich Drepper <drepper@redhat.com>
343
344 * stdlib/test-canon.c: Make doesExist a directory and add more tests
345 for the new error case.
346
347 2004-06-02 Dmitry V. Levin <ldv@altlinux.org>
348 Ranjani Murthy <ranmur@gmail.com>
349
350 * stdlib/canonicalize.c (__realpath): Change realpath(3) to
351 return NULL and set errno to ENOTDIR for such pathnames like
352 "/path/to/existing-non-directory/".
353
354 2005-04-26 Ulrich Drepper <drepper@redhat.com>
355
356 * time/strptime_l.c (__strptime_internal): Handle 'z' to set
357 tm_gmtoff.
358 * time/Makefile (tests): Add tst-strptime2.
359 * time/tst-strptime2.c: New file.
360
361 2005-04-26 Jakub Jelinek <jakub@redhat.com>
362
363 * elf/dl-close.c: Include stddef.h.
364 (_dl_close): If called recursively, just remember GC needs to be rerun
365 and decrease l_direct_opencount. Avoid GC if l_direct_opencount
366 decreased to 1. Rerun GC at the end if any destructor unloaded some
367 additional libraries.
368 * elf/Makefile: Add rules to build and run unload6 test.
369 * elf/unload6.c: New test.
370 * elf/unload6mod1.c: New file.
371 * elf/unload6mod2.c: New file.
372 * elf/unload6mod3.c: New file.
373
374 * malloc/hooks.c (mem2chunk_check): Add magic_p argument, set *magic_p
375 if magic_p is not NULL.
376 (top_check): Invoke MALLOC_FAILURE_ACTION if MORECORE failed.
377 (malloc_check): Fail if sz == -1.
378 (free_check): Adjust mem2chunk_check caller.
379 (realloc_check): Likewise. Fail if bytes == -1. If bytes == 0 and
380 oldmem != NULL, call free_check and return NULL. If reallocating
381 and returning NULL, invert magic byte again to make oldmem valid
382 region for further checking.
383 (memalign_check): Fail if bytes == -1.
384 * malloc/Makefile: Add rules to build and run tst-mcheck.
385 * malloc/tst-mcheck.c: New test.
386
387 2005-04-26 Ulrich Drepper <drepper@redhat.com>
388
389 * stdio-common/vfscanf.c: Correctly account for characters of
390 decimal points right after +-.
391
392 2005-04-26 Roland McGrath <roland@redhat.com>
393
394 * elf/rtld-Rules (rtld-all): Test ifndef rtld-modules instead of
395 ifeq ($(subdir),elf) to distinguish main driver from subdir runs.
396
397 2005-04-25 Roland McGrath <roland@redhat.com>
398
399 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
400 (INTERNAL_SYSCALL_ERROR_P): Fix typo in last change.
401
402 * sunrpc/xdr.c (xdr_u_int): Use `long' for L and cast where needed.
403
404 * elf/dl-load.c: Revert last change.
405
406 2005-04-24 Ulrich Drepper <drepper@redhat.com>
407
408 * stdio-common/vfscanf.c: Fix parsing of decimal point after +-.
409 Patch by Hamed Malek <hamed@bamdad.org>.
410
411 2005-04-21 Roland McGrath <roland@redhat.com>
412
413 * elf/dl-load.c (_dl_map_object_from_fd): Don't use MAP_DENYWRITE,
414 since Linux ignores it in user mmap calls.
415
416 2005-04-17 David S. Miller <davem@davemloft.net>
417
418 * sysdeps/sparc/sparc32/elf/start.S: Define __data_start.
419 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
420
421 2005-04-15 Roland McGrath <roland@redhat.com>
422
423 * timezone/Makefile (zic-deps): New variable.
424 ($(testdata)/America/New_York): Use it instead of explicit deps.
425 ($(testdata)/Etc/UTC, $(testdata)/Australia/Melbourne): Likewise.
426 ($(testdata)/America/Sao_Paulo, $(testdata)/Asia/Tokyo): Likewise.
427 (%/UTC %/Universal): New pattern rule, replaces ...
428 ($(testdata)/UTC, $(testdata)/Universal): ... these removed targets.
429 ($(testdata)/%/Berlin $(testdata)/%/London): New pattern rule.
430 ($(testdata)/Europe/London, $(testdata)/Europe/Berlin): Removed.
431
432 2005-04-14 Roland McGrath <roland@redhat.com>
433
434 * MakeTAGS ($P/$(domain).pot): Depend on distinfo file as well.
435 (extract): Filter-out distinfo file name.
436
437 [BZ #253]
438 * MakeTAGS (text-srcs): Match %.bash.in files too.
439
440 [BZ #253]
441 * nscd/Makefile (all-nscd-modules): New variable, include selinux
442 module regardless of configuration.
443 (distribute): Use that instead of $(nscd-modules).
444
445 2005-04-13 David S. Miller <davem@davemloft.net>
446
447 Add sparc64 TLS and NPTL support.
448 * elf/tls-macros.h: Add Sparc64 defines.
449 * sysdeps/sparc/sparc64/dl-machine.h (sparc64_fixup_plt): Mark as
450 always_inline.
451 (elf_machine_fixup_plt): Likewise.
452 (elf_machine_rela): Handle TLS relocations.
453 (elf_machine_type_cleaa): Likewise.
454 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
455 (SYSCALL_ERROR_HANDLER_ENTRY): Use sethi/or for GOT reloc.
456 It does not always fit in R_SPARC_GOT13 when building -fPIC.
457 Also, add TLS handling.
458 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
459 Increase it to 2.4.21 for sparc64.
460 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: NULL terminate
461 backtrace by zero'ing out %fp. Store away flags, func_ptr,
462 and func_arg in global registers not local registers.
463 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Handle PTID, TLS,
464 and CTID arguments properly. Add RESET_PID handling.
465 * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Rework so that we
466 do not invoke __sigprocmask(). We can always assume rt signals
467 are present on sparc64, so just do an inline syscall.
468
469 2005-04-13 Jakub Jelinek <jakub@redhat.com>
470
471 * sysdeps/sparc/sparc64/dl-machine.h: Add dl_machine_h multiple
472 inclusion guard for the first half of the header.
473 (elf_machine_type_class, ELF_MACHINE_JMP_SLOT, ELF_MACHINE_NO_REL,
474 ELF_MACHINE_PLTREL_OVERLAP, elf_machine_runtime_setup,
475 elf_machine_relplt, DL_STACK_END, RTLD_START): Move into the
476 #ifndef dl_machine_h guarded part of the header.
477
478 2005-04-14 Ulrich Drepper <drepper@redhat.com>
479
480 [BZ #851]
481 * posix/execvp.c (execvp): Use file name including path when
482 trying to run it with shell.
483 * posix/Makefile: Add rules to build and run tst-execvp3.
484 * posix/tst-execvp3.c: New file.
485
486 2005-04-12 Ulrich Drepper <drepper@redhat.com>
487
488 * stdlib/random_r.c (__initstate_r): Don't use non-existing state.
489 * string/tst-strfry.c: New file.
490 * string/Makefile (tests): Add tst-strfry.
491
492 2005-04-11 James A. Morrison <ja2morri@uwaterloo.ca>
493
494 * manual/string.texi: Fix typo in wmemcpy decl.
495
496 2005-04-10 David S. Miller <davem@davemloft.net>
497
498 * sysdeps/sparc/sparc32/dl-trampoline.S: Use std not stx.
499
500 2005-04-08 Carlos O'Donell <carlos@baldric.uwo.ca>
501
502 * FAQ.in: Explain why `make' might fail running rpcgen.
503 * FAQ: Regenerated.
504
505 2005-04-07 Roland McGrath <roland@redhat.com>
506
507 * po/libc.pot: Regenerated.
508
509 2005-04-07 Roland McGrath <roland@redhat.com>
510
511 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion)
512 [(NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO) && SHARED]: Scan
513 GLRO(dl_sysinfo_map) for PT_NOTE giving Linux kernel version,
514 we can skip the uname call if it's there.
515 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Don't use
516 DL_SYSDEP_OSCHECK here.
517 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]: Do it here instead.
518
519 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro):
520 Add _dl_sysinfo_map.
521 * elf/rtld.c (dl_main): Don't call _dl_init_paths early in the
522 rtld_is_main case. Call it unconditionally later.
523 Move GLRO(dl_sysinfo_dso) handling earlier, before _dl_init_paths call.
524 Initialize GLRO(dl_sysinfo_map).
525 * elf/dl-load.c (open_path): Bail out if _dl_init_paths wasn't called.
526 * sysdeps/generic/dl-sysdep.c (_DL_FIRST_EXTRA): New macro.
527 (_dl_important_hwcaps)
528 [(NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO) && SHARED]: Scan
529 GLRO(dl_sysinfo_map) for PT_NOTE giving synthetic hwcap names
530 and bit values.
531 * elf/ldconfig.c (_DL_FIRST_EXTRA): New macro.
532 (hwcap_extra): New static variable.
533 (is_hwcap_platform): Check hwcap_extra for a matching name.
534 Remove tls special case.
535 (path_hwcap): Likewise.
536 (parse_conf): Parse "hwcap" directive to define synthetic hwcap bits
537 and their names, stored in hwcap_extra.
538 (main) [USE_TLS]: Initialize final synthetic hwcap bit as "tls".
539
540 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Use uint64_t for
541 _dl_hwcap and _dl_hwcap_mask.
542 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Cast a_val for
543 AT_HWCAP to unsigned long int.
544 * elf/dl-support.c (_dl_aux_init): Likewise.
545 (_dl_hwcap): Update defn.
546
547 * elf/cache.c (print_entry): Pad hwcap value with 0s in diagnostic.
548 * elf/ldconfig.c (search_dir): Likewise.
549
550 2005-04-05 Roland McGrath <roland@redhat.com>
551
552 * NEWS: Copy 2.3.5 section from 2.3 branch.
553
554 * intl/tst-codeset.sh: Use mkdir -p. Put msgfmt output in temporary
555 file and mv it into place.
556 * intl/tst-gettext3.sh: Likewise.
557
558 * Makefile (glibc-%.tar rule): Use make -q to ensure configure scripts
559 are up to date in srcdir. Touch all configure scripts after export.
560
561 * iconv/gconv_int.h: Include <ctype.h> and <string.h>.
562
563 2005-04-05 H.J. Lu <hongjiu.lu@intel.com>
564
565 [BZ #592]
566 * sysdeps/ia64/fpu/e_acosh.S: Update from Intel libm 2005-04-05
567 (comment changes only).
568 * sysdeps/ia64/fpu/e_acoshl.S: Likewise.
569 * sysdeps/ia64/fpu/e_atanh.S: Likewise.
570 * sysdeps/ia64/fpu/e_cosh.S: Likewise.
571 * sysdeps/ia64/fpu/e_coshf.S: Likewise.
572 * sysdeps/ia64/fpu/e_exp.S: Likewise.
573 * sysdeps/ia64/fpu/e_exp10.S: Likewise.
574 * sysdeps/ia64/fpu/e_exp10f.S: Likewise.
575 * sysdeps/ia64/fpu/e_exp2.S: Likewise.
576 * sysdeps/ia64/fpu/e_exp2f.S: Likewise.
577 * sysdeps/ia64/fpu/e_expf.S: Likewise.
578 * sysdeps/ia64/fpu/e_log.S: Likewise.
579 * sysdeps/ia64/fpu/e_logf.S: Likewise.
580 * sysdeps/ia64/fpu/e_pow.S: Likewise.
581 * sysdeps/ia64/fpu/e_powf.S: Likewise.
582 * sysdeps/ia64/fpu/e_sinh.S: Likewise.
583 * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
584 * sysdeps/ia64/fpu/libm_error.c: Likewise.
585 * sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
586 * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
587 * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
588 * sysdeps/ia64/fpu/libm_sincos.S: Likewise.
589 * sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
590 * sysdeps/ia64/fpu/s_asinh.S: Likewise.
591 * sysdeps/ia64/fpu/s_atanl.S: Likewise.
592 * sysdeps/ia64/fpu/s_cos.S: Likewise.
593 * sysdeps/ia64/fpu/s_cosf.S: Likewise.
594 * sysdeps/ia64/fpu/s_erf.S: Likewise.
595 * sysdeps/ia64/fpu/s_erfc.S: Likewise.
596 * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
597 * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
598 * sysdeps/ia64/fpu/s_erff.S: Likewise.
599 * sysdeps/ia64/fpu/s_expm1.S: Likewise.
600 * sysdeps/ia64/fpu/s_expm1f.S: Likewise.
601 * sysdeps/ia64/fpu/s_log1p.S: Likewise.
602 * sysdeps/ia64/fpu/s_tanf.S: Likewise.
603 * sysdeps/ia64/fpu/s_tanh.S: Likewise.
604 * sysdeps/ia64/fpu/s_tanhf.S: Likewise.
605 * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
606 * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
607 * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
608
609 2005-04-05 Roland McGrath <roland@redhat.com>
610
611 * scripts/config.guess: Update from master, timestamp='2005-03-24'.
612 * scripts/config.sub: Update from master, timestamp='2005-02-10'.
613
614 2005-04-04 David S. Miller <davem@davemloft.net>
615
616 * sysdeps/sparc/sparc32/dl-trampoline.S: New file.
617 * sysdeps/sparc/sparc32/dl-machine.h: Move PLT trampolines there.
618 Use RESOLVE_MAP instead of RESOLVE to protect relocation code.
619 (elf_machine_runtime_setup): Test for dl_profile non-null.
620 * sysdeps/sparc/sparc64/dl-trampoline.S: New file.
621 (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
622 * sysdeps/sparc/sparc64/dl-machine.h: Move PLT trampolines there.
623 Use RESOLVE_MAP instead of RESOLVE to protect relocation code.
624 (elf_machine_runtime_setup): Test for dl_profile non-null.
625 * sysdeps/sparc/bits/link.h: New file.
626 * sysdeps/generic/ldsodefs.h (La_sparc32_regs, La_sparc32_retval,
627 La_sparc64_regs, La_sparc64_retval): New.
628 (struct audit_ifaces): Add sparc entries.
629 * elf/tst-auditmod1.c: Add sparc entries.
630
631 2005-03-27 Bruno Haible <bruno@clisp.org>
632
633 * intl/tst-gettext3.c: New file.
634 * intl/tst-gettext3.sh: New file.
635 * intl/Makefile (distribute): Add tst-gettext3.sh.
636 (test-srcs): Add tst-gettext3.
637 (tests): Depend on tst-gettext3.out.
638 (tst-gettext3.out): New rule.
639 (CFLAGS-tst-gettext3.c): New variable.
640
641 Fix bug exposed by tst-gettext3.
642 * intl/gettextP.h (struct converted_domain): New type.
643 (struct loaded_domain): Remove the conv, conv_tab fields. Add
644 conversions, nconversions fields.
645 (_nl_init_domain_conv): Remove declaration.
646 (_nl_free_domain_conv): Remove declaration.
647 (_nl_find_msg): Add convert argument.
648 * intl/dcigettext.c (DCIGETTEXT): Call _nl_find_msg with convert=1.
649 (_nl_find_msg): Add convert argument. When a conversion to a different
650 charset is needed, create a new converted_domain element, instead of
651 throwing away the old converted translations.
652 (get_output_charset): New function.
653 * intl/loadmsgcat.c (_nl_init_domain_conv): Remove function.
654 (_nl_free_domain_conv): Remove function.
655 (_nl_load_domain): Initialize the conversions array to empty. Use
656 _nl_find_msg instead of _nl_init_domain_conv to retrieve the header
657 entry.
658 (_nl_unload_domain): Free the conversions array and its contents.
659
660 * intl/gettextP.h (struct loaded_domain): Remove codeset_cntr field.
661 (struct binding): Likewise.
662 * intl/bindtextdom.c (set_binding_values): Drop codeset_cntr
663 modifications.
664
665 2005-04-04 Jakub Jelinek <jakub@redhat.com>
666
667 * sunrpc/pmap_rmt.c (xdr_rmtcall_args): Use a dummy arglen instead
668 of trying to encode uninitialized arglen.
669
670 2005-04-04 Ulrich Drepper <drepper@redhat.com>
671
672 [BZ #825]
673 * timezone/scheck.c: Update from tzcode2005h.
674 * timezone/tzfile.h: Likewise.
675 * timezone/zdump.c: Likewise.
676 * timezone/zic.c: Likewise.
677
678 [BZ #825]
679 * timezone/antarctica: Update from tzdata2005h.
680 * timezone/asia: Likewise.
681 * timezone/australasia: Likewise.
682 * timezone/etcetera: Likewise.
683 * timezone/europe: Likewise.
684 * timezone/northamerica: Likewise.
685 * timezone/southamerica: Likewise.
686 * timezone/leapseconds: Likewise.
687 * timezone/iso3166.tab: Likewise.
688
689 2005-03-31 H.J. Lu <hongjiu.lu@intel.com>
690
691 [BZ #592]
692 * sysdeps/ia64/fpu/libm_cpu_defs.h: Update copyright.
693
694 2005-04-01 Ulrich Drepper <drepper@redhat.com>
695
696 * wcsmbs/btowc.c (__btowc): Optimize parameters in ASCII range.
697 * wcsmbs/wctob.c (wctob): Likewise.
698 * wcsmbs/wchar.h (btowc): Add optimized inline function.
699 (wctob): Likewise.
700
701 2005-03-31 Jakub Jelinek <jakub@redhat.com>
702
703 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Use functionally
704 equivalent, but shorter instructions.
705 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
706 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
707 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
708 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
709 * sysdeps/unix/x86_64/sysdep.S: Likewise.
710 * sysdeps/x86_64/strchr.S: Likewise.
711 * sysdeps/x86_64/memset.S: Likewise.
712 * sysdeps/x86_64/strcspn.S: Likewise.
713 * sysdeps/x86_64/strcmp.S: Likewise.
714 * sysdeps/x86_64/elf/start.S: Likewise.
715 * sysdeps/x86_64/strspn.S: Likewise.
716 * sysdeps/x86_64/dl-machine.h: Likewise.
717 * sysdeps/x86_64/bsd-_setjmp.S: Likewise.
718 * sysdeps/x86_64/bsd-setjmp.S: Likewise.
719 * sysdeps/x86_64/strtok.S: Likewise.
720
721 2005-03-30 H.J. Lu <hongjiu.lu@intel.com>
722
723 [BZ #592]
724 * sysdeps/ia64/fpu/e_acosf.S: Update from Intel libm 2005-03-21.
725 * sysdeps/ia64/fpu/e_acoshf.S: Likewise.
726 * sysdeps/ia64/fpu/e_acoshl.S: Likewise.
727 * sysdeps/ia64/fpu/e_acosh.S: Likewise.
728 * sysdeps/ia64/fpu/e_acosl.S: Likewise.
729 * sysdeps/ia64/fpu/e_acos.S: Likewise.
730 * sysdeps/ia64/fpu/e_asinf.S: Likewise.
731 * sysdeps/ia64/fpu/e_asinl.S: Likewise.
732 * sysdeps/ia64/fpu/e_asin.S: Likewise.
733 * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
734 * sysdeps/ia64/fpu/e_atan2.S: Likewise.
735 * sysdeps/ia64/fpu/e_atanhf.S: Likewise.
736 * sysdeps/ia64/fpu/e_atanhl.S: Likewise.
737 * sysdeps/ia64/fpu/e_atanh.S: Likewise.
738 * sysdeps/ia64/fpu/e_coshf.S: Likewise.
739 * sysdeps/ia64/fpu/e_coshl.S: Likewise.
740 * sysdeps/ia64/fpu/e_cosh.S: Likewise.
741 * sysdeps/ia64/fpu/e_exp10f.S: Likewise.
742 * sysdeps/ia64/fpu/e_exp10l.S: Likewise.
743 * sysdeps/ia64/fpu/e_exp10.S: Likewise.
744 * sysdeps/ia64/fpu/e_exp2f.S: Likewise.
745 * sysdeps/ia64/fpu/e_exp2l.S: Likewise.
746 * sysdeps/ia64/fpu/e_exp2.S: Likewise.
747 * sysdeps/ia64/fpu/e_expf.S: Likewise.
748 * sysdeps/ia64/fpu/e_exp.S: Likewise.
749 * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
750 * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
751 * sysdeps/ia64/fpu/e_fmod.S: Likewise.
752 * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
753 * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
754 * sysdeps/ia64/fpu/e_hypot.S: Likewise.
755 * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
756 * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
757 * sysdeps/ia64/fpu/e_lgamma_r.c: Likewise.
758 * sysdeps/ia64/fpu/e_log2f.S: Likewise.
759 * sysdeps/ia64/fpu/e_log2l.S: Likewise.
760 * sysdeps/ia64/fpu/e_log2.S: Likewise.
761 * sysdeps/ia64/fpu/e_logf.S: Likewise.
762 * sysdeps/ia64/fpu/e_logl.S: Likewise.
763 * sysdeps/ia64/fpu/e_log.S: Likewise.
764 * sysdeps/ia64/fpu/e_powf.S: Likewise.
765 * sysdeps/ia64/fpu/e_powl.S: Likewise.
766 * sysdeps/ia64/fpu/e_pow.S: Likewise.
767 * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
768 * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
769 * sysdeps/ia64/fpu/e_remainder.S: Likewise.
770 * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
771 * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
772 * sysdeps/ia64/fpu/e_scalb.S: Likewise.
773 * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
774 * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
775 * sysdeps/ia64/fpu/e_sinh.S: Likewise.
776 * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
777 * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
778 * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
779 * sysdeps/ia64/fpu/libm_error.c: Likewise.
780 * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
781 * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
782 * sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
783 * sysdeps/ia64/fpu/libm_scalblnf.S: Likewise.
784 * sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
785 * sysdeps/ia64/fpu/libm_sincos_large.S: Likewise.
786 * sysdeps/ia64/fpu/libm_sincosl.S: Likewise.
787 * sysdeps/ia64/fpu/libm_sincos.S: Likewise.
788 * sysdeps/ia64/fpu/libm_support.h: Likewise.
789 * sysdeps/ia64/fpu/s_asinhl.S: Likewise.
790 * sysdeps/ia64/fpu/s_asinh.S: Likewise.
791 * sysdeps/ia64/fpu/s_atanf.S: Likewise.
792 * sysdeps/ia64/fpu/s_atanl.S: Likewise.
793 * sysdeps/ia64/fpu/s_cbrtf.S: Likewise.
794 * sysdeps/ia64/fpu/s_cbrtl.S: Likewise.
795 * sysdeps/ia64/fpu/s_cosf.S: Likewise.
796 * sysdeps/ia64/fpu/s_cosl.S: Likewise.
797 * sysdeps/ia64/fpu/s_cos.S: Likewise.
798 * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
799 * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
800 * sysdeps/ia64/fpu/s_erfc.S: Likewise.
801 * sysdeps/ia64/fpu/s_erfl.S: Likewise.
802 * sysdeps/ia64/fpu/s_erf.S: Likewise.
803 * sysdeps/ia64/fpu/s_expm1f.S: Likewise.
804 * sysdeps/ia64/fpu/s_expm1l.S: Likewise.
805 * sysdeps/ia64/fpu/s_expm1.S: Likewise.
806 * sysdeps/ia64/fpu/s_fdimf.S: Likewise.
807 * sysdeps/ia64/fpu/s_fdiml.S: Likewise.
808 * sysdeps/ia64/fpu/s_fdim.S: Likewise.
809 * sysdeps/ia64/fpu/s_frexp.c: Likewise.
810 * sysdeps/ia64/fpu/s_frexpf.c: Likewise.
811 * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
812 * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
813 * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
814 * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
815 * sysdeps/ia64/fpu/s_ldexp.c: Likewise.
816 * sysdeps/ia64/fpu/s_ldexpf.c: Likewise.
817 * sysdeps/ia64/fpu/s_ldexpl.c: Likewise.
818 * sysdeps/ia64/fpu/s_libm_ldexpf.S: Likewise.
819 * sysdeps/ia64/fpu/s_libm_ldexpl.S: Likewise.
820 * sysdeps/ia64/fpu/s_libm_ldexp.S: Likewise.
821 * sysdeps/ia64/fpu/s_libm_scalbnf.S: Likewise.
822 * sysdeps/ia64/fpu/s_libm_scalbnl.S: Likewise.
823 * sysdeps/ia64/fpu/s_libm_scalbn.S: Likewise.
824 * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
825 * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
826 * sysdeps/ia64/fpu/s_log1p.S: Likewise.
827 * sysdeps/ia64/fpu/s_logbf.S: Likewise.
828 * sysdeps/ia64/fpu/s_logbl.S: Likewise.
829 * sysdeps/ia64/fpu/s_logb.S: Likewise.
830 * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
831 * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
832 * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
833 * sysdeps/ia64/fpu/s_nextafterf.S: Likewise.
834 * sysdeps/ia64/fpu/s_nextafterl.S: Likewise.
835 * sysdeps/ia64/fpu/s_nextafter.S: Likewise.
836 * sysdeps/ia64/fpu/s_nexttowardf.S: Likewise.
837 * sysdeps/ia64/fpu/s_nexttowardl.S: Likewise.
838 * sysdeps/ia64/fpu/s_nexttoward.S: Likewise.
839 * sysdeps/ia64/fpu/s_roundf.S: Likewise.
840 * sysdeps/ia64/fpu/s_roundl.S: Likewise.
841 * sysdeps/ia64/fpu/s_round.S: Likewise.
842 * sysdeps/ia64/fpu/s_scalblnf.c: Likewise.
843 * sysdeps/ia64/fpu/s_scalbn.c: Likewise.
844 * sysdeps/ia64/fpu/s_scalbnf.c: Likewise.
845 * sysdeps/ia64/fpu/s_scalbnl.c: Likewise.
846 * sysdeps/ia64/fpu/s_tanf.S: Likewise.
847 * sysdeps/ia64/fpu/s_tanhl.S: Likewise.
848 * sysdeps/ia64/fpu/s_tanh.S: Likewise.
849 * sysdeps/ia64/fpu/s_tanl.S: Likewise.
850 * sysdeps/ia64/fpu/s_tan.S: Likewise.
851 * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
852 * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
853 * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
854 * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
855 * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
856 * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
857
858 [BZ #592]
859 * sysdeps/ia64/fpu/libm_cpu_defs.h: New file.
860 * sysdeps/ia64/fpu/libm_error_codes.h: New file.
861
862 [BZ #592]
863 * sysdeps/ia64/fpu/gen_import_file_list: Updated for Intel libm
864 2005-03-21.
865 * sysdeps/ia64/fpu/import_file.awk: Likewise.
866 * sysdeps/ia64/fpu/import_intel_libm: Likewise.
867 * sysdeps/ia64/fpu/Makefile: Likewise.
868
869 2005-03-29 Jakub Jelinek <jakub@redhat.com>
870
871 * posix/fnmatch.c (fnmatch): For short patterns or strings attempt to
872 avoid calling mbsrtowcs twice.
873
874 2005-03-29 Roland McGrath <roland@redhat.com>
875
876 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): New
877 function, inline broken out of ...
878 (DL_SYSDEP_OSCHECK): ... here. Use that.
879 Do the discovery and set GLRO(dl_osversion) if successful,
880 if __LINUX_KERNEL_VERSION <= 0.
881 * elf/dl-load.c: Don't include dl-osinfo.h here.
882
883 2005-03-29 Alfred M. Szmidt <ams@gnu.org>
884
885 * manual/install.texi (Tools for Compilation): GNU binutils 2.15
886 is now needed.
887
888 2005-03-19 Bruno Haible <bruno@clisp.org>
889
890 * intl/dcigettext.c (struct known_translation_t): Change type of
891 domainname field to 'const char *'.
892 (DCIGETTEXT): Remove const-cast.
893
894 2005-03-29 Thorsten Kukuk <kukuk@suse.de>
895
896 [BZ #661]
897 * grp/initgroups.c (internal_getgrouplist): Check if we have
898 enough space before adding the primary group to the list.
899
900 * posix/tst-execle1.c (do_test): Fix execle arguments.
901 * posix/tst-execle2.c (do_test): Likewise.
902
903 2005-03-28 Roland McGrath <roland@redhat.com>
904
905 * sysdeps/generic/w_exp2.c [NO_LONG_DOUBLE]: Fix typos in alias names.
906 Reported by Mark Mitchell <mark@codesourcery.com>.
907 * Versions.def (libm): Define GLIBC_2.4 set.
908 * math/Versions (libm: GLIBC_2.4): Add this set, with exp2l.
909 * sysdeps/i386/Versions (libm: GLIBC_2.1): Add this set, with exp2l.
910 * sysdeps/ia64/Versions: Likewise.
911 * sysdeps/m68k/Versions: Likewise.
912 * sysdeps/sparc/sparc64/Versions: Likewise.
913 * sysdeps/x86_64/Versions: New file.
914 * sysdeps/mips/mips64/Versions: New file.
915
916 * locale/langinfo.h (_NL_LOCALE_NAME): New macro.
917 [__USE_GNU] (NL_LOCALE_NAME): New macro.
918 * locale/nl_langinfo.c: Grok special item value for _NL_LOCALE_NAME,
919 return locale name string for the category.
920
921 2005-03-25 Jakub Jelinek <jakub@redhat.com>
922
923 * sysdeps/generic/wcstoul_l.c: Include "wcstol_l.c" rather than
924 <wcstol_l.c>.
925
926 2005-03-28 Daniel Jacobowitz <dan@codesourcery.com>
927
928 * sysdeps/mips/atomicity.h: Remove unused file.
929 * sysdeps/mips/dl-machine.h (elf_machine_rel): Add TLS relocations.
930 * sysdeps/mips/dl-tls.h: New file.
931 * sysdeps/mips/libc-tls.c: New file.
932 * sysdeps/mips/tls-macros.h: New file.
933 * sysdeps/mips/bits/atomic.h: New file.
934 * sysdeps/mips/bits/setjmp.h: Protect against multiple inclusion.
935 * sysdeps/mips/elf/configure.in: New file.
936 * sysdeps/mips/elf/configure: Generated.
937 * sysdeps/mips/sys/asm.h: New file.
938 * sysdeps/unix/sysv/linux/mips/vfork.S: New file.
939 * sysdeps/unix/sysv/linux/mips/clone.S: Add NPTL and five-argument
940 clone support.
941 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
942 (INTERNAL_SYSCALL_NCS): New.
943 (INTERNAL_SYSCALL): Update for non-constant support.
944 (internal_syscall0): Likewise.
945 (internal_syscall1): Likewise.
946 (internal_syscall2): Likewise.
947 (internal_syscall3): Likewise.
948 (internal_syscall4): Likewise.
949 (internal_syscall5): Likewise.
950 (internal_syscall6): Likewise.
951 (internal_syscall7): Likewise.
952 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SIGEV_THREAD):
953 Update to match the kernel.
954 (SIGEV_CALLBACK): Likewise.
955 (SIGEV_THREAD_ID): Likewise.
956
957 2005-03-28 Daniel Jacobowitz <dan@codesourcery.com>
958
959 [BZ #783]
960 * elf/tst-auditmod1.c: Add MIPS support.
961 * sysdeps/generic/ldsodefs.h (La_mips_32_regs): New.
962 (La_mips_32_retval): New.
963 (La_mips_64_regs): New.
964 (La_mips_64_retval): New.
965 (struct audit_ifaces): Add MIPS entries.
966 * sysdeps/mips/dl-machine.h: Check RESOLVE_MAP instead of RESOLVE.
967 (elf_machine_runtime_link_map, ELF_DL_FRAME_SIZE,
968 ELF_DL_SAVE_ARG_REGS, ELF_DL_RESTORE_ARG_REGS,
969 ELF_MACHINE_RUNTIME_TRAMPOLINE): Move to dl-trampoline.c.
970 (RTLD_START): Align the stack before calling _dl_init_internal.
971 Use .ent for _dl_start_user.
972 (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): Define.
973 (elf_machine_rel, elf_machine_rel_relative, elf_machine_lazy_rel)
974 (elf_machine_runtime_setup): Use "auto inline".
975 (elf_machine_rela, elf_machine_rela_relative): Provide empty versions.
976 (elf_machine_got_rel): Likewise. Use RESOLVE_MAP.
977 * sysdeps/mips/dl-trampoline.c: New file.
978 * sysdeps/mips/bits/link.h: New file.
979 * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
980 (internal_syscall5): Use register operands instead of non-lvalue
981 memory operands.
982 (internal_syscall6): Likewise.
983 (internal_syscall7): Likewise.
984
985 2005-03-27 Andreas Jaeger <aj@suse.de>
986
987 * debug/warning-nop.c (__builtin___memcpy_chk): Define away to
988 avoid warnings with older compiler.
989 (__builtin___memcpy_chk): Likewise.
990 (__builtin___memmove_chk: Likewise.
991 (__builtin___mempcpy_chk): Likewise.
992 (__builtin___memset_chk): Likewise.
993 (__builtin___stpcpy_chk): Likewise.
994 (__builtin___strcat_chk): Likewise.
995 (__builtin___strcpy_chk): Likewise.
996 (__builtin___strncat_chk): Likewise.
997 (__builtin___strncpy_chk): Likewise.
998 (__builtin_object_size): Likewise.
999
1000 2005-03-27 Daniel Jacobowitz <dan@codesourcery.com>
1001
1002 * elf/tls-macros.h: Correct typo.
1003
1004 2005-03-23 Jakub Jelinek <jakub@redhat.com>
1005
1006 [BZ #822]
1007 * nis/ypclnt.c (yp_2_yperr): Revert 2004-11-30 patch.
1008 (ypprot_err): Use yp_2_yperr table also for YP_NODOM .. YP_NOMORE.
1009
1010 2005-03-22 Roland McGrath <roland@redhat.com>
1011
1012 * locale/setlocale.c: Comment typo.
1013
1014 * scripts/versions.awk: No errors for GLIBC_PRIVATE.
1015
1016 * Versions.def (libdl, librt): Add GLIBC_2.3.4 version.
1017
1018 * scripts/versions.awk: Print all errors and die at the end.
1019 Use library name in versions array keys.
1020
1021 2005-03-22 Daniel Jacobowitz <dan@codesourcery.com>
1022
1023 * elf/elf.h (PT_ARM_EXIDX): New macro.
1024
1025 2005-03-21 Thorsten Kukuk <kukuk@suse.de>
1026
1027 * sunrpc/xdr_stdio.c (xdrstdio_getlong, xdrstdio_putlong):
1028 Convert correctly between long/int on 64bit big-endian.
1029
1030 2005-03-21 David Mosberger <davidm@hpl.hp.com>
1031
1032 * sysdeps/ia64/_mcount.S: Newer kernels don't like register-frames
1033 with more than 8 output registers. Fix this by passing original
1034 ar.pfs to _mcount_ret_helper via r3.
1035
1036 2005-03-15 Jakub Jelinek <jakub@redhat.com>
1037
1038 [BZ #786]
1039 * sysdeps/generic/dl-tls.c (_dl_next_tls_modid): Handle
1040 GL(dl_tls_static_nelem) == GL(dl_tls_max_dtv_idx).
1041 * elf/Makefile: Add rules to build and run tst-tls15.
1042 * elf/tst-tls15.c: New test.
1043 * elf/tst-tlsmod15a.c: New file.
1044 * elf/tst-tlsmod15b.c: New file.
1045
1046 2005-03-20 Ulrich Drepper <drepper@redhat.com>
1047
1048 * elf/rtld.c (dl_main): Always call init_tls if we have audit modules.
1049
1050 2005-03-20 Alfred M. Szmidt <ams@gnu.org>
1051
1052 * elf/dl-open.c (dl_open_worker): Fix typo.
1053
1054 2005-03-20 Ulrich Drepper <drepper@redhat.com>
1055
1056 * malloc/malloc.c (public_cALLOc): We cannot skip the memory
1057 clearing if perturb_byte != 0.
1058
1059 2005-03-20 Jakub Jelinek <jakub@redhat.com>
1060
1061 * posix/bits/unistd.h (pread) [__USE_FILE_OFFSET64]: Use __off64_t
1062 instead of __off_t for last argument.
1063 * debug/Makefile (tests): Add tst-lfschk{1,2,3}.
1064 * debug/tst-lfschk1.c: New test.
1065 * debug/tst-lfschk2.c: New test.
1066 * debug/tst-lfschk3.c: New test.
1067
1068 2005-02-09 Jakub Jelinek <jakub@redhat.com>
1069
1070 * sysdeps/unix/sysv/linux/bits/termios.h (CMSPAR): Define.
1071 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Add __USE_MISC
1072 and __USE_XOPEN guards to match linux/bits/termios.h.
1073 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
1074 (CMSPAR): Define.
1075 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
1076
1077 2005-02-10 H.J. Lu <hongjiu.lu@intel.com>
1078
1079 * sysdeps/ia64/elf/initfini.c: Add local _init and _fini labels.
1080
1081 2005-02-27 Denis Barbier <barbier@debian.org>
1082
1083 [BZ #38]
1084 * locale/iso-4217.def: Add CSD currency.
1085
1086 2005-03-19 Ulrich Drepper <drepper@redhat.com>
1087
1088 * inet/test-ifaddrs.c: Use test-skeleton.
1089 * inet/test_ifindex.c: Likewise.
1090
1091 [BZ #821]
1092 * elf/dl-lookup.c (add_dependency): Always search l_initfini if
1093 the list exists.
1094
1095 [BZ #821]
1096 * elf/Makefile: Add rules to build and run order2.
1097 * elf/order2.c: New file.
1098 * elf/order2mod1.c: New file.
1099 * elf/order2mod2.c: New file.
1100 * elf/order2mod3.c: New file.
1101 * elf/order2mod4.c: New file.
1102
1103 2005-03-19 Jakub Jelinek <jakub@redhat.com>
1104
1105 [BZ #821]
1106 * elf/dl-open.c (dl_open_worker): Print exact l_direct_opencount value,
1107 it has been incremented before.
1108
1109 2005-03-18 Ulrich Drepper <drepper@redhat.com>
1110
1111 [BZ #821]
1112 * elf/dl-fini.c (_dl_fini): Split sorting of the maps in separate
1113 function _dl_sort_fini.
1114 (_dl_sort_fini): New function.
1115 * sysdeps/generic/ldsodefs.h: Declare _dl_sort_fini.
1116 * elf/dl-close.c (_dl_close): Call _dl_sort_fini before running
1117 destructors to call them in the right order.
1118
1119 2005-02-07 Steven Munroe <sjmunroe@us.ibm.com>
1120
1121 * sysdeps/powerpc/bits/link.h (La_ppc64_regs): Add lr_vrsave.
1122 (La_ppc64_retval): Correct size of lrc_fp.
1123 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_profile_resolve):
1124 Fix up ABI problems and complete function.
1125
1126 2005-03-10 Jakub Jelinek <jakub@redhat.com>
1127
1128 * math/test-misc.c (main): Add some more tests.
1129
1130 2005-03-17 Jakub Jelinek <jakub@redhat.com>
1131
1132 * posix/regcomp.c (re_compile_fastmap_iter): Fix check for failed
1133 __wcrtomb. Check return values of other __wcrtomb calls.
1134 * posix/regex_internal.c (build_wcs_buffer, re_string_skip_chars):
1135 Change mbclen type to size_t.
1136 (build_wcs_upper_buffer): Change mbclen and mbcdlen type to size_t.
1137 Handle mb chars whose upper case doesn't have multibyte representation
1138 in locale's charset.
1139
1140 2005-03-15 Jakub Jelinek <jakub@redhat.com>
1141
1142 * malloc/malloc.c (_int_icalloc, _int_icomalloc, iALLOc,
1143 public_iCALLOc, public_iCALLOc, public_iCOMALLOc): Protect with
1144 #ifndef _LIBC.
1145
1146 [BZ #779]
1147 * malloc/malloc.c (public_mTRIm): Initialize malloc if not yet
1148 initialized.
1149
1150 2005-03-10 Jakub Jelinek <jakub@redhat.com>
1151
1152 * misc/sys/cdefs.h (__always_inline): Define.
1153 * posix/bits/unistd.h (read, pread, pread64, readlink, getcwd, getwd):
1154 Use __always_inline instead of __inline.
1155 * socket/bits/socket2.h (recv, recvfrom): Likewise.
1156 * libio/bits/stdio2.h (gets, fgets, fgets_unlocked): Likewise.
1157 * string/bits/string3.h (__memcpy_ichk, __memmove_ichk, __mempcpy_ichk,
1158 __memset_ichk, __strcpy_ichk, __stpcpy_ichk, __strncpy_ichk,
1159 __strcat_ichk, __strncat_ichk): Use __always_inline instead of
1160 __inline__ __attribute__ ((__always_inline__)).
1161
1162 2005-03-09 Jakub Jelinek <jakub@redhat.com>
1163
1164 * debug/tst-chk1.c: Include sys/socket.h and sys/un.h.
1165 (do_test): Add new tests for recv, recvfrom, getcwd, getwd and
1166 readlink. Add some more tests for read, pread, pread64, fgets and
1167 fgets_unlocked.
1168
1169 * posix/bits/unistd.h (read, pread, pread64, readlink,
1170 getcwd, getwd): Change macros into extern inline functions.
1171 (__read_alias, __pread_alias, __pread64_alias, __readlink_alias,
1172 __getcwd_alias, __getwd_alias): New prototypes.
1173 * socket/bits/socket2.h (recv, recvfrom): Change macros into
1174 extern inline functions.
1175 (__recv_alias, __recvfrom_alias): New prototypes.
1176 * libio/bits/stdio2.h (gets, fgets, fgets_unlocked): Change macros
1177 into extern inline functions.
1178 (__gets_alias, __fgets_alias, __fgets_unlocked_alias): New prototypes.
1179
1180 * debug/pread_chk.c (__pread_chk): Fix order of arguments passed
1181 to __pread.
1182 * debug/pread64_chk.c (__pread64_chk): Fix order of arguments passed
1183 to __pread64.
1184
1185 2005-03-18 Daniel Jacobowitz <dan@codesourcery.com>
1186
1187 * configure.in: Use %function instead of @function.
1188
1189 2005-03-18 Ulrich Drepper <drepper@redhat.com>
1190
1191 [BZ #821]
1192 * include/link.h (struct link_map): Remove l_opencount. Add l_removed.
1193 Change type of l_idx to int.
1194 * elf/dl-close.c: Basically rewrite. Do not use l_opencount to
1195 determine whether a DSO has to be unloaded. Instead compute this
1196 in this function.
1197 * elf/dl-deps.c: No need to manipulate l_opencount anymore.
1198 * elf/dl-lookup.c: Likewise.
1199 * elf/rtld.c: Likewise
1200 * elf/dl-open.c: Likewise. Use l_init_called to determine whether
1201 object was just loaded.
1202 * elf/dl-fini.c: Bump l_direct_opencount instead of l_opencount.
1203 * elf/dl-load.c (_dl_map_object_from_fd): Do not recognize DSO which
1204 is about to be unloaded as a match.
1205 (_dl_map_object): Likewise.
1206 * elf/do-lookup.h (do_lookup_x): Do not look into DSO which is about
1207 to be unloaded.
1208 * elf/circleload1.c: Don't use l_opencount anymore.
1209 * elf/neededtest.c: Likewise.
1210 * elf/neededtest2.c: Likewise.
1211 * elf/neededtest3.c: Likewise.
1212 * elf/neededtest4.c: Likewise.
1213 * elf/unload.c: Likewise.
1214 * elf/unload2.c: Likewise.
1215 * elf/loadtest.c: Likewise.
1216
1217 [BZ #821]
1218 * elf/rtld.c: Preloading errors are now never fatal.
1219
1220 2005-03-08 Jakub Jelinek <jakub@redhat.com>
1221
1222 [BZ #821]
1223 * elf/Makefile: Add rules to build and run unload5 test.
1224 * elf/unload5.c: New file.
1225
1226 [BZ #821]
1227 * elf/Makefile: Add rules to build and run unload4 test.
1228 * elf/unload4.c: New file.
1229 * elf/unload4mod1.c: New file.
1230 * elf/unload4mod2.c: New file.
1231 * elf/unload4mod3.c: New file.
1232 * elf/unload4mod4.c: New file.
1233
1234 2005-03-17 Roland McGrath <roland@redhat.com>
1235
1236 * nscd/aicache.c (addhstaiX): Tweak type to avoid warning.
1237
1238 2005-03-16 Richard Henderson <rth@redhat.com>
1239
1240 * include/libc-symbols.h (__hidden_proto): Remove bogus declaration
1241 of internal.
1242 (__hidden_def1, __hidden_dot_def1): Remove.
1243 (__hidden_def2, __hidden_def3): Remove.
1244 (__hidden_ver1): New.
1245 (hidden_ver, hidden_def, hidden_weak): Use it.
1246 (hidden_data_ver, hidden_data_ver, hidden_data_weak): Use non-data
1247 version of the macro.
1248
1249 * include/wchar.h (__wcscoll): Remove.
1250 * wcsmbs/wcscoll.c: Define wcscoll directly instead of via __wcscoll.
1251 * string/strcoll.c: Don't issue libc_hidden_def STRCOLL redefined.
1252
1253 2005-03-16 Daniel Jacobowitz <dan@codesourcery.com>
1254
1255 * elf/elf.h: Define MIPS TLS relocations.
1256
1257 2005-03-16 Ulrich Drepper <drepper@redhat.com>
1258
1259 * elf/circleload1.c (main): Pretty printing.
1260
1261 2005-03-15 Jakub Jelinek <jakub@redhat.com>
1262
1263 * sysdeps/generic/wordexp.c (exec_comm_child): Add inline keyword.
1264 Patch by Dan Kegel <dank@kegel.com>.
1265
1266 * elf/dynamic-link.h (elf_machine_rel, elf_machine_rel_relative,
1267 elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
1268 Add inline keyword.
1269 * sysdeps/alpha/dl-machine.h (elf_machine_rela,
1270 elf_machine_rela_relative, elf_machine_lazy_rel): Add always_inline
1271 attribute.
1272 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
1273 elf_machine_rela_relative, elf_machine_lazy_rel): Likewise. Change
1274 static inline into auto inline.
1275 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
1276 elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
1277 * sysdeps/generic/dl-machine.h (elf_machine_rel, elf_machine_rela):
1278 Likewise.
1279 * sysdeps/arm/dl-machine.h (elf_machine_rel, elf_machine_rel_relative,
1280 elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
1281 Likewise.
1282
1283 2005-03-15 Jakub Jelinek <jakub@redhat.com>
1284
1285 [BZ #789]
1286 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Fix asm constraints.
1287 Remove memory clobber.
1288
1289 * sysdeps/x86_64/hp-timing.h (HP_TIMING_ACCUM): Make the addition
1290 thread-safe. Subtract GLRO(dl_hp_timing_overhead) from Diff.
1291
1292 2005-03-14 Jakub Jelinek <jakub@redhat.com>
1293
1294 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Don't include
1295 asm/types.h.
1296
1297 2005-03-10 GOTO Masanori <gotom@debian.or.jp>
1298
1299 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Define MAP_POPULATE and
1300 MAP_NONBLOCK.
1301 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
1302 Correct MAP_GROWSDOWN value.
1303
1304 2005-03-13 Roland McGrath <roland@redhat.com>
1305
1306 * elf/tls-macros.h: #include_next <tls-macros.h> to get a sysdeps
1307 version if there is one. Only #error if macros are then undefined.
1308 * sysdeps/generic/tls-macros.h: New file.
1309
1310 2005-03-10 GOTO Masanori <gotom@debian.or.jp>
1311
1312 * sysdeps/hppa/configure.in: Remove old Makefile leftovers.
1313 * sysdeps/hppa/configure: Regenerated.
1314
1315 2005-03-08 Roland McGrath <roland@redhat.com>
1316
1317 * sysdeps/gnu/errlist-compat.awk: Use NERR in all array decls, so
1318 array types match exactly in C alias decls.
1319
1320 2005-03-07 Ulrich Drepper <drepper@redhat.com>
1321
1322 * malloc/arena.c (ptmalloc_init): Recognize MALLOC_PERTURB_ and call
1323 mallopt appropriately.
1324 * malloc/malloc.h: Define M_PERTURB.
1325 * malloc/malloc.c (perturb_byte): New variable.
1326 (alloc_perturb, free_perturb): New macros.
1327 (_int_malloc): Before returning, overwrite the memory if this is
1328 requested.
1329 (_int_free): Overwrite freed memory if requested.
1330 (mALLOPt): Handle M_PERTURB.
1331 * test-skeleton.c: Add call to mallopt with M_PERTURB command.
1332
1333 * elf/dl-close.c (_dl_close): Decrement l_opencount before
1334 printing debug message.
1335 * elf/dl-open.c (dl_open_worker): Always print the new opencount
1336 in debug messages.
1337
1338 2005-03-06 Ulrich Drepper <drepper@redhat.com>
1339
1340 * elf/dl-close.c (_dl_close): Unify debug message format.
1341
1342 * elf/dl-close.c (_dl_close): Print debug message just before
1343 destroying a link map.
1344
1345 * elf/do-lookup.h (do_lookup_x): Add namespace info to debug output.
1346 * elf/dl-version.c (match_symbol): Likewise.
1347
1348 * posix/bits/unistd.h (pread): Fix typo in __USE_FILE_OFFSET64 code.
1349
1350 * debug/recv_chk.c (__recv_chk): Always fail if request could
1351 overflow the buffer.
1352 * debug/recvfrom_chk.c (__recvfrom_chk): Likewise.
1353 * socket/bits/socket2.h (recv): Avoid calls to the _chk variant if
1354 we know the call succeeds.
1355 (recvfrom): Likewise.
1356
1357 2005-03-05 Ulrich Drepper <drepper@redhat.com>
1358
1359 * posix/regexec.c (check_node_accept_bytes): Correct cast to avoid
1360 warning.
1361 * posix/regex_internal.c (re_string_reconstruct): Add cast to
1362 avoid warning.
1363 (build_wcs_upper_buffer): Change type of bug to plain char.
1364 * locale/weightwc.h (findidx): Add casts to avoid warnings.
1365 * time/mktime.c (ranged_convert): Initialize tm to make the
1366 compiler happy.
1367 * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Add casts to avoid warnings.
1368 * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Add casts to avoid warnings.
1369 * wcsmbs/mbsnrtowcs.c: Add casts to avoid warnings.
1370 * wcsmbs/wcsrtombs.c (__wcsrtombs): Add casts to avoid warnings.
1371 * wcsmbs/wcrtomb.c (__wcrtomb): Add casts to avoid warnings.
1372 * wcsmbs/mbrtowc.c (__mbrtowc): Use unsigned char for outbuf.
1373 * wcsmbs/wctob.c (wctob): Make buf array of unsigned char.
1374 * sysdeps/generic/strchrnul.c: Add cast to avoid warning.
1375 * libio/iofwide.c: Add casts to avoid warnings.
1376 * stdio-common/printf-prs.c (parse_printf_format): Introduce new
1377 variable f to avoid warnings.
1378 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
1379 Fix a few casts to avoid warnings.
1380 * iconv/gconv_simple.c (internal_utf8_loop): Make start unsigned
1381 to avoid warning.
1382
1383 * posix/regex_internal.c [_LIBC] (build_wcs_buffer): Avoid using
1384 dynamically sized array.
1385 (build_wcs_upper_buffer): Likewise.
1386
1387 2005-03-05 Jakub Jelinek <jakub@redhat.com>
1388
1389 * include/bits/unistd.h: New file.
1390 * include/bits/socket2.h: New file.
1391
1392 2005-03-05 Ulrich Drepper <drepper@redhat.com>
1393
1394 * sunrpc/key_call.c: Remove doors support.
1395 * sunrpc/Makefile: Remove CPPFLAGS-key_call.c definition.
1396 * configure.in: Remove test for doors support which never existed.
1397 * config.make.in: Remove have_doors entry.
1398
1399 * configure.in: Make sure at least gcc 3.4 is used. Undo last change.
1400 * config.make.in: Undo last change.
1401
1402 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Unconditionally use
1403 -mtune.
1404
1405 2005-03-05 Roland McGrath <roland@redhat.com>
1406
1407 * sysdeps/generic/ldsodefs.h (_dl_out_of_memory_internal): Remove decl.
1408 (_dl_out_of_memory): Use rtld_hidden_proto.
1409 * elf/dl-error.c (_dl_out_of_memory): Use rtld_hidden_data_def.
1410 (_dl_signal_error): Don't use INTUSE on _dl_out_of_memory.
1411 * elf/dl-open.c (_dl_open): Likewise.
1412 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
1413
1414 * sunrpc/des_impl.c (des_set_key): Make first argument unsigned char *.
1415
1416 * elf/dl-addr.c (_dl_addr): Add a cast.
1417
1418 [BZ #821]
1419 * elf/unload3mod4.c: Declare foo.
1420 * elf/testobj2.c: Include <stdio.h>.
1421
1422 * sysdeps/gnu/errlist.awk: Emit NERR macro for _sys_nerr_internal
1423 value constant, and use it in the defn.
1424 * sysdeps/gnu/errlist-compat.awk: Use NERR in array decl.
1425 Use actual size for compat array decls.
1426
1427 * config.make.in (cc-mtune): New substituted variable.
1428 * configure.in (libc_cv_cc_mtune): New test for -mtune= switch,
1429 done only if libc_mtune_example is defined.
1430 * sysdeps/i386/configure.in (libc_mtune_example): Set it.
1431 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Use $(cc-mtune).
1432
1433 2005-03-05 Jakub Jelinek <jakub@redhat.com>
1434
1435 * sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define
1436 unconditionally to (defined RTLD_BOOTSTRAP).
1437 * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Likewise.
1438
1439 2005-03-05 Jakub Jelinek <jakub@redhat.com>
1440
1441 * Makerules ($(inst_libdir)/libc.so): Use $(slibdir) instead of
1442 $(inst_slibdir) in AS_NEEDED directive.
1443
1444 2005-03-03 Jakub Jelinek <jakub@redhat.com>
1445
1446 * posix/bits/unistd.h (pread, pread64): Don't swap function arguments.
1447
1448 2005-03-01 H.J. Lu <hongjiu.lu@intel.com>
1449
1450 [BZ #776]
1451 * iconv/iconvconfig.c: Fix comment for the output file.
1452 (write_output): Clear padding in header.
1453
1454 2005-03-03 Ulrich Drepper <drepper@redhat.com>
1455
1456 [BZ #821]
1457 * elf/dl-close.c (_dl_close): Don't try to set up new searchpath if the
1458 loader is closed. Fixes unload3.
1459 * elf/tst-global1.c: New file.
1460 * elf/Makefile (tests): Add tst-global1.
1461 * elf/testobj2.c (p): New function.
1462
1463 2005-03-03 Jakub Jelinek <jakub@redhat.com>
1464
1465 [BZ #821]
1466 * elf/Makefile: Add rules to build and run unload3 test.
1467 * elf/unload3.c: New test.
1468 * elf/unload3mod1.c: New file.
1469 * elf/unload3mod2.c: New file.
1470 * elf/unload3mod3.c: New file.
1471 * elf/unload3mod4.c: New file.
1472
1473 2005-02-21 Alan Modra <amodra@bigpond.net.au>
1474
1475 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Don't
1476 use __uint128_t.
1477
1478 2005-03-01 Jakub Jelinek <jakub@redhat.com>
1479
1480 * posix/bits/unistd.h (read, pread, pread64): Use __bos0 instead
1481 of __bos.
1482 * socket/bits/socket2.h (recv, recvfrom): Likewise.
1483
1484 2005-03-01 Roland McGrath <roland@redhat.com>
1485
1486 [BZ #721]
1487 * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Define this outside
1488 of [RESOLVE_MAP].
1489
1490 2005-03-01 Alfred M. Szmidt <ams@gnu.org>
1491
1492 [BZ #777]
1493 * elf/dl-load.c (__stack_prot) [!PROT_GROWSUP && !PROT_GROWSDOWN]:
1494 Add missing initializer.
1495
1496 [BZ #777]
1497 * malloc/arena.c: #include <stdbool.h> outside of [SHARED &&
1498 USE_TLS && !USE___THREAD].
1499
1500 2005-02-26 GOTO Masanori <gotom@debian.or.jp>
1501
1502 * csu/Makefile: Use printf instead of echo for some shells.
1503
1504 2005-02-28 Roland McGrath <roland@redhat.com>
1505
1506 * debug/warning-nop.c (__nop): Rename to nop, make it static.
1507 (__warndecl): Use alias attribute directly, instead of strong_alias
1508 macro. Add attribute_hidden.
1509
1510 2005-02-28 Ulrich Drepper <drepper@redhat.com>
1511
1512 * posix/bits/unistd.h: Avoid calling __*_chk variants if we can
1513 determine the call will never trigger a failure.
1514 * debug/read_chk.c (__read_chk): Always fail if the buffer is too
1515 small.
1516 * debug/readlink_chk.c (__readlink_chk): Likewise.
1517 * debug/pread64_chk.c (__pread64_chk): Likewise.
1518 * debug/pread_chk.c (__pread_chk): Likewise.
1519
1520 * sysdeps/i386/i686/memset_chk.S: Remove alias and warning.
1521 * sysdeps/x86_64/memset_chk.S: Likewise.
1522
1523 2005-02-24 Roland McGrath <roland@redhat.com>
1524
1525 * debug/Versions (libc: GLIBC_2.4): Remove
1526 __memset_zero_constant_len_parameter.
1527 * sysdeps/generic/memset_chk.c: Remove alias and warning.
1528 * misc/sys/cdefs.h (__warndecl): New macro.
1529 * debug/warning-nop.c: New file.
1530 * string/bits/string3.h (memset): Call __warn_memset_zero_len with no
1531 arguments, instead of calling __memset_zero_constant_len_parameter.
1532 Use __warndecl for __warn_memset_zero_len.
1533 * debug/Makefile (routines): Add $(static-only-routines).
1534 (static-only-routines): New variable.
1535
1536 2005-02-27 Ulrich Drepper <drepper@redhat.com>
1537
1538 * po/tr.po: Update from translation team.
1539
1540 2005-02-26 Ulrich Drepper <drepper@redhat.com>
1541
1542 * elf/dl-addr.c: Cleanups. Move declaration next to first use.
1543
1544 * dlfcn/dlerror.c (check_free): New function. Extract common code
1545 from fini and free_key_mem. Check whether this is libdl in the
1546 base namespace.
1547
1548 2005-02-25 Ulrich Drepper <drepper@redhat.com>
1549
1550 * elf/dl-lookup.c (_dl_debug_bindings): Add namespace information
1551 to debug output.
1552
1553 2004-11-11 Richard Sandiford <rsandifo@redhat.com>
1554
1555 [BZ #758]
1556 * sysdeps/unix/sysv/linux/mips/configure.in (asm-unistd.h): Only
1557 preprocess <asm/unistd.h> if it defines ABI-prefixed syscall names
1558 like __NR_N32_open. Just include <asm/unistd.h> otherwise.
1559 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1560 * sysdeps/unix/sysv/linux/mips/mips32/kern64/sysdep.h: Delete
1561 * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (SYS_ify): Use the
1562 standard __NR prefix.
1563 * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (SYS_ify): Likewise.
1564 * sysdeps/unix/sysv/linux/mips/Makefile (syscall-%.h): Rework so that
1565 the output file is compatible with both pre-2.6 and 2.6 kernel headers.
1566 Extract separate syscall lists for each ABI.
1567
1568 2005-02-23 Ulrich Drepper <drepper@redhat.com>
1569
1570 * Makerules (libc.so): Add AS_NEEDED line for dynamic linker.
1571
1572 [BZ #719]
1573 * elf/Makefile: Run tst-tls9-static again.
1574
1575 2005-02-22 Ulrich Drepper <drepper@redhat.com>
1576
1577 [BZ #719]
1578 * sysdeps/generic/libc-tls.c (static_dtv): Size the same as the
1579 slotinfo array.
1580 (__libc_setup_tls): Initialize length of DTV based on array length.
1581 * elf/dl-load.c: Revert last change.
1582 * sysdeps/generic/dl-tls.c: Revert last change.
1583
1584 * posix/Makefile (tests): Add tst-execvp1, tst-execvp2, tst-execlp1,
1585 tst-execlp2, tst-execv1, tst-execv2, tst-execl1, tst-execl2,
1586 tst-execve1, tst-execve2, tst-execle1, and tst-execle2.
1587 * posix/tst-execl1.c: New file.
1588 * posix/tst-execl2.c: New file.
1589 * posix/tst-execle1.c: New file.
1590 * posix/tst-execle2.c: New file.
1591 * posix/tst-execlp1.c: New file.
1592 * posix/tst-execlp2.c: New file.
1593 * posix/tst-execv1.c: New file.
1594 * posix/tst-execv2.c: New file.
1595 * posix/tst-execve1.c: New file.
1596 * posix/tst-execve2.c: New file.
1597 * posix/tst-execvp1.c: New file.
1598 * posix/tst-execvp2.c: New file.
1599
1600 2005-02-22 Roland McGrath <roland@redhat.com>
1601
1602 * include/signal.h: Revert last change.
1603 (__sigemptyset): Use __builtin_memset instead of memset.
1604
1605 2005-02-22 Ulrich Drepper <drepper@redhat.com>
1606
1607 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Use
1608 non-cancelable I/O functions.
1609
1610 2005-02-22 Jakub Jelinek <jakub@redhat.com>
1611
1612 [BZ #769]
1613 * nscd/nscd-client.h: Include sys/uio.h.
1614 (__readall, __readvall, writeall): New prototypes.
1615 * nscd/connections.c (writeall): New function.
1616 (handle_request): Use it.
1617 * nscd/aicache.c (addhstaiX): Likewise.
1618 * nscd/initgrcache.c (addinitgroupsX): Likewise.
1619 * nscd/hstcache.c (cache_addhst): Likewise.
1620 * nscd/grpcache.c (cache_addgr): Likewise.
1621 * nscd/pwdcache.c (cache_addpw): Likewise.
1622 * nscd/nscd_helper.c (__readall, __readvall): New functions.
1623 * nscd/nscd_getai.c (__nscd_getai): Use them.
1624 * nscd/nscd_getpw_r.c (__nscd_getpw_r): Likewise.
1625 * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
1626 * nscd/nscd_gethst_r.c (__nscd_gethst_r): Likewise.
1627 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
1628
1629 2005-02-22 Roland McGrath <roland@redhat.com>
1630
1631 * include/sys/socket.h: Declare __recv.
1632 * sysdeps/generic/recv.c (recv): Rename to __recv, and add weak alias.
1633 * sysdeps/mach/hurd/recv.c: Likewise.
1634
1635 * sysdeps/unix/sysv/linux/libc_fatal.c: Include <execinfo.h> for
1636 __backtrace_* decls.
1637
1638 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
1639 (INTERNAL_SYSCALL_ERROR_P): Evalute VAL. Parenthesize ERR.
1640 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1641
1642 * include/signal.h: Include <string.h> for memset decl.
1643
1644 2005-02-22 Andreas Schwab <schwab@suse.de>
1645
1646 * posix/execvp.c (execvp): Fix invalid free.
1647
1648 2005-02-22 Jakub Jelinek <jakub@redhat.com>
1649
1650 * malloc/Makefile (CFLAGS-mcheck-init.c): Add.
1651 * sunrpc/Makefile: Add $(PIC-ccflag) to CFLAGS-x* for
1652 librpcsvc.a objects.
1653
1654 2005-02-21 Ulrich Drepper <drepper@redhat.com>
1655
1656 * iconvdata/ibm930.h: Correct Yen mapping.
1657 * iconvdata/ibm939.h: Likewise.
1658 * iconvdata/testdata/IBM930..UTF8: Adjust test data.
1659 * iconvdata/testdata/IBM939..UTF8: Likewise.
1660 Patch by Jiro Sekiba <SEKIBA@jp.ibm.com>.
1661
1662 * iconvdata/Makefile (modules): Add IBM1025, IBM1122, IBM1137, IBM1153,
1663 IBM1154, IBM1155, IBM1156, IBM1157, and IBM1158.
1664 (distribute): Add ibm1025.c, ibm1025.h, ibm1122.c, ibm1122.h,
1665 ibm1137.c, ibm1137.h, ibm1153.c, ibm1153.h, ibm1154.c, ibm1154.h,
1666 ibm1155.c, ibm1155.h, ibm1156.c, ibm1156.h, ibm1157.c, ibm1157.h,
1667 ibm1158.c, and ibm1158.h.
1668 * iconvdata/TESTS: Add IBM1025, IBM1122, IBM1137, IBM1153,
1669 IBM1154, IBM1155, IBM1156, IBM1157, and IBM1158.
1670 * iconvdata/gconv-modules: Likewise.
1671 * iconvdata/ibm1025.c: New file.
1672 * iconvdata/ibm1025.h: New file.
1673 * iconvdata/ibm1122.c: New file.
1674 * iconvdata/ibm1122.h: New file.
1675 * iconvdata/ibm1137.c: New file.
1676 * iconvdata/ibm1137.h: New file.
1677 * iconvdata/ibm1153.c: New file.
1678 * iconvdata/ibm1153.h: New file.
1679 * iconvdata/ibm1154.c: New file.
1680 * iconvdata/ibm1154.h: New file.
1681 * iconvdata/ibm1155.c: New file.
1682 * iconvdata/ibm1155.h: New file.
1683 * iconvdata/ibm1156.c: New file.
1684 * iconvdata/ibm1156.h: New file.
1685 * iconvdata/ibm1157.c: New file.
1686 * iconvdata/ibm1157.h: New file.
1687 * iconvdata/ibm1158.c: New file.
1688 * iconvdata/ibm1158.h: New file.
1689 * iconvdata/testdata/IBM1025: New file.
1690 * iconvdata/testdata/IBM1025..UTF8: New file.
1691 * iconvdata/testdata/IBM1122: New file.
1692 * iconvdata/testdata/IBM1122..UTF8: New file.
1693 * iconvdata/testdata/IBM1137: New file.
1694 * iconvdata/testdata/IBM1137..UTF8: New file.
1695 * iconvdata/testdata/IBM1153: New file.
1696 * iconvdata/testdata/IBM1153..UTF8: New file.
1697 * iconvdata/testdata/IBM1154: New file.
1698 * iconvdata/testdata/IBM1154..UTF8: New file.
1699 * iconvdata/testdata/IBM1155: New file.
1700 * iconvdata/testdata/IBM1155..UTF8: New file.
1701 * iconvdata/testdata/IBM1156: New file.
1702 * iconvdata/testdata/IBM1156..UTF8: New file.
1703 * iconvdata/testdata/IBM1157: New file.
1704 * iconvdata/testdata/IBM1157..UTF8: New file.
1705 * iconvdata/testdata/IBM1158: New file.
1706 * iconvdata/testdata/IBM1158..UTF8: New file.
1707 Contributed by Jiro Sekiba <SEKIBA@jp.ibm.com>.
1708
1709 2005-02-10 Paolo Bonzini <bonzini@gnu.org>
1710
1711 * posix/regcomp.c (lower_subexp): Do not optimize empty
1712 subexpressions even with REG_NOSUB.
1713 * posix/rxspencer/tests: Add a previously failing testcase.
1714
1715 2005-02-21 Alan Modra <amodra@bigpond.net.au>
1716
1717 [BZ #719]
1718 * elf/dl-reloc.c (_dl_nothread_init_static_tls): Assert that dtv
1719 array index is within bounds.
1720
1721 2005-02-21 Ulrich Drepper <drepper@redhat.com>
1722
1723 [BZ #719]
1724 * elf/dl-load.c: Do not allow PT_TLS in modules loaded in statically
1725 linked code.
1726 * sysdeps/generic/dl-tls.c [!SHARED]: Don't build _dl_next_tls_modid.
1727 * elf/Makefile: Remove rules to build and run tst-tls9-static.
1728
1729 [BZ #719]
1730 * elf/dl-reloc.c (_dl_nothread_init_static_tls): Avoid using
1731 THREAD_DTV multiple times, this minimally reduces code size on
1732 some archs.
1733
1734 2005-02-21 Jakub Jelinek <jakub@redhat.com>
1735
1736 [BZ #768]
1737 * nscd/nscd_gethst_r.c (nscd_gethst_r): Set *h_errnop to
1738 NETDB_INTERNAL if buffer is too small.
1739
1740 [BZ #768]
1741 * nscd/hstcache.c (INCR): Remove.
1742 (addhstbyX): Double buflen in each iteration rather than add INCR.
1743 * nscd/grpcache.c: Likewise.
1744 * nscd/pwdcache.c: Likewise.
1745
1746 2005-02-21 Ulrich Drepper <drepper@redhat.com>
1747
1748 * sysdeps/unix/sysv/linux/libc_fatal.c: Print backtrace and memory
1749 map if requested.
1750 * debug/chk_fail.c: Request backtrace and memory map dump.
1751
1752 * Versions.def: Add GLIBC_2.4 for libc.
1753 * debug/fgets_chk.c: New file.
1754 * debug/fgets_u_chk.c: New file.
1755 * debug/getcwd_chk.c: New file.
1756 * debug/getwd_chk.c: New file.
1757 * debug/readlink_chk.c: New file.
1758 * debug/read_chk.c: New file.
1759 * debug/pread_chk.c: New file.
1760 * debug/pread64_chk.c: New file.
1761 * debug/recv_chk.c: New file.
1762 * debug/recvfrom_chk.c: New file.
1763 * debug/Versions: Add all new functions with version GLIBC_2.4.
1764 * debug/Makefile (routines): Add fgets_chk, fgets_u_chk, read_chk,
1765 pread_chk, pread64_chk, recv_chk, recvfrom_chk, readlink_chk,
1766 getwd_chk, and getcwd_chk. Plus appropriate CFLAGS definitions.
1767 * debug/tst-chk1.c: Add more tests.
1768 * libio/bits/stdio2.h: Add macros for fgets and fgets_unlocked.
1769 * include/stdio.h: Declare __fgets_chk and __fgets_unlocked_chk.
1770 * posix/unistd.h: Include <bits/unistd.h> for fortification.
1771 * posix/bits/unistd.h: New file.
1772 * posix/Makefile (headers): Add bits/unistd.h.
1773 * socket/sys/socket.h: Include <bits/socket2.h> for fortification.
1774 * socket/bits/socket2.h: New file.
1775 * socket/Makefile (headers): Add bits/socket2.h.
1776
1777 * string/bits/string3.h: Extend memset macro to check for zero 3rd
1778 parameter and use __memset_zero_constant_len_parameter in that case.
1779 * sysdeps/generic/memset_chk.c: Add
1780 __memset_zero_constant_len_parameter alias and linker warning.
1781 * debug/Versions: Add __memset_zero_constant_len_parameter to libc
1782 with version GLIBC_2.4.
1783
1784 * sysdeps/generic/bits/types.h: Don't unnecessarily use __extension__
1785 in __STD_TYPE definition.
1786
1787 2005-02-21 Jakub Jelinek <jakub@redhat.com>
1788
1789 * malloc/malloc.c (malloc_printerr): If MALLOC_CHECK_={5,7}, print
1790 the error message rather than program name.
1791
1792 2005-02-21 Ulrich Drepper <drepper@redhat.com>
1793
1794 [BZ #767]
1795 * posix/unistd.h: symlink and readlink are unconditionally
1796 available in the 2001 spec.
1797
1798 2005-02-16 Roland McGrath <roland@redhat.com>
1799
1800 * intl/dcigettext.c (_nl_find_msg): Add a cast.
1801
1802 * nis/nis_clone_dir.c (nis_clone_directory): Use char * for ADDR.
1803 * nis/nis_clone_obj.c (nis_clone_object): Likewise.
1804 * nis/nis_clone_res.c (nis_clone_result): Likewise.
1805
1806 * resolv/nss_dns/dns-network.c (getanswer_r): Use const unsigned char *
1807 for END_OF_MESSAGE and CP.
1808
1809 * resolv/res_send.c (send_dg): Add else branch for case impossible
1810 unless `poll' is buggy.
1811
1812 * crypt/crypt_util.c (__setkey_r): Add a cast.
1813
1814 * locale/programs/linereader.c (get_toplvl_escape): Use size_t for
1815 NBYTES, and unsigned char * for BYTES.
1816
1817 * locale/programs/charmap.c (charmap_new_char): Use size_t and
1818 unsighed char * for NBYTES, BYTES parameters.
1819
1820 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Take const char * argument
1821 and cast it.
1822 * sysdeps/i386/i686/dl-hash.h (_dl_elf_hash): Likewise.
1823
1824 * sunrpc/create_xid.c (_create_xid): Don't use unsigned long for RES.
1825
1826 * sunrpc/svcauth_des.c (_svcauth_des): Fix cast type.
1827
1828 * sunrpc/auth_des.c (authdes_create): Don't use u_char for PKEY_DATA.
1829 (authdes_marshal): Don't use unsigned int for LEN.
1830 * sunrpc/xdr.c (xdr_hyper): Don't use unsigned long for T2.
1831 (xdr_u_hyper): Likewise.
1832 (xdr_u_short): Don't use u_long for L.
1833 * sunrpc/xdr_intXX_t.c (xdr_int64_t): Don't use uint32_t for T2.
1834
1835 * inet/rexec.c (rexec_af): Use socklen_t.
1836 * sunrpc/key_call.c (getkeyserv_handle): Likewise.
1837 * sunrpc/rtime.c (rtime): Likewise.
1838 * resolv/res_send.c (send_vc, send_dg): Likewise.
1839 * nis/nis_callback.c (__nis_create_callback): Likewise.
1840
1841 * sysdeps/generic/libc-start.c: Use unsigned int for nthreads ptr.
1842
1843 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix type of ADDR local.
1844
1845 * libio/libio.h (_IO_BE): Add parenthesis around EXPR.
1846
1847 * intl/dcigettext.c (INTVARDEF, INTUSE): Macros removed.
1848 (_nl_default_dirname): Use libc_hidden_data_def instead of INTVARDEF.
1849 (libc_freeres_fn, DCIGETTEXT): Don't use INTUSE.
1850 * intl/bindtextdom.c (INTUSE): Macro removed.
1851 (_nl_default_dirname): Use libc_hidden_proto.
1852 (set_binding_values): Don't use INTUSE.
1853 * include/libintl.h (_libc_intl_domainname_internal): Decl removed.
1854 (_libc_intl_domainname): Use libc_hidden_proto.
1855 * posix/regex_internal.h (gettext): Remove INTUSE on it.
1856 * locale/SYS_libc.c (_libc_intl_domainname): Use libc_hidden_data_def
1857 rather than INTDEF.
1858 * include/libintl.h (_): Don't use *_internal name.
1859
1860 * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Use int32_t,
1861 not uint32_t.
1862 * locale/lc-ctype.c (_nl_postload_ctype): Likewise for assignments.
1863
1864 * iconv/gconv_open.c (__gconv_open): Remove useless cast.
1865
1866 [BZ #721]
1867 * sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define this outside
1868 of [RESOLVE_MAP].
1869 * sysdeps/sh/dl-machine.h (ELF_MACHINE_NO_REL): Likewise.
1870 * sysdeps/powerpc/powerpc32/dl-machine.h
1871 (elf_machine_rel, elf_machine_rel_relative): Removed.
1872 * sysdeps/powerpc/powerpc64/dl-machine.h
1873 (elf_machine_rel, elf_machine_rel_relative): Removed.
1874
1875 2005-02-03 Alexandre Oliva <aoliva@redhat.com>
1876
1877 [BZ #721]
1878 * elf/dynamic-link.h: Don't declare nested auto functions that are
1879 not going to be defined.
1880
1881 2004-07-23 Jakub Jelinek <jakub@redhat.com>
1882
1883 [BZ #284]
1884 * include/features.h (_POSIX_SOURCE, _POSIX_C_SOURCE): Define
1885 if _XOPEN_SOURCE >= 500 even if __STRICT_ANSI__ is defined.
1886
1887 2005-02-16 Roland McGrath <roland@redhat.com>
1888
1889 * sysdeps/generic/libc-start.c (LIBC_START_MAIN): Move UBP_EV defn
1890 inside [! SHARED] where it's used.
1891
1892 2005-02-15 Ulrich Drepper <drepper@redhat.com>
1893
1894 * sysdeps/generic/bits/byteswap.h: Make sure result of all the
1895 functions and macros is unsigned.
1896
1897 2005-02-11 Barry deFrese <bddebian@comcast.net>
1898
1899 [BZ #722]
1900 * sysdeps/mach/hurd/setresgid.c: Use weak_alias.
1901 * sysdeps/mach/hurd/setresuid.c: Likewise.
1902
1903 2005-02-14 GOTO Masanori <gotom@debian.or.jp>
1904
1905 * misc/sys/syslog.h: Fix typo in comment.
1906
1907 2005-02-14 Roland McGrath <roland@redhat.com>
1908
1909 [BZ #720]
1910 * sysdeps/unix/sysv/linux/sys/kd.h: Don't leave _LINUX_TYPES_H defined
1911 if it wasn't originally.
1912
1913 2005-02-14 GOTO Masanori <gotom@debian.or.jp>
1914
1915 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove the duplicated
1916 getpeername entry.
1917 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
1918 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
1919
1920 2005-02-11 Jakub Jelinek <jakub@redhat.com>
1921
1922 * scripts/soversions.awk: Only record first WORDSIZE{32,64}
1923 matching line.
1924
1925 2005-02-14 Alan Modra <amodra@bigpond.net.au>
1926
1927 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Define
1928 with auto inline, and attribute always_inline.
1929 (elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
1930 (elf_machine_rel, elf_machine_rel_relative): Likewise.
1931 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
1932 (elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
1933 (elf_machine_rel, elf_machine_rel_relative): Likewise.
1934 (elf_machine_tprel): Likewise.
1935
1936 2005-02-14 Andreas Schwab <schwab@suse.de>
1937
1938 * manual/filesys.texi (Random Access Directory): Fix type of file
1939 position value for telldir and seekdir.
1940 (Attribute Meanings): Fix typo.
1941
1942 2005-02-14 H.J. Lu <hongjiu.lu@intel.com>
1943
1944 * csu/elf-init.c (__libc_csu_fini): Enable if LIBC_NONSHARED
1945 isn't defined.
1946 * sysdeps/generic/libc-start.c (LIBC_START_MAIN): Call fini
1947 if SHARED isn't defined.
1948 * elf/Makefile (tests-static): Add tst-array1-static.
1949 ($(objpfx)tst-array1-static.out): New target.
1950 * elf/tst-array1-static.c: New file.
1951
1952 2005-02-11 Jakub Jelinek <jakub@redhat.com>
1953
1954 * debug/chk_fail.c (__chk_fail): Add a while (1) loop around
1955 __libc_message to kill GCC warning about noreturn function returning.
1956
1957 * elf/rtld.c (dlmain): If LD_TRACE_PRELINKING, clear l_relocated flag
1958 before relocating ld.so again.
1959
1960 * elf/rtld.c (_dl_start): Set bootstrap_map.l_relocated even
1961 for already prelinked ld.so.
1962
1963 2005-02-11 Roland McGrath <roland@redhat.com>
1964
1965 [BZ #715]
1966 * Makefile (installed-stubs): New variable.
1967 Set to $(inst_includedir)/gnu/stubs.h if $(biarch) is no,
1968 or to $(inst_includedir)/gnu/stubs-$(biarch).h if otherwise.
1969 [$(biarch) != no] (install-others-nosubdir): Add $(installed-stubs).
1970 ($(inst_includedir)/gnu/stubs.h): Use $(installed-stubs) for this
1971 rule's target.
1972 ($(inst_includedir)/gnu/stubs.h): New target, install from ...
1973 * include/stubs-biarch.h: New file.
1974
1975 * shlib-versions (i.86-.*-.*): Add WORDSIZE64 line mapping to x86_64.
1976
1977 * Makeconfig ($(common-objpfx)soversions.mk): Depend on Makeconfig.
1978 Emit defn for variable `biarch'.
1979
1980 * include/stub-tag.h: Update comment.
1981
1982 * scripts/soversions.awk: Fix default version set handling.
1983
1984 2005-02-10 Roland McGrath <roland@redhat.com>
1985
1986 [BZ #157]
1987 * include/libc-symbols.h (stub_warning): Emit a marker section called
1988 .gnu.glibc-stub.NAME.
1989 * Makerules ($(objpfx)stubs): Depend on object files, not dep files.
1990 Use objdump to collect those marker section names.
1991 ($(common-objpfx)shlib.lds): Discard .gnu.glibc-stub.* sections.
1992
1993 * Rules (subdir_objs, subdir_stubs): New phony targets.
1994 * Makefile (+subdir_targets): Add them.
1995
1996 * Makerules ($(common-objpfx)Versions.all): Grok new leading column in
1997 soversions.i.
1998
1999 * scripts/lib-names.awk: Consider [0-9].* a "number", not just [0-9]+.
2000 Reported by H.J. Lu <hongjiu.lu@intel.com>.
2001
2002 * scripts/lib-names.awk: Always print WORDSIZE32 section first when
2003 doing two.
2004
2005 2005-02-10 Jakub Jelinek <jakub@redhat.com>
2006
2007 * sysdeps/powerpc/powerpc32/bits/link.h: Removed.
2008 * sysdeps/powerpc/powerpc64/bits/link.h: Moved to...
2009 * sysdeps/powerpc/bits/link.h: ... here. New file.
2010
2011 2005-02-09 Jakub Jelinek <jakub@redhat.com>
2012
2013 [BZ #710]
2014 * stdlib/random_r.c (__initstate_r): Save old state.
2015 * stdlib/Makefile (tests): Add tst-random2.
2016 * stdlib/tst-random2.c: New test.
2017 Reported by Peter Bergner <bergner@vnet.ibm.com>.
2018
2019 2005-01-25 H.J. Lu <hongjiu.lu@intel.com>
2020
2021 * dlfcn/dlfcn.c (init): Put it in .init_array section.
2022
2023 2005-02-10 Roland McGrath <roland@redhat.com>
2024
2025 [BZ #632]
2026 * scripts/soversions.awk: Expect cpu, vendor, os as separate variables
2027 from command line.
2028 Grok shlib-versions lines with WORDSIZE* in second column.
2029 Add new leading column to output, DEFAULT for existing output lines.
2030 Also emit lines with WORDSIZE* for alternate configurations.
2031 * Makeconfig ($(common-objpfx)soversions.i): Pass those variables.
2032 ($(common-objpfx)soversions.mk): Grok new column, use only DEFAULT.
2033 ($(common-objpfx)gnu/lib-names.stmp): Depend on soversions.i instead
2034 of soversions.mk; replace inline shell script with use of ...
2035 * scripts/lib-names.awk: New file. If input has non-DEFAULT lines,
2036 emit multiple sets of macros under #if.
2037 * shlib-versions (x86_64-.*-.*): Add WORDSIZE32 line mapping to i686.
2038 (s390x-.*-.*): Likewise for s390.
2039 (powerpc64-.*-.*): Likewise for powerpc.
2040 (sparc64-.*-.*): Likewise for sparc.
2041 (s390-.*-.*, powerpc.*-.*-.*, sparc.*-.*-.*): Add WORDSIZE64 entries
2042 for these mapping back to the above.
2043
2044 2005-02-08 Jakub Jelinek <jakub@redhat.com>
2045
2046 * elf/dl-load.c (_dl_map_object_from_fd): Fix a typo.
2047
2048 2005-02-08 Andreas Schwab <schwab@suse.de>
2049
2050 * sysdeps/m68k/dl-machine.h (elf_machine_rela): Remove use of
2051 RESOLVE.
2052
2053 2005-02-07 Richard Henderson <rth@redhat.com>
2054
2055 * iconvdata/jis0208.h (struct jisx0208_ucs_idx): Move before use.
2056
2057 2005-02-08 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2058
2059 * sysdeps/sh/dl-machine.h (elf_machine_rela): Remove code using
2060 RESOLVE.
2061
2062 2005-02-07 Ulrich Drepper <drepper@redhat.com>
2063
2064 * elf/dl-load.c (_dl_map_object_from_fd): Make sure registers are
2065 set correctly.
2066
2067 2005-01-07 Richard Henderson <rth@redhat.com>
2068
2069 * math/math_private.h (__copysign): Define as builtin for gcc 4.
2070 (__copysignf, __copysignl): Likewise.
2071 * sysdeps/alpha/fpu/bits/mathinline.h (copysign): Don't define
2072 for gcc 4.0.
2073 (copysignf, copysignl, fabsf, fabs): Likewise.
2074 (__copysign, __copysignf, __copysignl): Remove.
2075 (__fabs, __fabsf): Remove.
2076
2077 2005-01-07 Jakub Jelinek <jakub@redhat.com>
2078
2079 [BZ #738]
2080 * elf/dl-load.c (open_path): If rtld_search_dirs is in RELRO segment,
2081 avoid writing to it if none of the standard search directories exist.
2082
2083 2005-02-07 Steven Munroe <sjmunroe@us.ibm.com>
2084
2085 [BZ #700]
2086 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
2087 (__novec_setcontext, __setcontext): Fix typo so CCR is restored.
2088 Load MSR as a doubleword.
2089 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
2090 (__novec_swapcontext, __swapcontext): Likewise.
2091
2092 2005-02-07 Ulrich Drepper <drepper@redhat.com>
2093
2094 * iconv/iconv_prog.c (main): Provide more help in case on an error.
2095
2096 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Define.
2097
2098 2005-02-07 Jakub Jelinek <jakub@redhat.com>
2099
2100 [BZ #741]
2101 * nscd/nscd.c (termination_handler): Avoid segfault if some database
2102 is not enabled.
2103
2104 [BZ #741]
2105 * nscd/nscd_getai.c (__nscd_getai): If ai_resp->found == -1, set
2106 __nss_not_use_nscd_hosts and return -1.
2107 * nscd/nscd_initgroups.c (__nscd_getgrouplist): If
2108 initgr_resp->found == -1, set __nss_not_use_nscd_group and return -1.
2109 Avoid leaking sockets.
2110
2111 2005-01-28 Andreas Schwab <schwab@suse.de>
2112 H.J. Lu <hongjiu.lu@intel.com>
2113
2114 [BZ #677]
2115 * elf/dl-runtime.c (fixup): Change return type to
2116 DL_FIXUP_VALUE_TYPE. Use DL_FIXUP_VALUE_TYPE,
2117 DL_FIXUP_MAKE_VALUE and DL_FIXUP_VALUE_CODE_ADDR for relocation
2118 values. Use DL_FIXUP_VALUE_ADDR and DL_FIXUP_ADDR_VALUE to
2119 store and retrieve relocation values.
2120 (profile_fixup): Likewise.
2121 * include/link.h (link_map): Use DL_FIXUP_VALUE_TYPE for
2122 l_reloc_result.
2123 * sysdeps/generic/dl-fptr.h (link_map): Forward declaration.
2124 * sysdeps/generic/dl-lookupcfg.h (DL_FIXUP_VALUE_TYPE): New.
2125 (DL_FIXUP_MAKE_VALUE): Likewise.
2126 (DL_FIXUP_VALUE_CODE_ADDR): Likewise.
2127 (DL_FIXUP_VALUE_ADDR): Likewise.
2128 (DL_FIXUP_ADDR_VALUE): Likewise.
2129 * sysdeps/ia64/dl-lookupcfg.h: Include <dl-fptr.h> for "struct fdesc".
2130 (DL_FIXUP_VALUE_TYPE): New.
2131 (DL_FIXUP_MAKE_VALUE): Likewise.
2132 (DL_FIXUP_VALUE_CODE_ADDR): Likewise.
2133 (DL_FIXUP_VALUE_ADDR): Likewise.
2134 (DL_FIXUP_ADDR_VALUE): Likewise.
2135 * sysdeps/ia64/dl-machine.h (elf_machine_profile_fixup_plt): Removed.
2136 (elf_machine_profile_plt): Removed.
2137 (elf_machine_fixup_plt): Change return type and type of value
2138 parameter to struct fdesc.
2139 (elf_machine_plt_value): Likewise.
2140 (elf_machine_rela): Use DL_FIXUP_MAKE_VALUE to construct
2141 argument for elf_machine_fixup_plt.
2142
2143 2005-02-07 Jakub Jelinek <jakub@redhat.com>
2144
2145 [BZ #742]
2146 * nscd/nscd.init (reload): Print Reloading nscd: before and a newline
2147 after the status string printed by killproc.
2148
2149 2004-11-18 Alexandre Oliva <aoliva@redhat.com>
2150
2151 * manual/.cvsignore: Add dir-add.texi.
2152
2153 2005-02-06 Richard Henderson <rth@redhat.com>
2154
2155 * sysdeps/alpha/dl-machine.h (elf_machine_rela): Use RESOLVE_MAP
2156 all the time.
2157
2158 2004-11-03 Marcus Brinkmann <marcus@gnu.org>
2159
2160 * configure.in (sysnames): Append sysdeps/generic for each add-on.
2161 * configure: Regenerated.
2162
2163 2005-02-02 Alfred M. Szmidt <ams@gnu.org>
2164
2165 * sysdeps/mach/hurd/tls.h: Include <stdbool.h>
2166 (dtv_t): Change pointer type to be a struct which also contains
2167 information whether the memory pointed to is static TLS or not.
2168
2169 * sysdeps/generic/syslog.c (send_flags) [!send_flags]: Define it.
2170
2171 * shadow/sgetspent_r.c (FALSE): Macro renamed to ...
2172 (FALSEP): ... this. Updated all references.
2173
2174 [BZ #765]
2175 * libio/fmemopen.c: Include <stdint.h>.
2176
2177 2005-01-30 Ulrich Drepper <drepper@redhat.com>
2178
2179 * nscd/nscd_helper.c (get_mapping): Use MSG_NOSIGNAL if available.
2180 * nscd/connections.c (send_ro_fd): Likewise.
2181
2182 2005-01-28 H.J. Lu <hongjiu.lu@intel.com>
2183
2184 * elf/tst-auditmod1.c: Add ia64 entries.
2185 * sysdeps/generic/ldsodefs.h (La_ia64_regs): New.
2186 (La_ia64_retval): New.
2187 (audit_ifaces): Add ia64 entries.
2188 * sysdeps/ia64/bits/link.h: New file.
2189 * sysdeps/ia64/dl-machine.h (elf_machine_runtime_setup): Test
2190 for dl_profile non-null.
2191 (ARCH_LA_PLTENTER): New.
2192 (ARCH_LA_PLTEXIT): New.
2193 * sysdeps/ia64/dl-trampoline.S (_dl_runtime_resolve): Allocate
2194 only 2 output registers. Allocate stack to save/restore
2195 8 incoming fp registers. Call _dl_fixup instead of fixup.
2196 (_dl_runtime_profile): Rewrite.
2197
2198 2005-01-28 Martin Schwidefsky <schwidefsky@de.ibm.com>
2199
2200 * sysdeps/s390/bits/link.h: New file.
2201 * sysdeps/s390/s390-32/dl-trampoline.S: New file.
2202 * sysdeps/s390/s390-64/dl-trampoline.S: New file.
2203 * sysdeps/s390/s390-32/dl-machine.h: Move PLT trampolines to
2204 dl-trampoline.S. Use RESOLVE_MAP instead of RESOLVE to protect
2205 relocation code.
2206 (elf_machine_runtime_setup): Test for dl_profile non-null.
2207 (elf_machine_rela): Remove code using RESOLVE.
2208 (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
2209 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
2210 * sysdeps/generic/ldsodefs.h (La_s390_32_regs, La_s390_32_retval,
2211 La_s390_64_regs, La_s390_64_retval): New.
2212 * elf/tst-auditmod1.c: Add s390 entries.
2213
2214 [BZ #743]
2215 * sysdeps/s390/bits/string.h (strlen, strncpy, strcat, strncat,
2216 strncat, memchr, strcmp): Add missing memory clobber.
2217
2218 2005-01-27 Ulrich Drepper <drepper@redhat.com>
2219
2220 * sysdeps/unix/sysv/linux/alpha/oldglob.c (__old_globfree): Also
2221 copy gl_offs. Patch by Sergey Tikhonov <tsv@solvo.ru>.
2222
2223 2005-01-27 Paolo Bonzini <bonzini@gnu.org>
2224
2225 [BZ #558]
2226 * posix/regcomp.c (calc_inveclosure): Return reg_errcode_t.
2227 Initialize the node sets in dfa->inveclosures.
2228 (analyze): Initialize inveclosures only if it is needed.
2229 Check errors from calc_inveclosure.
2230 * posix/regex_internal.c (re_dfa_add_node): Do not initialize
2231 the inveclosure node set.
2232 * posix/regexec.c (re_search_internal): If nmatch includes unused
2233 subexpressions, reset them to { rm_so: -1, rm_eo: -1 } here.
2234
2235 * posix/regcomp.c (parse_bracket_exp) [!RE_ENABLE_I18N]:
2236 Do build a SIMPLE_BRACKET token.
2237
2238 * posix/regexec.c (transit_state_mb): Do not examine nodes
2239 where ACCEPT_MB is not set.
2240
2241 2005-01-27 Jakub Jelinek <jakub@redhat.com>
2242
2243 * stdlib/tst-fmtmsg.c: Include stdlib.h.
2244 * stdio-common/tst-fmemopen2.c: Include string.h.
2245 * posix/execvp.c: Include stdbool.h.
2246
2247 2004-12-13 Paolo Bonzini <bonzini@gnu.org>
2248
2249 Separate parsing and creation of the NFA. Avoided recursion on
2250 the (very unbalanced) parse tree.
2251 [BZ #611]
2252 * posix/regcomp.c (struct subexp_optimize, analyze_tree, calc_epsdest,
2253 re_dfa_add_tree_node, mark_opt_subexp_iter): Removed.
2254 (optimize_subexps, duplicate_tree, calc_first, calc_next,
2255 mark_opt_subexp): Rewritten.
2256 (preorder, postorder, lower_subexps, lower_subexp, link_nfa_nodes,
2257 create_token_tree, free_tree, free_token): New.
2258 (analyze): Accept a regex_t *. Invoke the passes via the preorder and
2259 postorder generic visitors. Do not initialize the fields in the
2260 re_dfa_t that represent the transitions.
2261 (free_dfa_content): Use free_token.
2262 (re_compile_internal): Analyze before UTF-8 optimizations. Do not
2263 include optimization of subexpressions.
2264 (create_initial_state): Fetch the DFA node index from the first node's
2265 bin_tree_t *.
2266 (optimize_utf8): Abort on unexpected nodes, including OP_DUP_QUESTION.
2267 Return on COMPLEX_BRACKET.
2268 (duplicate_node_closure): Fix comment.
2269 (duplicate_node): Do not initialize the fields in the
2270 re_dfa_t that represent the transitions.
2271 (calc_eclosure, calc_inveclosure): Do not handle OP_DELETED_SUBEXP.
2272 (create_tree): Remove final argument. All callers adjusted. Rewritten
2273 to use create_token_tree.
2274 (parse_reg_exp, parse_branch, parse_expression, parse_bracket_exp,
2275 build_charclass_op): Use create_tree or create_token_tree instead
2276 of re_dfa_add_tree_node.
2277 (parse_dup_op): Likewise. Also free the tree using free_tree for
2278 "<re>{0}", and lower OP_DUP_QUESTION to OP_ALT: "a?" is equivalent
2279 to "a|". Adjust invocation of mark_opt_subexp.
2280 (parse_sub_exp): Create a single SUBEXP node.
2281 * posix/regex_internal.c (re_dfa_add_node): Remove last parameter,
2282 always perform as if it was 1. Do not initialize OPT_SUBEXP and
2283 DUPLICATED, and initialize the DFA fields representing the transitions.
2284 * posix/regex_internal.h (re_dfa_add_node): Adjust prototype.
2285 (re_token_type_t): Move OP_DUP_PLUS and OP_DUP_QUESTION to the tokens
2286 section. Add a tree-only code SUBEXP. Remove OP_DELETED_SUBEXP.
2287 (bin_tree_t): Include a full re_token_t for TOKEN. Turn FIRST and
2288 NEXT into pointers to trees. Remove ECLOSURE.
2289
2290 2004-12-28 Paolo Bonzini <bonzini@gnu.org >
2291
2292 [BZ #605]
2293 * posix/regcomp.c (parse_bracket_exp): Do not modify DFA nodes
2294 that were already created.
2295 * posix/regex_internal.c (re_dfa_add_node): Set accept_mb field
2296 in the token if needed.
2297 (create_ci_newstate, create_cd_newstate): Set accept_mb field
2298 from the tokens' field.
2299 * posix/regex_internal.h (re_token_t): Add accept_mb field.
2300 (ACCEPT_MB_NODE): Removed.
2301 * posix/regexec.c (proceed_next_node, transit_states_mb,
2302 build_sifted_states, check_arrival_add_next_nodes): Use
2303 accept_mb instead of ACCEPT_MB_NODE.
2304
2305 2005-01-26 Ulrich Drepper <drepper@redhat.com>
2306
2307 * debug/chk_fail.c (__chk_fail): Print program name in final message.
2308
2309 * sysdeps/unix/sysv/linux/kernel-features.h: Found reference to
2310 MSG_NOSIGNAL being in 2.2 kernels.
2311
2312 2005-01-26 Jakub Jelinek <jakub@redhat.com>
2313
2314 * sysdeps/unix/sysv/linux/i386/sysdep.h
2315 (SYSCALL_ERROR_HANDLER_TLS_STORE): Remove unnecessary 0 imm.
2316
2317 [BZ #693]
2318 * posix/regex_internal.h (DUMMY_CONSTRAINT): Rename to...
2319 (WORD_DELIM_CONSTRAINT): ...this.
2320 (NOT_WORD_DELIM_CONSTRAINT): Define.
2321 (re_context_type): Add INSIDE_NOTWORD and NOT_WORD_DELIM,
2322 change WORD_DELIM to use WORD_DELIM_CONSTRAINT.
2323 * posix/regcomp.c (peek_token): For \B create NOT_WORD_DELIM
2324 anchor instead of INSIDE_WORD.
2325 (parse_expression): Handle NOT_WORD_DELIM constraint.
2326 * posix/bug-regex19.c (tests): Adjust tests that relied on \B
2327 being inside word instead of not word delim.
2328 * posix/tst-rxspencer.c (mb_frob_pattern): Don't frob escaped
2329 characters.
2330 * posix/rxspencer/tests: Add some new tests.
2331
2332 2005-01-14 GOTO Masanori <gotom@debian.or.jp>
2333
2334 * sunrpc/rpc_main.c (s_output): Generate #include <rpc/pmap_clnt.h>
2335 irrespective of Cflag.
2336
2337 * manual/memory.texi (sbrk): Fix definition.
2338 * manual/string.texi (strcasestr): Fix example typo.
2339
2340 2005-01-25 Roland McGrath <roland@redhat.com>
2341
2342 * sysdeps/generic/syslog.c [NO_SIGPIPE]: Protect sigpipe_handler decl.
2343
2344 2005-01-23 Roland McGrath <roland@redhat.com>
2345
2346 [BZ #737]
2347 * sysdeps/i386/Makefile (defines): If -mno-tls-direct-seg-refs appears
2348 in $(CFLAGS), add -DNO_TLS_DIRECT_SEG_REFS.
2349 * sysdeps/unix/sysv/linux/i386/sysdep.h [USE___THREAD]
2350 (SYSCALL_ERROR_HANDLER) [NO_TLS_DIRECT_SEG_REFS]: Load thread pointer
2351 from %gs:0 and add to that value, rather that direct %gs:OFFSET access.
2352 * sysdeps/unix/i386/sysdep.S [NO_TLS_DIRECT_SEG_REFS]: Likewise.
2353
2354 2005-01-25 Jakub Jelinek <jakub@redhat.com>
2355
2356 [BZ #731]
2357 * stdlib/fmtmsg.c (addseverity): Remove new_string variable.
2358 (free_mem): Don't free string.
2359 * stdlib/tst-fmtmsg.c: Include string.h.
2360 (main): Add some more tests.
2361
2362 2005-01-25 Andreas Schwab <schwab@suse.de>
2363
2364 [BZ #736]
2365 * timezone/asia: Update from tzdata2005c.
2366 * timezone/backward: Likewise.
2367 * timezone/europe: Likewise.
2368 * timezone/leapseconds: Likewise.
2369 * timezone/northamerica: Likewise.
2370 * timezone/southamerica: Likewise.
2371
2372 [BZ #736]
2373 * timezone/private.h: Update from tzcode2005c.
2374 * timezone/tzfile.h: Likewise.
2375 * timezone/zdump.c: Likewise.
2376 * timezone/zic.c: Likewise.
2377
2378 2005-01-25 Ulrich Drepper <drepper@redhat.com>
2379
2380 * sysdeps/i386/dl-machine.h (elf_machine_rel): Remove code using
2381 RESOLVE.
2382 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Remove code
2383 using RESOLVE.
2384 * elf/rtld.c (_dl_start): Remove RESOLVE definition.
2385
2386 2005-01-25 Alan Modra <amodra@bigpond.net.au>
2387
2388 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Test
2389 sym_map, not sym, against zero.
2390
2391 2005-01-24 Ulrich Drepper <drepper@redhat.com>
2392
2393 [BZ #671]
2394 * misc/syslog.c: Moved to...
2395 * sysdeps/generic/syslog.c: ...here.
2396 [NO_SIGIPE]: Don't install SIGPIPE handler.
2397 * sysdeps/unix/sysv/linux/syslog.c: New file.
2398 * sysdeps/unix/sysv/linux/kernel-features.h: Define
2399 __ASSUME_MSG_NOSIGNAL.
2400
2401 2005-01-22 Richard Henderson <rth@redhat.com>
2402
2403 * sysdeps/alpha/dl-trampoline.S: New file.
2404 * sysdeps/alpha/dl-machine.h: Move PLT trampolines there.
2405 Use RESOLVE_MAP instead of RESOLVE to protect relocation code.
2406 (elf_machine_runtime_setup): Test for dl_profile non-null.
2407 (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
2408 * sysdeps/alpha/bits/link.h: New file.
2409 * sysdeps/generic/ldsodefs.h (La_alpha_regs, La_alpha_retval): New.
2410 (struct audit_ifaces): Add alpha entries.
2411 * elf/tst-auditmod1.c: Add alpha entries.
2412
2413 2005-01-22 Ulrich Drepper <drepper@redhat.com>
2414
2415 * sysdeps/ia64/dl-machine.h: Remove PLT trampolines here.
2416 * sysdeps/ia64/dl-trampoline.S: New file.
2417
2418 * sysdeps/x86_64/bits/link.h: Use namespace-safe identifiers in
2419 La_x86_64_xmm definition.
2420
2421 * posix/Makefile: Use CFLAGS-*.os instead of CFLAGS-*.c for frame
2422 pointer option.
2423 * stdlib/Makefile (CFLAGS-system.os): Use this instead of
2424 CFLAGS-system.c for frame pointer option.
2425
2426 2005-01-21 Roland McGrath <roland@redhat.com>
2427
2428 * elf/dl-runtime.c (_dl_profile_fixup): Remove const from REGS.
2429 * sysdeps/i386/dl-machine.h: Update decl.
2430
2431 2005-01-21 Jakub Jelinek <jakub@redhat.com>
2432
2433 [BZ #735]
2434 * elf/Makefile: Add rules to build and run tst-align2.
2435 * elf/tst-align2.c: New test.
2436 * elf/tst-alignmod2.c: New file.
2437 * sysdeps/powerpc/tst-stack-align.h: New file.
2438 * sysdeps/i386/dl-machine.h (RTLD_START): Align stack and clear frame
2439 pointer before calling _dl_init.
2440 * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2441
2442 2005-01-20 Ulrich Drepper <drepper@redhat.com>
2443
2444 * posix/execl.c: Do not allocate potentially large buffers on the
2445 stack.
2446 * posix/execle.c: Likewise.
2447 * posix/execlp.c: Likewise.
2448 * posix/execvp.c: Likewise.
2449 (script_execute): Removed.
2450 (allocate_scripts_argv): New function. Called at most once to
2451 allocate memory, not every time a script is run. Adjust caller.
2452
2453 * sysdeps/generic/wordexp.c (exec_comm): Add a few
2454 TEMP_FAILURE_RETRY. Reorganize code to avoid multiple calls to
2455 exec_comm_child.
2456 (exec_comm_child): Can now be inlined.
2457
2458 * posix/Makefile: Add -fomit-frame-pointer for a few more files.
2459 * stdlib/Makefile: Likewise.
2460
2461 2005-01-19 Roland McGrath <roland@redhat.com>
2462
2463 [BZ #681]
2464 * sunrpc/openchild.c (_openchild): Use NULL instead of 0 for trailing
2465 argument to execlp.
2466 Reported by Marcus Meissner <meissner@suse.de>.
2467
2468 2005-01-19 Jakub Jelinek <jakub@redhat.com>
2469
2470 * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Fix a typo
2471 in assert.
2472 * iconv/strtab.c (strtabfinalize): Likewise.
2473
2474 * libio/iofopncook.c (_IO_cookie_seekoff): Add prototype.
2475
2476 2005-01-17 Roland McGrath <roland@redhat.com>
2477
2478 [BZ #745]
2479 * nscd/Makefile (LDLIBS-nscd): New variable.
2480 ($(objpfx)nscd): Use that instead of selinux-LIBS.
2481
2482 * Makeconfig (link-extra-libs): Define just as $(LDLIBS-$(@F)).
2483 (link-extra-libs-static): Define to $(link-extra-libs).
2484 (link-extra-libs-bounded): Likewise.
2485
2486 2005-01-17 Ulrich Drepper <drepper@redhat.com>
2487
2488 * include/link.h: Remove stray definition of pltenter.
2489
2490 2005-01-16 GOTO Masanori <gotom@debian.or.jp>
2491
2492 [BZ #734]
2493 * sysdeps/unix/rewinddir.c: Reset filepos.
2494 * dirent/tst-seekdir.c: Check telldir value after calling rewinddir.
2495
2496 2005-01-15 Ulrich Drepper <drepper@redhat.com>
2497
2498 * elf/tst-auditmod1.c: Reduce duplication.
2499
2500 2005-01-16 Andreas Schwab <schwab@suse.de>
2501
2502 * sysdeps/m68k/dl-machine.h: Remove trampoline code. Define
2503 ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
2504 (elf_machine_runtime_setup): If profile != 0 does not anymore mean
2505 GLRO(dl_profile) != NULL.
2506 * sysdeps/m68k/dl-trampoline.S: New file.
2507 * sysdeps/m68k/bits/link.h: New file.
2508 * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add m68k
2509 variants.
2510 * elf/tst-auditmod1.c: Add m68k support.
2511
2512 2005-01-14 Ulrich Drepper <drepper@redhat.com>
2513
2514 * posix/regcomp.c [!_LIBC] (init_dfa): Fix determining of relevant
2515 LC_* variable. Patch by Aharon Robbins <arnold@skeeve.com>.
2516
2517 [BZ #731]
2518 * stdlib/fmtmsg.c (internal_addseverity): Remove incorrect free call.
2519 * stdlib/tst-fmtmsg.c (main): Add another addseverity test.
2520
2521 2005-01-12 Ulrich Drepper <drepper@redhat.com>
2522
2523 * elf/dl-load.c (_dl_map_object_from_fd): We don't have to allow
2524 callers from libc anymore.
2525
2526 * elf/dl-open.c (dl_open_worker): Pass __RTLD_AUDIT flag from caller
2527 to _dl_map_object_deps.
2528 * elf/dl-load.c (_dl_map_object_from_fd): Don't change memory
2529 protections when loading auditing modules.
2530
2531 * dlfcn/dlopen.c (dlopen_doit): Catch invalid mode arguments and fail.
2532
2533 * posix/getconf.c: Update copyright year.
2534 * nss/getent.c: Likewise.
2535 * nscd/nscd_nischeck.c: Likewise.
2536 * iconv/iconvconfig.c: Likewise.
2537 * iconv/iconv_prog.c: Likewise.
2538 * elf/ldconfig.c: Likewise.
2539 * catgets/gencat.c: Likewise.
2540 * csu/version.c: Likewise.
2541 * elf/ldd.bash.in: Likewise.
2542 * elf/sprof.c (print_version): Likewise.
2543 * locale/programs/locale.c: Likewise.
2544 * locale/programs/localedef.c: Likewise.
2545 * nscd/nscd.c (print_version): Likewise.
2546 * debug/xtrace.sh: Likewise.
2547 * malloc/memusage.sh: Likewise.
2548 * malloc/mtrace.pl: Likewise.
2549 * debug/catchsegv.sh: Likewise.
2550
2551 2005-01-11 Thorsten Kukuk <kukuk@suse.de>
2552
2553 [BZ #733]
2554 * sunrpc/svc_tcp.c (svctcp_create): Call listen with SOMAXCONN
2555 as backlog.
2556 * sunrpc/svc_unix.c (svcunix_create): Likewise.
2557
2558 * grp/putgrent.c (putgrent): Don't write 0 as group
2559 ID if groupname starts with + or -.
2560 * pwd/putpwent.c (putpwent): Don't write 0 as user or
2561 group ID if user name starts with + or -.
2562
2563 2005-01-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2564
2565 * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add sh variants.
2566 * sysdeps/elf/tst-auditmod1.c: Add sh support.
2567 * sysdeps/sh/bits/link.h: New.
2568 * sysdeps/sh/dl-machine.h: Remove trampoline code here. Define
2569 ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT. Remove obsolete comments.
2570 (RTLD_START): Define __fpscr_values.
2571 * sysdeps/sh/dl-trampoline.S: New file.
2572 * sysdeps/sh/sh4/dl-trampoline.S: New file.
2573 * sysdeps/sh/sh4/Versions [ld]: Add __fpscr_values.
2574 * sysdeps/sh/sh4/dl-machine.h: Remove.
2575
2576 2005-01-10 Jakub Jelinek <jakub@redhat.com>
2577
2578 [BZ #732]
2579 * time/tst-strptime.c (day_tests): Add 2 new tests.
2580 (test_tm, main): Issue an error instead of segfaulting if
2581 strptime returns NULL.
2582
2583 2005-01-10 H.J. Lu <hongjiu.lu@intel.com>
2584
2585 * sysdeps/alpha/libc-tls.c (__tls_get_addr): Updated for dtv_t union.
2586 * sysdeps/ia64/libc-tls.c (__tls_get_addr): Likewise.
2587
2588 2005-01-11 Ulrich Drepper <drepper@redhat.com>
2589
2590 * malloc/malloc.h: Remove no-glibc support.
2591
2592 2005-01-12 GOTO Masanori <gotom@debian.or.jp>
2593
2594 [BZ #650]
2595 * malloc/malloc.h: Always include features.h.
2596
2597 2005-01-10 Roland McGrath <roland@redhat.com>
2598
2599 * sysdeps/ia64/fpu/e_logl.c: File removed.
2600
2601 * dlfcn/dlfcn.c (init): Fix typo in attribute decl.
2602
2603 2005-01-10 Ulrich Drepper <drepper@redhat.com>
2604
2605 * sysdeps/generic/dl-tls.c (_dl_next_tls_modid): Fix assertion and
2606 recognition of last entry.
2607
2608 2005-01-09 Ulrich Drepper <drepper@redhat.com>
2609
2610 * elf/dl-runtime.c: Include <sys/param.h>.
2611
2612 * elf/Makefile (headers): Add bits/link.h.
2613
2614 2005-01-09 Andreas Schwab <schwab@suse.de>
2615
2616 * elf/rtld.c (dl_main): Create main_map with __RTLD_OPENEXEC.
2617
2618 2005-01-09 Andreas Jaeger <aj@suse.de>
2619
2620 [BZ #732]
2621 * time/strptime_l.c (__strptime_internal): Add braces to avoid
2622 warning.
2623
2624 * sysdeps/x86_64/bits/link.h: Use vector_size for GCC 4.0.
2625
2626 * elf/rtld.c (dl_main): Call _dl_add_to_slotinfo only if USE_TLS.
2627
2628 2005-01-08 Jakub Jelinek <jakub@redhat.com>
2629
2630 * elf/Makefile (generated): Add tst-pie1{,.out,.o}.
2631
2632 2005-01-09 Ulrich Drepper <drepper@redhat.com>
2633
2634 * elf/dl-fini.c (_dl_fini): Call destructors of audit DSOs after
2635 those of all the regular objects.
2636
2637 * elf/dl-debug.c (_dl_debug_initialize): Take extra parameter and
2638 use it to select the r_debug structure for that namespace.
2639 * elf/dl-close.c (_dl_close): Adjust call to _dl_debug_initialize.
2640 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
2641 * elf/dl-open.c (_dl_open): Likewise.
2642 * elf/rtld.c (dl_main): Likewise.
2643 * sysdeps/generic/ldsodefs.h (struct link_namespaces): Add _ns_debug
2644 member.
2645 (_dl_debug_initialize): Add new parameter in declaration.
2646
2647 * elf/dl-close.c (_dl_close): Make sure auditing callbacks are not
2648 called for the auditing objects themselves.
2649 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
2650
2651 2005-01-07 Ulrich Drepper <drepper@redhat.com>
2652
2653 * sysdeps/powerpc/powerpc64/dl-machine.h
2654 (elf_machine_runtime_setup): If profile != 0 does not anymore mean
2655 GLRO(dl_profile) != NULL.
2656 * sysdeps/powerpc/powerpc64/bits/link.h (struct la_ppc64_regs): Add
2657 padding.
2658 * sysdeps/powerpc/powerpc64/dl-trampoline.S: (_dl_profile_resolve):
2659 Extend _dl_prof_resolve to add pass extra parameters to
2660 _dl_profile_fixup and set up structure with register content.
2661
2662 * sysdeps/powerpc/powerpc32/dl-machine.c (__elf_machine_runtime_setup):
2663 If profile != 0 does not anymore mean GLRO(dl_profile) != NULL.
2664 * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_prof_resolve):
2665 Extend _dl_prof_resolve to add pass extra parameters to
2666 _dl_profile_fixup and set up structure with register content.
2667 * sysdeps/powerpc/powerpc32/bits/link.h: Fix types of some fields in
2668 the register and result structures.
2669 * sysdeps/powerpc/powerpc64/bits/link.h: Fix types of some fields
2670 in the 32-bit register and result structures.
2671
2672 * sysdeps/powerpc/powerpc64/dl-trampoline.S: Use register names.
2673
2674 * sysdeps/powerpc/powerpc32/dl-trampoline.S: New file.
2675 * sysdeps/powerpc/powerpc32/dl-machine.h: Remove trampoline code here.
2676 Define ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
2677 * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add ppc32 variants.
2678 * elf/tst-auditmod1.c: Add ppc32 support.
2679 * sysdeps/powerpc/powerpc32/bits/link.h: New file.
2680 * sysdeps/powerpc/powerpc64/bits/link.h: Add ppc32 definitions.
2681
2682 * malloc/malloc.c (malloc_printerr): Print program name as part of
2683 error message.
2684
2685 * misc/sys/cdefs.h (__attribute_warn_unused_result__): Define.
2686 * stdlib/stdlib.h: Make realloc with
2687 __attribute_warn_unused_result__ instead of __wur.
2688 * malloc/malloc.h: Add __wur and __attribute_warn_unused_result__
2689 markers as in <stdlib.h>.
2690
2691 * libio/stdio.h: Remove __wur from rename and remove.
2692 * posix/unistd.h: Remove __wur from dup2.
2693
2694 2005-01-03 Andreas Jaeger <aj@suse.de>
2695
2696 * elf/Makefile (tests): Revert patch from 2005-01-03.
2697
2698 2005-01-07 Ulrich Drepper <drepper@redhat.com>
2699
2700 * sysdeps/unix/sysv/linux/init-first.c (__libc_init_first): Don't
2701 make __libc_init_first hidden.
2702
2703 * elf/rtld.c [!DONT_USE_BOOTSTRAP_MAP] (_dl_start_final): Initialize
2704 l_relocated of rtld map.
2705 * sysdeps/powerpc/powerpc64/dl-trampoline.S: New file.
2706 * sysdeps/powerpc/powerpc64/dl-machine.h: Remove trampoline code here.
2707 Define ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
2708 * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add ppc64 variants.
2709 * elf/tst-auditmod1.c: Add ppc64 support.
2710 * sysdeps/powerpc/powerpc64/bits/link.h: New file.
2711
2712 2005-01-06 Roland McGrath <roland@redhat.com>
2713
2714 [BZ #633]
2715 * sysdeps/unix/sysv/linux/futimes.c (__futimes): Catch errno values
2716 indicating file-name lookup errors, and return ENOSYS or EBADF instead.
2717
2718 2005-01-06 Ulrich Drepper <drepper@redhat.com>
2719
2720 * csu/elf-init.c (__libc_csu_fini): Don't do anything here.
2721 * sysdeps/generic/libc-start.c: Don't register program destructor here.
2722
2723 * dlfcn/Makefile: Add rules to build dlfcn.c.
2724 (LDFLAGS-dl.so): Removed.
2725 * dlfcn/dlclose.c: _dl_close is now in ld.so, use function pointer
2726 table.
2727 * dlfcn/dlmopen.c: Likewise for _dl_open.
2728 * dlfcn/dlopen.c: Likewise.
2729 * dlfcn/dlopenold.c: Likewise.
2730 * elf/dl-libc.c: Likewise for _dl_open and _dl_close.
2731 * elf/Makefile (routines): Remove dl-open and dl-close.
2732 (dl-routines): Add dl-open, dl-close, and dl-trampoline.
2733 Add rules to build and run tst-audit1.
2734 * elf/tst-audit1.c: New file.
2735 * elf/tst-auditmod1.c: New file.
2736 * elf/Versions [libc]: Remove _dl_open and _dl_close.
2737 * elf/dl-close.c: Change for use inside ld.so instead of libc.so.
2738 * elf/dl-open.c: Likewise.
2739 * elf/dl-debug.c (_dl_debug_initialize): Allow reinitialization,
2740 signaled by nonzero parameter.
2741 * elf/dl-init.c: Fix use of r_state.
2742 * elf/dl-load.c: Likewise.
2743
2744 * elf/dl-close.c: Add auditing checkpoints.
2745 * elf/dl-open.c: Likewise.
2746 * elf/dl-fini.c: Likewise.
2747 * elf/dl-load.c: Likewise.
2748 * elf/dl-sym.c: Likewise.
2749 * sysdeps/generic/libc-start.c: Likewise.
2750 * elf/dl-object.c: Allocate memory for auditing information.
2751 * elf/dl-reloc.c: Remove RESOLV. We now always need the map.
2752 Correctly initialize slotinfo.
2753 * elf/dynamic-link.h: Adjust after removal of RESOLV.
2754 * sysdeps/hppa/dl-lookupcfg.h: Likewise.
2755 * sysdeps/ia64/dl-lookupcfg.h: Likewise.
2756 * sysdeps/powerpc/powerpc64/dl-lookupcfg.h: Removed.
2757 * elf/dl-runtime.c (_dl_fixup): Little cleanup.
2758 (_dl_profile_fixup): New parameters to point to register struct and
2759 variable for frame size.
2760 Add auditing checkpoints.
2761 (_dl_call_pltexit): New function.
2762 Don't define trampoline code here.
2763 * elf/rtld.c: Recognize LD_AUDIT. Load modules on startup.
2764 Remove all the functions from _rtld_global_ro which only _dl_open
2765 and _dl_close needed.
2766 Add auditing checkpoints.
2767 * elf/link.h: Define symbols for auditing interfaces.
2768 * include/link.h: Likewise.
2769 * include/dlfcn.h: Define __RTLD_AUDIT.
2770 Remove prototypes for _dl_open and _dl_close.
2771 Adjust access to argc and argv in libdl.
2772 * dlfcn/dlfcn.c: New file.
2773 * sysdeps/generic/dl-lookupcfg.h: Remove all content now that RESOLVE
2774 is gone.
2775 * sysdeps/generic/ldsodefs.h: Add definitions for auditing interfaces.
2776 * sysdeps/generic/unsecvars.h: Add LD_AUDIT.
2777 * sysdeps/i386/dl-machine.h: Remove trampoline code here.
2778 Adjust for removal of RESOLVE.
2779 * sysdeps/x86_64/dl-machine.h: Likewise.
2780 * sysdeps/generic/dl-trampoline.c: New file.
2781 * sysdeps/i386/dl-trampoline.c: New file.
2782 * sysdeps/x86_64/dl-trampoline.c: New file.
2783
2784 * sysdeps/generic/dl-tls.c: Cleanups. Fixup for dtv_t change.
2785 Fix updating of DTV.
2786 * sysdeps/generic/libc-tls.c: Likewise.
2787
2788 * sysdeps/arm/bits/link.h: Renamed to ...
2789 * sysdeps/arm/bits/linkmap.h: ...this.
2790 * sysdeps/generic/bits/link.h: Renamed to...
2791 * sysdeps/generic/bits/linkmap.h: ...this.
2792 * sysdeps/hppa/bits/link.h: Renamed to...
2793 * sysdeps/hppa/bits/linkmap.h: ...this.
2794 * sysdeps/i386/bits/link.h: Renamed to...
2795 * sysdeps/i386/bits/linkmap.h: ...this.
2796 * sysdeps/ia64/bits/link.h: Renamed to...
2797 * sysdeps/ia64/bits/linkmap.h: ...this.
2798 * sysdeps/s390/bits/link.h: Renamed to...
2799 * sysdeps/s390/bits/linkmap.h: ...this.
2800 * sysdeps/sh/bits/link.h: Renamed to...
2801 * sysdeps/sh/bits/linkmap.h: ...this.
2802 * sysdeps/x86_64/bits/link.h: Renamed to...
2803 * sysdeps/x86_64/bits/linkmap.h: ...this.
2804
2805 * posix/unistd.h: Declare ftruncate for POSIX 2003. [BZ #640]
2806
2807 2004-12-22 Steven Munroe <sjmunroe@us.ibm.com>
2808
2809 [BZ #602]
2810 * math/libm-test.inc (rint_test_tonearest): New test.
2811 (rint_test_towardzero): New test.
2812 (rint_test_downward): New test.
2813 (rint_test_upward): New test.
2814 * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Fix -0.0 case.
2815 Remove redundant const values.
2816 * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: Fix -0.0 case.
2817 Remove redundant const values. Use float const.
2818 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Fix -0.0 case.
2819 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Fix -0.0 case.
2820 Use float const.
2821 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Fix -0.0 case.
2822 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Fix -0.0 case.
2823 Use float const.
2824 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Fix -0.0 case.
2825 Remove redundant const values.
2826 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Fix -0.0 case.
2827 Remove redundant const values. Use float const.
2828 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Fix -0.0 case.
2829 Remove redundant const values.
2830 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Fix -0.0 case.
2831 Remove redundant const values. Use float const.
2832 * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: Use EALIGN for Quadword
2833 alignment. Fix -0.0 case. Remove redundant const values.
2834 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Use EALIGN for Quadword
2835 alignment. Fix -0.0 case. Remove redundant const values.
2836 Use float const.
2837 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Use EALIGN for Quadword
2838 alignment. Fix -0.0 case.
2839 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Use EALIGN for Quadword
2840 alignment. Fix -0.0 case. Use float const.
2841 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Use EALIGN for Quadword
2842 alignment. Fix -0.0 case.
2843 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Use EALIGN for Quadword
2844 alignment. Fix -0.0 case. Use float const.
2845 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Use EALIGN for Quadword
2846 alignment. Fix -0.0 case. Remove redundant const values.
2847 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Use EALIGN for Quadword
2848 alignment. Fix -0.0 case. Remove redundant const values.
2849 Use float const.
2850 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Use EALIGN for Quadword
2851 alignment. Fix -0.0 case.
2852 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Use EALIGN for Quadword
2853 alignment. Fix -0.0 case. Remove redundant const values.
2854 Use float const.
2855
2856 2005-01-06 Ulrich Drepper <drepper@redhat.com>
2857
2858 * misc/sys/cdefs.h: Define __wur.
2859 * libio/stdio.h: Use __wur for a number of interfaces.
2860 * posix/unistd.h: Likewise.
2861 * stdlib/stdlib.h: Likewise.
2862
2863 2004-12-29 Jakub Jelinek <jakub@redhat.com>
2864
2865 [BZ #592]
2866 * sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Use
2867 libc_hidden_proto instead of HIDDEN_PROTO.
2868 * sysdeps/ia64/fpu/libm-symbols.h (HIDDEN_PROTO): Remove.
2869 (__libm_error_support): If ASSEMBLER and in libc, define to
2870 HIDDEN_JUMPTARGET(__libm_error_support).
2871
2872 2004-12-28 David Mosberger <davidm@hpl.hp.com>
2873
2874 [BZ #592]
2875 * sysdeps/ia64/fpu/Makefile (duplicated-routines): New macro.
2876 (sysdep_routines): Replace libm_ldexp{,f,l} and libm_scalbn{,f,l}
2877 with $(duplicated-routines).
2878 (libm-sysdep_routines): Likewise, but substitute "s_" prefix for
2879 "m_" prefix.
2880
2881 2004-12-27 David Mosberger <davidm@hpl.hp.com>
2882
2883 [BZ #592]
2884 * sysdeps/ia64/fpu/libm-symbols.h: Add include of <sysdep.h> and
2885 undefine "ret" macro. Add __libm_error_support hidden definitions.
2886
2887 [BZ #592]
2888 * sysdeps/ia64/fpu/e_lgamma_r.c: Remove CVS-id comment. Add
2889 missing portion of copyright statement.
2890 * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
2891 * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
2892
2893 [BZ #592]
2894 * sysdeps/ia64/fpu/w_lgamma.c: Remove CVS-id comment. Add
2895 missing portion of copyright statement.
2896 (__ieee754_lgamma): Rename from lgamma(). Make lgamma() a weak alias.
2897 (__ieee754_gamma): Likewise.
2898 * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
2899 * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
2900
2901 2004-12-09 H.J. Lu <hjl@lucon.org>
2902
2903 [BZ #592]
2904 * sysdeps/ia64/fpu/s_nextafterl.c: Remove.
2905 * sysdeps/ia64/fpu/s_nexttoward.c: Likewise.
2906 * sysdeps/ia64/fpu/s_nexttowardf.c: Likewise.
2907 * sysdeps/ia64/fpu/e_atan2l.S: Remove (duplicate of e_atan2l.c).
2908 * sysdeps/ia64/fpu/e_expl.S: Likewise.
2909 * sysdeps/ia64/fpu/e_logl.c: Remove (conflicts with e_logl.S).
2910
2911 2004-11-18 David Mosberger <davidm@hpl.hp.com>
2912
2913 [BZ #592]
2914 * sysdeps/ia64/fpu/README: New file.
2915 * sysdeps/ia64/fpu/gen_import_file_list: New file.
2916 * sysdeps/ia64/fpu/import_check: Likewise.
2917 * sysdeps/ia64/fpu/import_diffs: Likewise.
2918 * sysdeps/ia64/fpu/import_file.awk: Likewise.
2919 * sysdeps/ia64/fpu/import_intel_libm: Likewise.
2920 * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
2921
2922 [BZ #592]
2923 * sysdeps/ia64/fpu/e_acos.S: Update from Intel libm v2.1+.
2924 * sysdeps/ia64/fpu/e_acosf.S: Likewise.
2925 * sysdeps/ia64/fpu/e_acosl.S: Likewise.
2926 * sysdeps/ia64/fpu/e_asin.S: Likewise.
2927 * sysdeps/ia64/fpu/e_asinf.S: Likewise.
2928 * sysdeps/ia64/fpu/e_asinl.S: Likewise.
2929 * sysdeps/ia64/fpu/e_atan2.S: Likewise.
2930 * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
2931 * sysdeps/ia64/fpu/e_cosh.S: Likewise.
2932 * sysdeps/ia64/fpu/e_coshf.S: Likewise.
2933 * sysdeps/ia64/fpu/e_coshl.S: Likewise.
2934 * sysdeps/ia64/fpu/e_exp.S: Likewise.
2935 * sysdeps/ia64/fpu/e_expf.S: Likewise.
2936 * sysdeps/ia64/fpu/e_fmod.S: Likewise.
2937 * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
2938 * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
2939 * sysdeps/ia64/fpu/e_hypot.S: Likewise.
2940 * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
2941 * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
2942 * sysdeps/ia64/fpu/e_log.S: Likewise.
2943 * sysdeps/ia64/fpu/e_log2.S: Likewise.
2944 * sysdeps/ia64/fpu/e_log2f.S: Likewise.
2945 * sysdeps/ia64/fpu/e_log2l.S: Likewise.
2946 * sysdeps/ia64/fpu/e_logf.S: Likewise.
2947 * sysdeps/ia64/fpu/e_pow.S: Likewise.
2948 * sysdeps/ia64/fpu/e_powf.S: Likewise.
2949 * sysdeps/ia64/fpu/e_powl.S: Likewise.
2950 * sysdeps/ia64/fpu/e_remainder.S: Likewise.
2951 * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
2952 * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
2953 * sysdeps/ia64/fpu/e_scalb.S: Likewise.
2954 * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
2955 * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
2956 * sysdeps/ia64/fpu/e_sinh.S: Likewise.
2957 * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
2958 * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
2959 * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
2960 * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
2961 * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
2962 * sysdeps/ia64/fpu/libm_error.c: Likewise.
2963 * sysdeps/ia64/fpu/libm_reduce.c: Likewise.
2964 * sysdeps/ia64/fpu/libm_support.h: Likewise.
2965 * sysdeps/ia64/fpu/s_atan.S: Likewise.
2966 * sysdeps/ia64/fpu/s_atanf.S: Likewise.
2967 * sysdeps/ia64/fpu/s_atanl.S: Likewise.
2968 * sysdeps/ia64/fpu/s_cbrt.S: Likewise.
2969 * sysdeps/ia64/fpu/s_cbrtf.S: Likewise.
2970 * sysdeps/ia64/fpu/s_cbrtl.S: Likewise.
2971 * sysdeps/ia64/fpu/s_ceil.S: Likewise.
2972 * sysdeps/ia64/fpu/s_ceilf.S: Likewise.
2973 * sysdeps/ia64/fpu/s_ceill.S: Likewise.
2974 * sysdeps/ia64/fpu/s_cos.S: Likewise.
2975 * sysdeps/ia64/fpu/s_cosf.S: Likewise.
2976 * sysdeps/ia64/fpu/s_cosl.S: Likewise.
2977 * sysdeps/ia64/fpu/s_expm1.S: Likewise.
2978 * sysdeps/ia64/fpu/s_expm1f.S: Likewise.
2979 * sysdeps/ia64/fpu/s_expm1l.S: Likewise.
2980 * sysdeps/ia64/fpu/s_fabs.S: Likewise.
2981 * sysdeps/ia64/fpu/s_fabsf.S: Likewise.
2982 * sysdeps/ia64/fpu/s_fabsl.S: Likewise.
2983 * sysdeps/ia64/fpu/s_floor.S: Likewise.
2984 * sysdeps/ia64/fpu/s_floorf.S: Likewise.
2985 * sysdeps/ia64/fpu/s_floorl.S: Likewise.
2986 * sysdeps/ia64/fpu/s_frexp.c: Likewise.
2987 * sysdeps/ia64/fpu/s_frexpf.c: Likewise.
2988 * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
2989 * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
2990 * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
2991 * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
2992 * sysdeps/ia64/fpu/s_log1p.S: Likewise.
2993 * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
2994 * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
2995 * sysdeps/ia64/fpu/s_logb.S: Likewise.
2996 * sysdeps/ia64/fpu/s_logbf.S: Likewise.
2997 * sysdeps/ia64/fpu/s_logbl.S: Likewise.
2998 * sysdeps/ia64/fpu/s_modf.S: Likewise.
2999 * sysdeps/ia64/fpu/s_modff.S: Likewise.
3000 * sysdeps/ia64/fpu/s_modfl.S: Likewise.
3001 * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
3002 * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
3003 * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
3004 * sysdeps/ia64/fpu/s_rint.S: Likewise.
3005 * sysdeps/ia64/fpu/s_rintf.S: Likewise.
3006 * sysdeps/ia64/fpu/s_rintl.S: Likewise.
3007 * sysdeps/ia64/fpu/s_round.S: Likewise.
3008 * sysdeps/ia64/fpu/s_roundf.S: Likewise.
3009 * sysdeps/ia64/fpu/s_roundl.S: Likewise.
3010 * sysdeps/ia64/fpu/s_significand.S: Likewise.
3011 * sysdeps/ia64/fpu/s_significandf.S: Likewise.
3012 * sysdeps/ia64/fpu/s_significandl.S: Likewise.
3013 * sysdeps/ia64/fpu/s_tan.S: Likewise.
3014 * sysdeps/ia64/fpu/s_tanf.S: Likewise.
3015 * sysdeps/ia64/fpu/s_tanl.S: Likewise.
3016 * sysdeps/ia64/fpu/s_trunc.S: Likewise.
3017 * sysdeps/ia64/fpu/s_truncf.S: Likewise.
3018 * sysdeps/ia64/fpu/s_truncl.S: Likewise.
3019
3020 [BZ #592]
3021 * sysdeps/ia64/fpu/e_acosh.S: New file from Intel libm v2.1+.
3022 * sysdeps/ia64/fpu/e_acoshf.S: Likewise.
3023 * sysdeps/ia64/fpu/e_acoshl.S: Likewise.
3024 * sysdeps/ia64/fpu/e_atanh.S: Likewise.
3025 * sysdeps/ia64/fpu/e_atanhf.S: Likewise.
3026 * sysdeps/ia64/fpu/e_atanhl.S: Likewise.
3027 * sysdeps/ia64/fpu/e_exp10.S: Likewise.
3028 * sysdeps/ia64/fpu/e_exp10f.S: Likewise.
3029 * sysdeps/ia64/fpu/e_exp10l.S: Likewise.
3030 * sysdeps/ia64/fpu/e_exp2.S: Likewise.
3031 * sysdeps/ia64/fpu/e_exp2f.S: Likewise.
3032 * sysdeps/ia64/fpu/e_exp2l.S: Likewise.
3033 * sysdeps/ia64/fpu/e_lgamma_r.S: Likewise.
3034 * sysdeps/ia64/fpu/e_lgammaf_r.S: Likewise.
3035 * sysdeps/ia64/fpu/e_lgammal_r.S: Likewise.
3036 * sysdeps/ia64/fpu/e_logl.S: Likewise.
3037 * sysdeps/ia64/fpu/libm_frexp.S: Likewise.
3038 * sysdeps/ia64/fpu/libm_frexpf.S: Likewise.
3039 * sysdeps/ia64/fpu/libm_frexpl.S: Likewise.
3040 * sysdeps/ia64/fpu/s_libm_ldexp.S: Likewise.
3041 * sysdeps/ia64/fpu/s_libm_ldexpf.S: Likewise.
3042 * sysdeps/ia64/fpu/s_libm_ldexpl.S: Likewise.
3043 * sysdeps/ia64/fpu/s_libm_scalbn.S: Likewise.
3044 * sysdeps/ia64/fpu/s_libm_scalbnf.S: Likewise.
3045 * sysdeps/ia64/fpu/s_libm_scalbnl.S: Likewise.
3046 * sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
3047 * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
3048 * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
3049 * sysdeps/ia64/fpu/libm_sincos.S: Likewise.
3050 * sysdeps/ia64/fpu/libm_sincos_large.S: Likewise.
3051 * sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
3052 * sysdeps/ia64/fpu/libm_sincosl.S: Likewise.
3053 * sysdeps/ia64/fpu/libm_scalblnf.S: Likewise.
3054 * sysdeps/ia64/fpu/s_asinh.S: Likewise.
3055 * sysdeps/ia64/fpu/s_asinhf.S: Likewise.
3056 * sysdeps/ia64/fpu/s_asinhl.S: Likewise.
3057 * sysdeps/ia64/fpu/s_erf.S: Likewise.
3058 * sysdeps/ia64/fpu/s_erfc.S: Likewise.
3059 * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
3060 * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
3061 * sysdeps/ia64/fpu/s_erff.S: Likewise.
3062 * sysdeps/ia64/fpu/s_erfl.S: Likewise.
3063 * sysdeps/ia64/fpu/s_fdim.S: Likewise.
3064 * sysdeps/ia64/fpu/s_fdimf.S: Likewise.
3065 * sysdeps/ia64/fpu/s_fdiml.S: Likewise.
3066 * sysdeps/ia64/fpu/s_fma.S: Likewise.
3067 * sysdeps/ia64/fpu/s_fmaf.S: Likewise.
3068 * sysdeps/ia64/fpu/s_fmal.S: Likewise.
3069 * sysdeps/ia64/fpu/s_fmax.S: Likewise.
3070 * sysdeps/ia64/fpu/s_fmaxf.S: Likewise.
3071 * sysdeps/ia64/fpu/s_fmaxl.S: Likewise.
3072 * sysdeps/ia64/fpu/s_ldexp.c: Likewise.
3073 * sysdeps/ia64/fpu/s_ldexpf.c: Likewise.
3074 * sysdeps/ia64/fpu/s_ldexpl.c: Likewise.
3075 * sysdeps/ia64/fpu/s_nextafter.S: Likewise.
3076 * sysdeps/ia64/fpu/s_nextafterf.S: Likewise.
3077 * sysdeps/ia64/fpu/s_nextafterl.S: Likewise.
3078 * sysdeps/ia64/fpu/s_nexttoward.S: Likewise.
3079 * sysdeps/ia64/fpu/s_nexttowardf.S: Likewise.
3080 * sysdeps/ia64/fpu/s_nexttowardl.S: Likewise.
3081 * sysdeps/ia64/fpu/s_tanh.S: Likewise.
3082 * sysdeps/ia64/fpu/s_tanhf.S: Likewise.
3083 * sysdeps/ia64/fpu/s_tanhl.S: Likewise.
3084 * sysdeps/ia64/fpu/s_scalblnf.c: Likewise.
3085 * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
3086 * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
3087 * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
3088 * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
3089 * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
3090 * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
3091
3092 [BZ #592]
3093 * sysdeps/ia64/fpu/e_gamma_r.c: New empty dummy-file.
3094 * sysdeps/ia64/fpu/e_gammaf_r.c: Likewise.
3095 * sysdeps/ia64/fpu/e_gammal_r.c: Likewise.
3096 * sysdeps/ia64/fpu/w_acosh.c: Likewise.
3097 * sysdeps/ia64/fpu/w_acoshf.c: Likewise.
3098 * sysdeps/ia64/fpu/w_acoshl.c: Likewise.
3099 * sysdeps/ia64/fpu/w_atanh.c: Likewise.
3100 * sysdeps/ia64/fpu/w_atanhf.c: Likewise.
3101 * sysdeps/ia64/fpu/w_atanhl.c: Likewise.
3102 * sysdeps/ia64/fpu/w_exp10.c: Likewise.
3103 * sysdeps/ia64/fpu/w_exp10f.c: Likewise.
3104 * sysdeps/ia64/fpu/w_exp10l.c: Likewise.
3105 * sysdeps/ia64/fpu/w_exp2.c: Likewise.
3106 * sysdeps/ia64/fpu/w_exp2f.c: Likewise.
3107 * sysdeps/ia64/fpu/w_exp2l.c: Likewise.
3108 * sysdeps/ia64/fpu/w_expl.c: Likewise.
3109 * sysdeps/ia64/fpu/e_expl.S: Likewise.
3110 * sysdeps/ia64/fpu/w_lgamma_r.c: Likewise.
3111 * sysdeps/ia64/fpu/w_lgammaf_r.c: Likewise.
3112 * sysdeps/ia64/fpu/w_lgammal_r.c: Likewise.
3113 * sysdeps/ia64/fpu/w_log2.c: Likewise.
3114 * sysdeps/ia64/fpu/w_log2f.c: Likewise.
3115 * sysdeps/ia64/fpu/w_log2l.c: Likewise.
3116 * sysdeps/ia64/fpu/w_sinh.c: Likewise.
3117 * sysdeps/ia64/fpu/w_sinhf.c: Likewise.
3118 * sysdeps/ia64/fpu/w_sinhl.c: Likewise.
3119
3120 [BZ #592]
3121 * sysdeps/ia64/fpu/libm_atan2_reg.S: Remove.
3122 * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
3123 * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
3124 * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
3125 * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
3126 * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
3127 * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
3128
3129 [BZ #592]
3130 * sysdeps/ia64/fpu/s_sincos.c: Make it an empty dummy-file.
3131 * sysdeps/ia64/fpu/s_sincosf.c: Likewise.
3132 * sysdeps/ia64/fpu/s_sincosl.c: Likewise.
3133
3134 [BZ #592]
3135 * sysdeps/ia64/fpu/e_atan2l.S: Add "Not needed" comment.
3136
3137 [BZ #592]
3138 * sysdeps/ia64/fpu/s_copysign.S: Add __libm_copysign{,f,l}
3139 alias for use by libm_error.c
3140
3141 [BZ #592]
3142 * sysdeps/ia64/fpu/Makefile (libm-sysdep_routines): Remove
3143 libm_atan2_reg, libm_tan, libm_frexp4{f,l}.
3144 Mention s_erfc{,f,l}, libm_frexp{,f,l}, libm_ldexp{,f,l},
3145 libm_sincos{,f,l}, libm_sincos_large, libm_lgamma{,f,l},
3146 libm_scalbn{,f,l}, libm_scalblnf.
3147 (sysdep_routines): Remove libm_frexp4{,f,l}.
3148 Mention libm_frexp{,f,l}, libm_ldexp{,f,l}, and libm_scalbn{,f,l}.
3149 (sysdep-CPPFLAGS): Add -include libm-symbols.h, -D__POSIX__,
3150 _D_LIB_VERSIONIMF=_LIB_VERSION, -DSIZE_LONG_INT_64, and
3151 -DSIZE_LONG_LONG_INT_64.
3152
3153 2005-01-05 Steven Munroe <sjmunroe@us.ibm.com>
3154
3155 [BZ #729]
3156 * elf/rtld.c (dl_main) [NEED_DL_SYSINFO_DSO]: Insure l_map_end and
3157 l_text_end are set for a VDSO with a single PT_LOAD entry.
3158
3159 2005-01-05 Ulrich Drepper <drepper@redhat.com>
3160
3161 [BZ #730]
3162 * libio/iofopncook.c (_IO_cookie_seekoff): Define. Mark offset as
3163 invalid to disable optimizations in fileops which won't work here.
3164 (_IO_cookie_jumps): Use it.
3165 (_IO_old_cookie_jumps): Likewise.
3166 * libio/fmemopen.c (fmemopen_seek): Result must be returned in *P,
3167 not the return value.
3168 * stdio-common/Makefile (tests): Add tst-fmemopen2.
3169 * stdio-common/tst-fmemopen2.c: New file.
3170
3171 * sysdeps/unix/sysv/linux/bits/waitflags.h: Define __WNOTHREAD.
3172
3173 2005-01-05 Roland McGrath <roland@redhat.com>
3174
3175 * configure.in (libc_cv_cpp_asm_debuginfo): Checked moved ...
3176 * sysdeps/i386/configure.in: ... here. New file.
3177
3178 2005-01-03 Ulrich Drepper <drepper@redhat.com>
3179
3180 [BZ #727]
3181 * sysdeps/generic/libc-start.c [SHARED] (__libc_start_main): Don't
3182 initialize __environ again.
3183 * stdlib/Makefile: Add rules to build and run tst-putenv.
3184 * stdlib/tst-putenv.c: New file.
3185 * stdlib/tst-putenvmod.c: New file.
3186
3187 * sysdeps/unix/sysv/linux/init-first.c: Clean file up. Don't
3188 define unnecessary wrappers or aliases of static functions.
3189
3190 2005-01-03 Andreas Jaeger <aj@suse.de>
3191
3192 * csu/Makefile (generated): Add start.os and start.ob.
3193
3194 * elf/Makefile (tests): Change rule for tst-pie1 so that make
3195 clean works.
3196
3197 2004-12-29 Roland McGrath <roland@redhat.com>
3198
3199 [BZ #626]
3200 * sysdeps/unix/alarm.c (alarm): Round return value to nearest rather
3201 than always up; when nearest is zero, round up to one.
3202
3203 2004-12-28 Ulrich Drepper <drepper@redhat.com>
3204
3205 * po/es.po: Update from translation team.
3206
3207 [BZ #726]
3208 * sysdeps/generic/dl-tls.c (__tls_get_addr): Fix typo.
3209
3210 2004-12-27 Ulrich Drepper <drepper@redhat.com>
3211
3212 [BZ #744]
3213 * include/signal.h: Define __sigemptyset.
3214
3215 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
3216
3217 * posix/regex_internal.h (struct re_dfastate_t): Make
3218 word_trtable a pointer to the 512-item transition table.
3219 * posix/regexec.c (build_trtable): Fill in either state->trtable
3220 or state->word_trtable. Return a boolean indicating success.
3221 (transit_state): Expect state->trtable to be a 256-item
3222 transition table. Reorganize code to have less tests in
3223 the common case, and to save an indentation level.
3224 * posix/regex_internal.c (free_state): Free word_trtable.
3225
3226 2004-12-21 Jakub Jelinek <jakub@redhat.com>
3227
3228 [BZ #723]
3229 * sysdeps/unix/sysv/linux/i386/clone.S (__clone): Make sure %esp when
3230 calling fn is 16 byte aligned.
3231 * sysdeps/i386/tst-stack-align.h: New file.
3232
3233 [BZ #725]
3234 * misc/efgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define.
3235 (ecvt_r): Special case denormals.
3236 * misc/qefgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define.
3237 * misc/tst-efgcvt.c: Include float.h.
3238 (ecvt_tests): Add 2 new tests.
3239
3240 2004-12-20 Roland McGrath <roland@frob.com>
3241
3242 * version.h (RELEASE, VERSION): development, 2.3.90
3243 * include/features.h (__GLIBC_MINOR__): Now 4.
3244
3245
3246 See ChangeLog.15 for earlier changes.
This page took 0.180494 seconds and 5 git commands to generate.