aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog768
1 files changed, 275 insertions, 493 deletions
diff --git a/ChangeLog b/ChangeLog
index 054072fb36..c4f11a4628 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
2014-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
- * * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
+ * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
2014-04-30 Yang Yingliang <yangyingliang@huawei.com>
@@ -146,8 +146,6 @@
* nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
-2014-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
-
* sysdeps/powerpc/fpu/fenv_private.h
(libc_feholdexcept_setroundl_ctx): Define to
libc_feholdexcept_setround_ppc_ctx.
@@ -267,8 +265,6 @@
* sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
* sysdeps/s390/configure: Regenerate.
-2014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
-
[BZ #16824]
* sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
Set round-to-nearest internally to reduce error accumulation.
@@ -294,8 +290,6 @@
* csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
_dl_debug_initialize.
-2014-04-14 Carlos O'Donell <carlos@redhat.com>
-
* configure.ac: Remove SELinux header check.
* configure: Regenerate.
* nscd/selinux.c (perms): Array of const char* to permission names.
@@ -399,8 +393,8 @@
2014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
* bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
- * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead of its
- definition.
+ * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
+ of its definition.
* iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
* iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
* iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
@@ -447,8 +441,6 @@
* sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
(__PTHREAD_SPIN): Likewise.
-2014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
-
* sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
* sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
* sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
@@ -497,12 +489,10 @@
(libc_extra_cppflags): New flag.
* configure. Regenerate.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
- (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does not set
- _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
+ (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
+ not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
-2014-04-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
-
[BZ #16815]
* sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
result for FE_DOWNWARD rounding mode.
@@ -591,12 +581,8 @@
* math/libm-test.inc (nextafter_test_data): Add tests.
* NEWS: Add 16739 and 16786 to bug list.
-2014-04-02 Alan Modra <amodra@gmail.com>
-
* sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
-2014-04-02 Alan Modra <amodra@gmail.com>
-
* sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
2014-04-01 Will Newton <will.newton@linaro.org>
@@ -774,15 +760,17 @@
2014-03-27 Andi Kleen <ak@linux.intel.com>
- * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock,
- lll_robust_lock, lll_cond_lock, lll_timedlock, lll_robust_cond_lock,
- lll_robust_timedlock, lll_unlock, lll_robust_unlock):
- Remove out of line section. Use cfi intrinsics.
+ * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
+ (lll_robust_lock, lll_cond_lock, lll_timedlock)
+ (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
+ (lll_robust_unlock): Remove out of line section. Use cfi
+ intrinsics.
(LLL_STUB_UNWIND_INFO*): Remove.
- * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock,
- lll_robust_lock, lll_cond_lock, lll_timedlock, lll_robust_cond_lock,
- lll_robust_timedlock, lll_unlock, lll_robust_unlock):
- Remove out of line section. Use cfi intrinsics.
+ * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
+ (lll_robust_lock, lll_cond_lock, lll_timedlock)
+ (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
+ (lll_robust_unlock): Remove out of line section. Use cfi
+ intrinsics.
(LLL_STUB_UNWIND_INFO*): Remove.
2014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
@@ -822,13 +810,9 @@
* scripts/localplt.awk: Check for PLT generated by internal IFUNC
calls.
-2014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
-
* nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
previous change.
-2014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
-
* sysdeps/powerpc/fpu/libm-test-ulps: Update.
2014-03-25 Andreas Schwab <schwab@suse.de>
@@ -893,8 +877,6 @@
* sysdeps/unix/sysv/linux/s390/bits/stat.h
(struct stat): Rename member pad0 to __glibc_reserved0.
-2014-03-24 Stefan Liebler <stli@linux.vnet.ibm.com>
-
[BZ #16712]
* sysdeps/s390/s390-32/bits/wordsize.h
(__WORDSIZE32_SIZE_ULONG): New define.
@@ -903,20 +885,14 @@
* sysdeps/generic/stdint.h (SIZE_MAX):
Define as UL if __WORDSIZE32_SIZE_ULONG.
-2014-03-24 Stefan Liebler <stli@linux.vnet.ibm.com>
-
[BZ #16713]
* sysdeps/unix/sysv/linux/s390/bits/sigaction.h
(__glibc_reserved0): New variable.
(sa_flags): Change type to int.
-2014-03-24 Stefan Liebler <stli@linux.vnet.ibm.com>
-
* posix/Makefile (before-compile): Use += before-compile instead
of a :=.
-2014-03-24 Stefan Liebler <stli@linux.vnet.ibm.com>
-
* nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
(__PTHREAD_MUTEX_HAVE_ELISION): New define.
@@ -1481,22 +1457,16 @@
implementation.
* math/libm-test.inc (round_test_data): Add more tests.
-2014-03-14 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
-
[BZ #16706]
* sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
implementation.
* math/libm-test.inc (nearbyint_test_data): Add more tests.
-2014-03-14 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
-
[BZ #16701]
* sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
implementation.
* math/libm-test.inc (ceil_test_data): Add more tests.
-2014-03-14 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
-
* math/libm-test.inc (trunc_test_data): Add more tests related to
BZ#16414.
@@ -1531,30 +1501,23 @@
(sh-ldd-rewrite): Delete.
(bash-ldd-rewrite): Delete.
(have-bash2): Delete checks.
- [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to ldd-rewrite.
-
-2014-03-13 Mike Frysinger <vapier@gentoo.org>
+ [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
+ ldd-rewrite.
* config.make.in (have-ksh): Delete.
(KSH): Delete.
* configure.ac (libc_cv_have_ksh): Delete.
* configure: Regenerate.
-2014-03-13 Mike Frysinger <vapier@gentoo.org>
-
* elf/Makefile: Delete $(have-ksh) check.
($(objpfx)sotruss): Change KSH to BASH.
* elf/sotruss.ksh: Rename to ...
* elf/sotruss.sh: ... this. Change @KSH@ to @BASH@. Change
function style to match POSIX. Drop ksh vim mode setting.
-2014-03-13 Mike Frysinger <vapier@gentoo.org>
-
* manual/time.texi (Specifying the Time Zone with TZ): Change
Tuesday to Thursday.
-2014-03-13 Mike Frysinger <vapier@gentoo.org>
-
* debug/tst-longjmp_chk2.c: Update header comment.
(stackoverflow_handler): Add comment. Call assert on pass value.
@@ -1639,8 +1602,8 @@
2014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
- * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build IFUNC
- selector for static builds.
+ * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
+ IFUNC selector for static builds.
2014-03-11 Joseph Myers <joseph@codesourcery.com>
@@ -2994,68 +2957,60 @@
2014-02-27 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
- * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround power8
- implementation.
- * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New file:
- POWER8 llround ifunc implementation.
- * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c (__lllround): Add
- POWER8 implementation.
+ * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
+ power8 implementation.
+ * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
+ file: POWER8 llround ifunc implementation.
+ * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
+ (__lllround): Add POWER8 implementation.
* sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
POWER8 llround implementation.
-2014-02-27 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
-
- * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint power8
- implementation.
- * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New file:
- POWER8 llrint ifunc implementation.
- * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint): Add
- POWER8 implementation.
+ * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
+ power8 implementation.
+ * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
+ file: POWER8 llrint ifunc implementation.
+ * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
+ Add POWER8 implementation.
* sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
POWER8 llrint implementation.
-2014-02-27 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
-
- * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite power8
- implementation.
- * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New file:
- POWER8 finite ifunc implementation.
- * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite): Add
- POWER8 implementation.
+ * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
+ power8 implementation.
+ * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
+ file: POWER8 finite ifunc implementation.
+ * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
+ Add POWER8 implementation.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
Likewise.
* sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
POWER8 finite implementation.
* sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
-2014-02-27 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
-
- * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf power8
- implementation.
- * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New file:
- POWER8 isinf ifunc implementation.
+ * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
+ power8 implementation.
+ * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
+ file: POWER8 isinf ifunc implementation.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
POWER8 implementation.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
Likewise.
- * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file:
- POWER8 isinf implementation.
+ * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
+ isinf implementation.
* sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
-2014-02-27 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
-
- * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h (INIT_ARCH):
- Add hwcap2 initialization.
- * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan power8
- implementation.
- * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New file:
- POWER8 isnan ifunc implementation.
+ * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
+ (INIT_ARCH): Add hwcap2 initialization.
+ * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
+ power8 implementation.
+ * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
+ file: POWER8 isnan ifunc implementation.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
POWER8 implementation.
* sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
Likewise.
- * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file:
- POWER8 isnan implementation.
+ * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
+ isnan implementation.
* sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
2014-02-27 Joey Ye <joey.ye@arm.com>
@@ -4025,18 +3980,12 @@
* manual/probes.texi (Mathematical Function Probes): Use
"triggered" instead of "hit".
-2014-02-11 Will Newton <will.newton@linaro.org>
-
* manual/probes.texi (Internal Probes): Add documentation
of setjmp, longjmp and longjmp_target probes.
-2014-02-11 Will Newton <will.newton@linaro.org>
-
* include/stap-probe.h: Add comment about probe argument
format.
-2014-02-11 Will Newton <will.newton@linaro.org>
-
* malloc/mtrace.c (attribute_hidden): Remove unused macro
definition. (tr_where, tr_freehook, tr_mallochook,
tr_reallochook, tr_memalignhook): Use ANSI protoype.
@@ -4073,7 +4022,8 @@
2014-02-10 Ondřej Bílka <neleai@seznam.cz>
- * assert/assert.c (__assert_fail_base): Use glibc_likely instead __builtin_expect.
+ * assert/assert.c (__assert_fail_base): Use glibc_likely instead
+ __builtin_expect.
* benchtests/bench-memmem.c (simple_memmem): Likewise.
* catgets/open_catalog.c (__open_catalog): Likewise.
* csu/libc-start.c (LIBC_START_MAIN): Likewise.
@@ -4129,9 +4079,9 @@
* elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
* elf/dl-init.c (call_init, _dl_init): Likewise.
* elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
- * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths,
- _dl_map_object_from_fd, open_verify, open_path,
- _dl_map_object): Likewise.
+ * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
+ (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
+ Likewise.
* elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
Likewise.
* elf/dl-minimal.c (__libc_memalign): Likewise.
@@ -4139,13 +4089,13 @@
* elf/dl-reloc.c (_dl_relocate_object): Likewise.
* elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
* elf/dl-sym.c (do_sym): Likewise.
- * elf/dl-tls.c (tls_get_addr_tail, update_get_addr, __tls_get_addr,
- _dl_tls_get_addr_soft): Likewise.
+ * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
+ (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
* elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
* elf/dl-writev.h (_dl_writev): Likewise.
* elf/ldconfig.c (search_dir): Likewise.
- * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload,
- dl_main): Likewise.
+ * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
+ (dl_main): Likewise.
* elf/setup-vdso.h (setup_vdso): Likewise.
* grp/compat-initgroups.c (compat_call): Likewise.
* grp/fgetgrent.c (fgetgrent): Likewise.
@@ -4202,10 +4152,11 @@
* iconv/gconv_cache.c (__gconv_load_cache): Likewise.
* iconv/gconv_close.c (__gconv_close): Likewise.
* iconv/gconv_open.c (__gconv_open): Likewise.
- * iconv/gconv_simple.c (internal_ucs4_loop_single, ucs4_internal_loop,
- ucs4_internal_loop_unaligned, ucs4_internal_loop_single,
- internal_ucs4le_loop_single, ucs4le_internal_loop,
- ucs4le_internal_loop_unaligned, ucs4le_internal_loop_single): Likewise.
+ * iconv/gconv_simple.c (internal_ucs4_loop_single)
+ (ucs4_internal_loop, ucs4_internal_loop_unaligned)
+ (ucs4_internal_loop_single, internal_ucs4le_loop_single)
+ (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
+ (ucs4le_internal_loop_single): Likewise.
* iconv/iconv.c (iconv): Likewise.
* iconv/iconv_close.c: Likewise.
* iconv/loop.c (SINGLE): Likewise.
@@ -4217,16 +4168,16 @@
* intl/loadmsgcat.c (_nl_load_domain): Likewise.
* intl/localealias.c (read_alias_file): Likewise.
* libio/filedoalloc.c (_IO_file_doallocate): Likewise.
- * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap,
- _IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
+ * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
+ (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
* libio/fmemopen.c (fmemopen): Likewise.
* libio/iofgets.c (_IO_fgets): Likewise.
* libio/iofgets_u.c (fgets_unlocked): Likewise.
* libio/iofgetws.c (fgetws): Likewise.
* libio/iofgetws_u.c (fgetws_unlocked): Likewise.
* libio/iogetdelim.c (_IO_getdelim): Likewise.
- * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap,
- adjust_wide_data, _IO_wfile_seekoff): Likewise.
+ * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
+ (adjust_wide_data, _IO_wfile_seekoff): Likewise.
* locale/findlocale.c (_nl_find_locale): Likewise.
* locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
* locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
@@ -4235,8 +4186,8 @@
* login/programs/pt_chown.c (main): Likewise.
* malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
* malloc/malloc.c (_int_malloc, _int_free): Likewise.
- * malloc/memusage.c (update_data, malloc, realloc, calloc, free,
- mmap, mmap64, mremap, munmap): Likewise.
+ * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
+ (mmap, mmap64, mremap, munmap): Likewise.
* math/e_exp2l.c: Likewise.
* math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
* math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
@@ -4290,91 +4241,96 @@
* nis/nis_getservlist.c (nis_getservlist): Likewise.
* nis/nis_lookup.c (nis_lookup): Likewise.
* nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
- * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry,
- nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
+ * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
+ (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
* nis/nis_xdr.c (xdr_endpoint): Likewise.
- * nis/nss_compat/compat-grp.c (getgrent_next_file, internal_getgrnam_r,
- internal_getgrgid_r): Likewise.
- * nis/nss_compat/compat-initgroups.c (add_group, internal_getgrent_r):
- Likewise.
- * nis/nss_compat/compat-pwd.c (getpwent_next_file, internal_getpwnam_r,
- internal_getpwuid_r): Likewise.
- * nis/nss_compat/compat-spwd.c (getspent_next_file,
- internal_getspnam_r): Likewise.
- * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r,
- _nss_nis_getaliasbyname_r): Likewise.
- * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r,
- _nss_nis_getntohost_r): Likewise.
- * nis/nss_nis/nis-grp.c (internal_nis_setgrent,
- internal_nis_getgrent_r, _nss_nis_getgrnam_r, _nss_nis_getgrgid_r):
- Likewise.
- * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent,
- internal_nis_gethostent_r, internal_gethostbyname2_r,
- _nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r,
- _nss_nis_gethostbyname4_r): Likewise.
- * nis/nss_nis/nis-initgroups.c (internal_getgrent_r,
- initgroups_netid): Likewise.
+ * nis/nss_compat/compat-grp.c (getgrent_next_file)
+ (internal_getgrnam_r, internal_getgrgid_r): Likewise.
+ * nis/nss_compat/compat-initgroups.c (add_group)
+ (internal_getgrent_r): Likewise.
+ * nis/nss_compat/compat-pwd.c (getpwent_next_file)
+ (internal_getpwnam_r, internal_getpwuid_r): Likewise.
+ * nis/nss_compat/compat-spwd.c (getspent_next_file)
+ (internal_getspnam_r): Likewise.
+ * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
+ (_nss_nis_getaliasbyname_r): Likewise.
+ * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
+ (_nss_nis_getntohost_r): Likewise.
+ * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
+ (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
+ (_nss_nis_getgrgid_r): Likewise.
+ * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
+ (internal_nis_gethostent_r, internal_gethostbyname2_r)
+ (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
+ (_nss_nis_gethostbyname4_r): Likewise.
+ * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
+ (initgroups_netid): Likewise.
* nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
- * nis/nss_nis/nis-network.c (internal_nis_getnetent_r,
- _nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
- * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r,
- _nss_nis_getprotobynumber_r): Likewise.
- * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey,
- _nss_nis_getsecretkey): Likewise.
- * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent,
- internal_nis_getpwent_r, _nss_nis_getpwnam_r, _nss_nis_getpwuid_r):
- Likewise.
- * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r,
- _nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
- * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r,
- _nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
- * nis/nss_nis/nis-spwd.c (_nss_nis_setspent, internal_nis_getspent_r,
- _nss_nis_getspnam_r): Likewise.
+ * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
+ (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
+ * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
+ (_nss_nis_getprotobynumber_r): Likewise.
+ * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
+ (_nss_nis_getsecretkey): Likewise.
+ * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
+ (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
+ (_nss_nis_getpwuid_r): Likewise.
+ * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
+ (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
+ * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
+ (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
+ * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
+ (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
* nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
Likewise.
- * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
- _nss_nisplus_getntohost_r): Likewise.
- * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r,
- _nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
- * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r,
- _nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r): Likewise.
- * nis/nss_nisplus/nisplus-initgroups.c (_nss_nisplus_initgroups_dyn):
- Likewise.
- * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
- _nss_nisplus_getnetbyaddr_r): Likewise.
- * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r,
- _nss_nisplus_getprotobynumber_r): Likewise.
- * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r,
- _nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
+ * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
+ (_nss_nisplus_getntohost_r): Likewise.
+ * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
+ (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
+ * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
+ (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
+ Likewise.
+ * nis/nss_nisplus/nisplus-initgroups.c
+ (_nss_nisplus_initgroups_dyn): Likewise.
+ * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
+ (_nss_nisplus_getnetbyaddr_r): Likewise.
+ * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
+ (_nss_nisplus_getprotobynumber_r): Likewise.
+ * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
+ (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
* nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
Likewise.
- * nis/nss_nisplus/nisplus-service.c (internal_nisplus_getservent_r,
- _nss_nisplus_getservbyname_r, _nss_nisplus_getservbyport_r): Likewise.
- * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r,
- _nss_nisplus_getspnam_r): Likewise.
- * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist): Likewise.
+ * nis/nss_nisplus/nisplus-service.c
+ (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
+ (_nss_nisplus_getservbyport_r): Likewise.
+ * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
+ (_nss_nisplus_getspnam_r): Likewise.
+ * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
+ Likewise.
* nscd/aicache.c (addhstaiX): Likewise.
* nscd/cache.c (cache_search, prune_cache): Likewise.
- * nscd/connections.c (register_traced_file, send_ro_fd, handle_request,
- nscd_run_prune, nscd_run_worker, fd_ready, main_loop_epoll): Likewise.
+ * nscd/connections.c (register_traced_file, send_ro_fd)
+ (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
+ (main_loop_epoll): Likewise.
* nscd/grpcache.c (addgrbyX): Likewise.
* nscd/hstcache.c (addhstbyX): Likewise.
* nscd/initgrcache.c (addinitgroupsX): Likewise.
* nscd/mem.c (gc, mempool_alloc): Likewise.
- * nscd/netgroupcache.c (do_notfound, addgetnetgrentX, addinnetgrX):
- Likewise.
- * nscd/nscd-client.h (__nscd_acquire_maplock, __nscd_drop_map_ref):
- Likewise.
+ * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
+ (addinnetgrX): Likewise.
+ * nscd/nscd-client.h (__nscd_acquire_maplock)
+ (__nscd_drop_map_ref): Likewise.
* nscd/nscd_getai.c (__nscd_getai): Likewise.
* nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
* nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
Likewise.
* nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
* nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
- * nscd/nscd_helper.c (__readvall, open_socket,
- __nscd_get_mapping, __nscd_get_map_ref): Likewise.
+ * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
+ (__nscd_get_map_ref): Likewise.
* nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
- * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr): Likewise.
+ * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
+ Likewise.
* nscd/pwdcache.c (addpwbyX): Likewise.
* nscd/selinux.c (preserve_capabilities): Likewise.
* nscd/servicescache.c (addservbyX): Likewise.
@@ -4383,8 +4339,8 @@
* posix/getopt.c (_getopt_internal_r): Likewise.
* posix/glob.c (glob, glob_in_dir): Likewise.
* posix/wordexp.c (exec_comm_child): Likewise.
- * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r, getanswer_r,
- gaih_getanswer_slice): Likewise.
+ * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
+ (getanswer_r, gaih_getanswer_slice): Likewise.
* resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
* resolv/res_init.c: Likewise.
* resolv/res_mkquery.c (res_nmkquery): Likewise.
@@ -4397,7 +4353,8 @@
* stdio-common/tmpnam.c (tmpnam): Likewise.
* stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
* stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
- * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl): Likewise.
+ * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
+ Likewise.
* stdlib/drand48-iter.c (__drand48_iterate): Likewise.
* stdlib/putenv.c (putenv): Likewise.
* stdlib/setenv.c (__add_to_environ): Likewise.
@@ -4411,16 +4368,18 @@
* sunrpc/pm_getport.c (__get_socket): Likewise.
* sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
* sysdeps/i386/dl-irel.h (elf_irel): Likewise.
- * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup,
- elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
+ * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
+ (elf_machine_rel,