]> sourceware.org Git - glibc.git/blobdiff - ChangeLog
Update.
[glibc.git] / ChangeLog
index c04ba452df863adbe772c7c9582312be5da110df..d7806b7d4b1704ea726c258e1780936183895135 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,438 @@
+2003-01-12  Ulrich Drepper  <drepper@redhat.com>
+
+       * elf/dl-close.c (_dl_close): Type typo, must be == not = in
+       search for removed searchlist.  Reported by Roland McGrath.
+
+       * io/ftwtest-sh: Add test for case of symlink to nonexisting file
+       given as start file.
+
+       * io/ftw.c (ftw_startup): Use correct name in check for symlink
+       without existing target.  Patch by Jim Meyering.
+
+       * Makerules (build-shlib-helper): Don't use -z defs linker option
+       if no-z-defs is defined either.
+
+2003-01-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>
+
+       * sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h: Remove unused
+       file.
+
+2003-01-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>
+
+       * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Add vfork.
+       * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
+
+2003-01-12  Ulrich Drepper  <drepper@redhat.com>
+
+       * io/ftwtest-sh: Add test case for relative path with /. at the end.
+
+2003-01-12  Jim Meyering  <jim@meyering.net>
+
+       * io/ftw.c (ftw_startup): When trying to stat the starting directory,
+       use the basename if we've already chdir'd into its parent directory.
+
+2003-01-12  Ulrich Drepper  <drepper@redhat.com>
+
+       * io/ftw.c (process_entry): Use relative path when using chdir()
+       to change directory after call to ftw_dir.
+       * io/ftwtest-sh: Add test for relative path argument to nftw()
+       with FTW_CHDIR option.
+
+2002-01-12  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
+
+       * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_VFORK_SYSCALL):
+       Define for powerpc.
+       * sysdeps/unix/sysv/linux/powerpc/syscall.S: Take register alignment
+       into account.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
+       (INTERNAL_SYSCALL): Make use of ERR parameter.
+       (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
+       INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
+       (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: New file.
+
+2002-01-09  Richard Henderson  <rth@redhat.com>
+
+       * sysdeps/alpha/dl-machine.h (elf_machine_rela): Compute
+       DTPREL64 and TPREL64 without loadbase applied.
+
+2002-01-09  Richard Henderson  <rth@redhat.com>
+
+       * sysdeps/unix/alpha/sysdep.S: Use correct definition of errno
+       for NOT_IN_libc.
+
+       * sysdeps/unix/sysv/linux/alpha/sysdep.h: Move inline syscall bits...
+       * sysdeps/unix/alpha/sysdep.h: ... here.
+       (PSEUDO_LOADGP): Remove.
+       (PSEUDO_PROLOGUE): Load GP in non-pic case.
+       (SYSCALL_ERROR_LABEL): New.
+       (PSEUDO): Use it in error branch.
+       (PSEUDO_END): Add $syscall_error label.
+
+2003-01-12  Andreas Jaeger  <aj@suse.de>
+
+       * math/bits/mathcalls.h: Round is a const function.
+
+2003-01-11  Jim Meyering  <jim@meyering.net>
+
+       * io/ftw.c [HAVE_CONFIG_H]: Include <config.h>.
+       [HAVE_SYS_PARAM_H || _LIBC]: Guard inclusion of <sys/param.h>.
+       Include <sys/stat.h>, not <include/sys/stat.h>, if !_LIBC.
+       [!_LIBC] (__chdir, __closedir, __fchdir, __getcwd, __opendir): Define.
+       [!_LIBC] (__readdir64, __tdestroy, __tfind, __tsearch): Define.
+       [!_LIBC] (internal_function, dirent64, MAX): Define.
+       (__set_errno): Define if not already defined.
+       (open_dir_stream): When FTW_CHDIR is enabled, invoke opendir on
+       the basename, not the entire file name.
+       (process_entry): When FTW_CHDIR is enabled, invoke XSTAT or LXSTAT on
+       the basename, not the entire file name.
+
+2003-01-12  Ulrich Drepper  <drepper@redhat.com>
+
+       * string/tester.c (test_strcpy): Disable last added strcpy until
+       it is fixed.
+
+2003-01-11  Philip Blundell  <philb@gnu.org>
+
+       * sysdeps/unix/sysv/linux/arm/socket.S: Add cancellation support.
+
+2003-01-11  Andreas Schwab  <schwab@suse.de>
+
+       * Makerules: Add vpath for %.dynsym and %.so so that the
+       implicit rule chaining for check-abi works.
+
+2003-01-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
+
+       * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
+       Add non-PIC case.
+
+2003-01-11  Jakub Jelinek  <jakub@redhat.com>
+
+       * elf/tls-macros.h [__ia64__] (__TLS_CALL_CLOBBERS): Define.
+       [__ia64__] (TLS_LE, TLS_IE): Fix typos.  Add ;; at start of asm if
+       gp is used early.
+       [__ia64__] (TLS_LD, TLS_GD): Likewise.  Use __TLS_CALL_CLOBBERS.
+       * elf/Makefile ($(objpfx)tst-tlsmod5.so, $(objpfx)tst-tlsmod6.so):
+       Ensure libc.so in DT_NEEDED.
+       * sysdeps/alpha/dl-machine.h (elf_machine_rela): Move
+       CHECK_STATIC_TLS before l_tls_offset use.
+       * sysdeps/i386/dl-machine.h (elf_machine_rel, elf_machine_rela):
+       Likewise.
+       * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
+       * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage) [TLS_DTV_AT_TP]:
+       Allocate TLS_PRE_TCB_SIZE bytes below result.
+       (_dl_deallocate_tls) [TLS_DTV_AT_TP]: Adjust before freeing.
+       * sysdeps/generic/libc-tls.c (__libc_setup_tls): If
+       TLS_INIT_TP_EXPENSIVE is not defined, allocate even if no PT_TLS
+       segment has been found.  If TLS_DTV_AT_TP, allocate TLS_PRE_TCB_SIZE
+       bytes below result and add tcb_offset to memsz.
+       * sysdeps/ia64/dl-tls.h (__tls_get_addr): New prototype.
+       * sysdeps/ia64/dl-machine.h: Include tls.h.
+       (elf_machine_type_class): Return ELF_RTYPE_CLASS_PLT for TLS relocs
+       too.
+       (elf_machine_rela): Assume if sym_map != NULL sym is non-NULL too.
+       Handle R_IA64_DTPMOD*, R_IA64_DTPREL* and R_IA64_TPREL* relocations.
+       * sysdeps/ia64/libc-tls.c: New file.
+
+2003-01-10  Steven Munroe  <sjmunroe@us.ibm.com>
+
+       * sysdeps/powerpc/powerpc64/sysdep.h (PSEUDO_RET): Add branch hit.
+       * sysdeps/unix/sysv/linux/powerpc/bits/stat.h (STAT_VER_LINUX):
+       Fix type.  Move definition out of #if.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/ftruncate64.c: New file.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: New file.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: New file.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: New file.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: New file.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Add cancellation
+       support.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Remove
+       ftruncate64, pread64, pwrite64, truncate64 entries.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
+       (INLINE_SYSCALL): New version that supports function call like
+       syscalls.  Add __builtin_expect.
+       (LOADARGS_n): Add argument size safety checks.
+       (INTERNAL_SYSCALL): New Macro.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/truncate64.c: New file.
+       * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h [__PPC_ELF_H]: Avoid
+       redefinition of elf_fpreg_t and elf_fpregset_t.
+
+2003-01-12  Ulrich Drepper  <drepper@redhat.com>
+
+       * elf/dl-close.c (_dl_close): Add several asserts.  Correct and
+       simplify test for unloading.  If loader of a DSO is unloaded do not
+       use its scope anymore.  Fall back to own scope and adjust opencounts.
+       Fix several comments.
+       * elf/dl-deps.c (_dl_map_object_deps): Always allocate memory for
+       the l_searchlist, not only for l_initfini.
+
+       * elf/dl-lookup.c (add_dependencies): Avoid creating relocation
+       dependencies if objects cannot be removed.  Remove object with the
+       definition as not unloadable if necessary.
+
+       * elf/reldep6.c: Create relocation dependency before closing the first
+       module.
+
+2003-01-10  Guido Günther  <agx@sigxcpu.org>
+
+       * sysdeps/unix/mips/fork.S: Add PSEUDO_END.
+       * sysdeps/unix/mips/brk.S: Likewise.
+       * sysdeps/unix/mips/pipe.S: Likewise.
+
+2003-01-10  Andreas Schwab  <schwab@suse.de>
+
+       * sysdeps/unix/sysv/linux/m68k/getsysstats.c: New file.
+
+       * sysdeps/unix/sysv/linux/m68k/vfork.S: Optimize for kernels which
+       are known to have the vfork syscall.
+
+       * sysdeps/m68k/sysdep.h (JUMPTARGET): Undefine before defining it.
+
+       * sysdeps/unix/sysv/linux/kernel-features.h
+       (__ASSUME_MMAP2_SYSCALL, __ASSUME_TRUNCATE64_SYSCALL)
+       (__ASSUME_STAT64_SYSCALL, __ASSUME_FCNTL64)
+       (__ASSUME_VFORK_SYSCALL): Define for m68k kernels >= 2.4.12.
+
+2003-01-09  Jakub Jelinek  <jakub@redhat.com>
+
+       * elf/Makefile: Add rules to build and run reldep9 test.
+       * elf/reldep9.c: New file.
+       * elf/reldep9mod1.c: New file.
+       * elf/reldep9mod2.c: New file.
+       * elf/reldep9mod3.c: New file.
+
+2003-01-09  Jakub Jelinek  <jakub@redhat.com>
+
+       * elf/Makefile: Add rules to build and run nodelete2 test.
+       * elf/nodelete2.c: New file.
+       * elf/nodel2mod1.c: New file.
+       * elf/nodel2mod2.c: New file.
+       * elf/nodel2mod3.c: New file.
+
+2003-01-09  Jakub Jelinek  <jakub@redhat.com>
+
+       * posix/test-vfork.c (noop): Add __attribute_noinline__.
+       * sysdeps/generic/sysdep.h (JUMPTARGET): Define if not defined.
+       * sysdeps/i386/sysdep.h (JUMPTARGET): Undefine JUMPTARGET before
+       defining it.
+       * sysdeps/powerpc/powerpc32/sysdep.h (JUMPTARGET): Likewise.
+       * sysdeps/powerpc/powerpc64/sysdep.h (JUMPTARGET): Likewise.
+       * sysdeps/s390/s390-32/sysdep.h (JUMPTARGET): Likewise.
+       * sysdeps/s390/s390-64/sysdep.h (JUMPTARGET): Likewise.
+       * sysdeps/x86_64/sysdep.h (JUMPTARGET): Likewise.
+
+2003-01-09  Andreas Schwab  <schwab@suse.de>
+
+       * sysdeps/m68k/fpu/libm-test-ulps: Regenerated.
+
+2003-01-08  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/unix/sysv/linux/arm/sysdep.h (INTERNAL_SYSCALL,
+       INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Add err
+       argument.
+       (INTERNAL_SYSCALL_DECL): Define.
+
+2003-01-06  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/unix/sysv/linux/ia64/sysdep.h (INTERNAL_SYSCALL,
+       INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Add err
+       argument.
+       (INTERNAL_SYSCALL_DECL): Define.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
+       (INLINE_SYSCALL): Adjust.
+       * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
+       * elf/dl-misc.c (_dl_debug_vdprintf): Add INTERNAL_SYSCALL_DECL,
+       add err argument to INTERNAL_SYSCALL* macros.
+       * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
+       * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Likewise.
+       * sysdeps/unix/sysv/linux/m68k/brk.c (__brk): Likewise.
+       * sysdeps/unix/sysv/linux/m68k/getpagesize.c  (__getpagesize):
+       Likewise.
+       * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Likewise.
+       * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Use
+       INLINE_SYSCALL instead of INTERNAL_SYSCALL and setting errno.
+
+2003-01-07  Ulrich Drepper  <drepper@redhat.com>
+
+       Unify symbols in user namespace exported by libc.so and libc.a.
+       * argp/argp-fmtstream.c: Don't define argp_make_fmtstream,
+       argp_fmtstream_free, and argp_fmtstream_printf.
+       * argp/argp-fs-xinl.c: Don't define argp_fmtstream_putc,
+       argp_fmtstream_puts, argp_fmtstream_write, argp_fmtstream_set_lmargin,
+       argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin, and
+       argp_fmtstream_point.
+       * gmon/gmon.c: Don't define write_profiling.
+       * libio/genops.c: Don't define _cleanup.
+
+       * intl/explodename.c (_nl_find_language.c): Mark as static.
+       * intl/loadinfo.h: Remove _nl_find_language prototype.
+
+       * libio/fileops.c (_IO_file_seekoff_maybe_mmap): Mark as static.
+       * libio/libioP.h: Remove declaration.
+
+       * libio/iopopen.c (_IO_proc_jumps): Mark as static.
+       * libio/libioP.h: Remove declaration.
+
+       * sysdeps/generic/unwind-dw2.c: Mark __frame_state_for with STATIC.
+       * sysdeps/generic/framestate.c: Define STATIC before including
+       unwind-dw2.c.
+
+       * time/Versions [GLIBC_2.3.2] (libc): Export strptime_l.
+
+2003-01-06  Philip Blundell  <philb@gnu.org>
+
+       * sysdeps/unix/arm/sysdep.S (syscall_error): Optimise a little.
+       [__LIBC_REENTRANT]: Unify PIC and non-PIC cases.
+
+       * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Remove .type
+       directive.
+       (PSEUDO_RET): Use SYSCALL_ERROR in place of __syscall_error.
+       (SYSCALL_ERROR): New.
+       (SYSCALL_ERROR_HANDLER) [NOT_IN_libc]: Provide local copy of error
+       handling code.
+       (INTERNAL_SYSCALL): Define.
+       (INLINE_SYSCALL): Use it.
+       (INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Define.
+       * sysdeps/unix/sysv/linux/arm/socket.S (__socket): Use
+       SYSCALL_ERROR in place of __syscall_error.
+
+2003-01-07  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/ia64/bits/byteswap.h [__GNUC__ >= 2] (__bswap_16,
+       __bswap_32, __bswap_64): Put x into temporary variable
+       to avoid warnings.
+       [!__GNUC__] (__bswap_16, __bswap_32, __bswap_64): Change into static
+       (inline) functions.
+       * sysdeps/s390/bits/byteswap.h [__GNUC__ >= 2] (__bswap_16,
+       __bswap_32, __bswap_64): Put x into temporary variable
+       to avoid warnings.
+       [!__GNUC__] (__bswap_16, __bswap_32, __bswap_64): Change into static
+       (inline) functions.
+       * sysdeps/i386/bits/byteswap.h [!__GNUC__] (__bswap_16, __bswap_32):
+       Likewise.
+
+2003-01-07  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/unix/sysv/linux/alpha/adjtime.c (ntp_adjtime): New weak
+       alias.
+
+2003-01-07  Jakub Jelinek  <jakub@redhat.com>
+
+       * elf/rtld.c (_rtld_global): Remove _dl_dynamic_weak initializer.
+       * elf/dl-support.c (_dl_dynamic_weak): Initialize to 0.
+
+2003-01-07  Ulrich Drepper  <drepper@redhat.com>
+
+       * math/libm-test.inc (significand_test): New function.
+       (main): Call it.
+
+2003-01-06  Roland McGrath  <roland@redhat.com>
+
+       * sysdeps/i386/i486/bits/string.h (memset): Add parens around macro
+       arguments.
+       (memcpy, memrchr, strcpy, __stpcpy, strncpy, strcat): Likewise.
+       (strcmp, strncat, strncmp, strchr, __strchrnul, strchrnul): Likewise.
+       (index, strrchr, rindex, strcspn, strspn, strpbrk, strstr): Likewise.
+
+       * string/tester.c (test_strcpy): Add test with `void *' arguments.
+
+2003-01-06  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/i386/fpu/s_significandl.c (__significandl): Really
+       return significand and not the exponent.
+       Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
+
+       * elf/dl-misc.c (_dl_debug_vdprintf): Help PPC port by explicitly
+       taking address of iov in INTERNAL_SYSCALL call.  Patch by Franz Sirl.
+
+       * malloc/malloc.c: Mark all _int_* functions as static.
+
+2003-01-06  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/unix/alpha/sysdep.h (PSEUDO): Use PSEUDO_PREPARE_ARGS.
+       * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add cancellation
+       handling.
+       * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
+
+2003-01-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
+
+       * sysdeps/powerpc/powerpc32/sysdep.h (PSEUDO_RET): Add branch hint.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Add cancellation
+       support.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Remove
+       ftruncate64, truncate64, pread64 and pwrite64 entries.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
+       (INLINE_SYSCALL): Add __builtin_expect.
+       (LOADARGS_n): Add argument size safety checks.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: New file.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: New file.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: New file.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: New file.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: New file.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: New file.
+
+2003-01-06  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/generic/sysdep-cancel.h (LIBC_CANCEL_HANDLED): Define.
+       * sysdeps/generic/creat.c: Include sysdep-cancel.h.
+       (LIBC_CANCEL_HANDLED): Add.
+
+       * sysdeps/unix/sysv/linux/alpha/sysdep.h
+       (inline_syscall_r0_constraint): Rename to...
+       (inline_syscall_r0_out_constraint): ... this.  Add =.
+       (inline_syscall[0-6]): Use inline_syscall_r0_out_constraint.
+
+2003-01-06  Andreas Schwab  <schwab@suse.de>
+
+       * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Make
+       sure this is always inlined.
+       (elf_machine_rela): Likewise.
+
+       * sysdeps/m68k/Makefile (sysdep-CFLAGS): Increase inline limit.
+
+2003-01-04  Roland McGrath  <roland@redhat.com>
+
+       * Makeconfig (+mkdep): Add -MP flag.
+       Suggested by Art Haas <ahaas@airmail.net>.
+
+2003-01-05  Andreas Schwab  <schwab@suse.de>
+
+       * sysdeps/m68k/Makefile (CFLAGS-.oS): Append -fPIC.
+
+2003-01-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
+
+       * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Use
+       SYSCALL_ERROR_HANDLER.
+       * sysdeps/unix/sysv/linux/sh/pipe.S (__libc_pipe): Likewise.
+       * sysdeps/unix/sysv/linux/sh/socket.S (__socket): Likewise.
+       Add support for cancellation handling.
+       * sysdeps/unix/sysv/linux/sh/syscall.S (__syscall): Use
+       SYSCALL_ERROR_HANDLER.
+       * sysdeps/unix/sysv/linux/sh/vfork.S (__vfork): Likewise.
+       * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Likewise.
+       Add support for cancellation handling.
+       (SYSCALL_ERROR_HANDLER): Define PIC variants.
+
+2003-01-04  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
+
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Mark
+       __syscall_pread64 and __syscall_pwrite64 cancelable.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
+       (INTERNAL_SYSCALL): New macro.
+       (LOADARGS_0, LOADARGS_1): Fix.
+
+2003-01-05  Ulrich Drepper  <drepper@redhat.com>
+
+       * Makerules (build-shlip-helper): Unless told otherwise, add
+       -Wl,-z,defs to linker command line.
+       * rt/Makefile (librt.so): Link with ld.so.
+       * dlfcn/Makefile (libdl.so): Likewise.
+
 2003-01-05  Jakub Jelinek  <jakub@redhat.com>
 
        * sysdeps/unix/sysv/linux/s390/s390-32/socket.S: Add support for
This page took 0.036979 seconds and 5 git commands to generate.