This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Community source repository for glibc add-on ports annotated tag, glibc-2.16, created. glibc-2.16


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Community source repository for glibc add-on ports".

The annotated tag, glibc-2.16 has been created
        at  2d21bab3ac581178e2503a41a7e4e7b2ebd9e040 (tag)
   tagging  a20c2b3c87aebc7d4b090c622d36480263b80042 (commit)
  replaces  glibc-2.15
 tagged by  Carlos O'Donell
        on  Sat Jun 30 14:30:38 2012 -0400

- Log -----------------------------------------------------------------
The GNU C Library
=================

The GNU C Library version 2.16 is now available.

The GNU C Library is used as *the* C library in the GNU systems
and most systems with the Linux kernel.

The GNU C Library is primarily designed to be a portable
and high performance C library.  It follows all relevant
standards including ISO C99 and POSIX.1-2008.  It is also
internationalized and has one of the most complete
internationalization interfaces known.

The GNU C Library webpage is at http://www.gnu.org/software/libc/

Packages for the 2.16 release may be downloaded from:
        http://ftpmirror.gnu.org/libc/
        http://ftp.gnu.org/gnu/libc/

The mirror list is at http://www.gnu.org/order/ftp.html

NEWS for version 2.16
=====================

* The following bugs are resolved with this release:

  174, 208, 350, 369, 411, 706, 766, 887, 2074, 2541, 2547, 2548, 2550,
  2551, 2552, 2553, 2554, 2562, 2563, 2565, 2566, 2570, 2576, 2636, 2678,
  3335, 3440, 3748, 3768, 3866, 3868, 3906, 3976, 3992, 4026, 4108, 4596,
  4822, 5077, 5461, 5805, 5993, 6471, 6486, 6578, 6649, 6730, 6770, 6794,
  6884, 6890, 6894, 6895, 6907, 6911, 6959, 7064, 9739, 9902, 10110, 10135,
  10140, 10153, 10210, 10254, 10346, 10375, 10545, 10716, 10846, 11174,
  11322, 11365, 11451, 11494, 11521, 11677, 11837, 11959, 12047, 12097,
  12193, 12194, 12297, 12298, 12301, 12340, 12354, 12416, 12495, 13058,
  13223, 13361, 13525, 13526, 13527, 13528, 13529, 13530, 13531, 13532,
  13533, 13547, 13551, 13552, 13553, 13555, 13556, 13559, 13563, 13566,
  13576, 13579, 13583, 13592, 13594, 13613, 13618, 13637, 13656, 13658,
  13673, 13691, 13695, 13704, 13705, 13706, 13718, 13726, 13738, 13739,
  13743, 13750, 13758, 13760, 13761, 13775, 13786, 13787, 13792, 13806,
  13824, 13840, 13841, 13844, 13846, 13848, 13851, 13852, 13854, 13871,
  13872, 13873, 13879, 13882, 13883, 13884, 13885, 13886, 13892, 13895,
  13908, 13910, 13911, 13912, 13913, 13914, 13915, 13916, 13917, 13918,
  13919, 13920, 13921, 13922, 13923, 13924, 13926, 13927, 13928, 13938,
  13941, 13942, 13954, 13955, 13956, 13963, 13967, 13968, 13970, 13973,
  13979, 13983, 13986, 13996, 14012, 14027, 14033, 14034, 14036, 14040,
  14043, 14044, 14048, 14049, 14050, 14053, 14055, 14059, 14064, 14075,
  14080, 14083, 14103, 14104, 14109, 14112, 14117, 14122, 14123, 14134,
  14153, 14183, 14188, 14199, 14210, 14218, 14229, 14241, 14273, 14277,
  14278

* Support for the x32 ABI on x86-64 added.  The x32 target is selected by
  configuring glibc with:
        BUILD_CC='gcc' CC='gcc -mx32' CXX='g++ -mx32'
  Visit <http://sites.google.com/site/x32abi/> for more x32 ABI info.
  Implemented by H.J. Lu.

* ISO C11 support:

  + define static_assert

  + do not declare gets

  + declare at_quick_exit and quick_exit also for ISO C11

  + aligned_alloc.  NB: The code is deliberately allows the size parameter
    to not be a multiple of the alignment.  This is a moronic requirement
    in the standard but it is only a requirement on the caller, not the
    implementation.

  + timespec_get added

  + uchar.h support added

  + CMPLX, CMPLXF, CMPLXL added

  Implemented by Ulrich Drepper.

* Support for the IA-64 has been moved to ports.

* Remove support for anything but ELF binary format

* Checking versions of poll, ppoll added.
  Implemented by Ulrich Drepper.

* More generic and 64-bit performance optimizations to math functions.
  Implemented by Ulrich Drepper.

* New configure option --enable-obsolete-rpc makes the deprecated RPC
  headers and functions available at compile time as they were before
  version 2.14.  This option will be removed at some time in the future
  after the TI-RPC library becomes fully sufficient for the needs of
  existing applications.

* Compatibility code for Linux kernel versions before 2.4 has been removed.
  Note that glibc is not expected to work with any Linux kernel version
  before 2.6.

* New header <sys/auxv.h> and function getauxval allowing easy access to
  the AT_* key-value pairs passed from the Linux kernel.  The header also
  defines the HWCAP_* bits associated with the AT_HWCAP key.

* New locales: mag_IN

* New configure option --enable-systemtap builds SystemTap static probes
  into libc for setjmp and longjmp and into libpthread for various operations.
  So far the setjmp/longjmp probes and some of the libpthread probes are
  provided only for i*86 and x86_64.
  Implemented by Roland McGrath and Rayson Ho.

* Optimized expf for x86-32 and x86-64.  Implemented by Liubov Dmitrieva.

* More optimized functions for PowerPC.  Implemented by Adhemerval Zanella
  and Will Schmidt.

* More optimized functions for SPARC.  Implemented by David S. Miller.

* Improved support for cross-compilation, especially bootstrap builds
  without a previously built glibc.

* Ports for the TILE-Gx and TILEPro families of processors.  Contributed by
  Chris Metcalf from Tilera.

* Support for the old ARM ABI has been removed from ports.  Only the EABI is
  now supported for ARM processors.

* The hard-float variant of the ARM EABI now uses /lib/ld-linux-armhf.so.3
  as the name of the dynamic linker, to distinguish it from the
  /lib/ld-linux.so.3 dynamic linker used for the base EABI.

* Support for CRIS has been removed from ports.

* A new class of installed header has been documented for low-level
  platform-specific functionality.  PowerPC added the first instance with a
  function to provide time base register access.  Contributed by Tulio
  Magno Quites Machado Filho.

* ix86 configurations now install header files that are consistent with
  what x86-64 configurations install.  These same header files can be used
  for -m32, -m64, or -mx32 builds.
  Contributed by H.J. Lu.

* Math library bug fixes.  A thorough audit of all open math library bugs was
  conducted by Joseph Myers.  Significant progress was made on many math
  library bugs resulting in more accurate exceptions and function results.
  Many thanks to all those that contributed including Andreas Jaeger for his
  patch review and work on the x87 trigonometric instruction issues.

* Timezone data is no longer installed.  Timezone-related binaries and scripts
  will continue to be installed.  Users should obtain their timezone data from
  their distribution provider or from the tzdata package at
  <ftp://munnari.oz.au/pub/>.

Contributors
============

This release was made possible by the contributions of many people.
The maintainers are grateful to everyone who has contributed
changes or bug reports.  These include:

Adhemerval Zanella
Allan McRae
Andreas Jaeger
Andreas Krebbel
Andreas Schwab
Antoine Balestrat
Anton Blanchard
Aurelien Jarno
Carlos O'Donell
Carlos Sánchez de La Lama
Chandan Kumar
Chris Demetriou
Chris Leonard
Chris Metcalf
Chung-Lin Tang
Cyril Hrubis
David S. Miller
Dwayne Grant McConnell
Fabrice Bauzac
H.J. Lu
Ian Wienand
Jakub Jelinek
Jan Kratochvil
Jeff Law
Jim Meyering
Joseph Myers
Kai Tietz
Kaz Kojima
Kees Cook
Liubov Dmitrieva
Marek Polacek
Markus Trippelsdorf
Maxim Kuvyrkov
Michael Matz
Mike Frysinger
Nick Bowler
Nicolas Boulenguez
Nix
Paul Bolle
Paul Eggert
Paul Pluzhnikov
Petr Baudis
Pino Toscano
Rafe Kettler
Rayson Ho
Richard Henderson
Robert Millan
Roland Mc Grath
Roland McGrath
Ryan S. Arnold
Samuel Thibault
Serkan Kaba
Siddhesh Poyarekar
Simon Josefsson
Stanislav Brabec
Stephen Compall
Thomas Schwinge
Tom de Vries
Tulio Magno Quites Machado Filho
Ulrich Drepper
Will Schmidt
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQEcBAABAgAGBQJP70YVAAoJECXvCkNsKkr/kSAIAIupghdfd40d7V04EPBWfPpO
z72O9TH+9CkH6Q8qF8Che9ZEHOP/wV6a6lL2PDPBNnO7F1jQZvD8y6VVyyAj+Ion
1US7mYBCpvnvFxkxLmAnWt6dPiw3Bwq5vWCBpubv2EjnHUvCydwecIePkU0ZB/F9
xr5Ymni+YE1xnhD2JCf1D0QZPLJaEoTaoaYtINMQSLR/UVz3nRBCH8Aysbya1LWV
UNtfyyX5cjwiikveD/gcpV2mQjZ9+tjuXaiNYP2d1WFMmhhY9/5V6QRiodJ7smmR
0yHqGvWt3Pv1FhjdpfJLMvsmugP2SVwnk335eEyO0btWxUN1AlJ65ldYnD1rY5E=
=VjSu
-----END PGP SIGNATURE-----

Andreas Jaeger (1):
      Avoid warnings about redefinition

Andreas Schwab (47):
      m68k: add cfi directives
      m68k: restore configure settings
      m68k: remove non-ELF support
      m68k: remove NO_UNDERSCORES
      m68k: use const instead of __const
      m68k: remove __STDC__ conditionals
      m68k: don't set libc_cv_gcc_unwind_find_fde on coldfire
      m68k: unify m68k-helpers.S
      m68k: add crt files
      mips: Add support for Linux error EHWPOISON
      alpha: Add support for Linux error EHWPOISON
      Whitespace cleanup
      m68k: set errno in sin, cos, tan
      m68k: set errno in exp
      m68k: update libm test ULPs
      m68k: avoid invalid exception for ccosh(NaN+iNaN)
      m68k: remove __kernel_{sin,cos,tan} implementations
      m68k: remove unused fpu switch implementation
      m68k: name pthread_attr_t union
      m68k: fix name of pthread_attr_t union
      m68k: only define pthread_attr_t if not already defined
      m68k: update libm test ULPs
      m68k: update libm test ULPs
      m68k: update kernel-features.h
      m68k: update libm test ULPs
      m68k: update libm test ULPs
      m68k: update _itoa.h include
      m68k: update libm test ULPs
      m68k: prevent gcc from CSEing mathinline asms
      m68k: avoid undue overflow in cexp
      m68k: update libm test ULPs
      m68k: drop elf directory
      m68k: define MAP_STACK and MAP_HUGETLB
      m68k: rename s_ilogb* to e_ilogb*
      m68k: update libm test ULPs
      m68k: add abilist files
      Update Changelog.m68k
      m68k: update libm test ULPs
      m68k: use default minimum kernel version for m680x0
      m68k: remove duplicate __ASSUME_VFORK_SYSCALL
      m68k: update libc.abilist
      m68k: properly implement logbl for Motorola extended float
      m68k: define MADV_DONTDUMP and MADV_DODUMP
      m68k: remove pre-2.4 Linux kernel support for chown
      m68k: remove __ASSUME_NEW_GETRLIMIT_SYSCALL
      m68k: use hidden_def for __pthread_once
      m68k: remove __ASSUME_TRUNCATE64_SYSCALL

Aurelien Jarno (4):
      Adjust ARM ULPS to take into account the new jn tests.
      Adjust MIPS ULPS to take into account the new jn tests.
      Fix dl-procinfo support for MIPS.
      alpha: Fix _SC_LEVEL*CACHE*

Carlos O'Donell (14):
      HPPA: Use const instead of __const
      HPPA: Update pthread.h
      HPPA: Initialize EPOLLONESHOT and EPOLLET correctly.
      HPPA: Update socket.h, pthreadtypes.h and pthread.h
      [PARISC] small atomic.h optimization
      Update copyright year to 2012.
      hppa: Remove elf/ and create crti.S/crtn.S
      hppa: Remove relocation in OPD handling code.
      hppa: Build fixes for STT_GNU_IFUNC.
      ARM: Use /lib/ld-linux-armhf.so.3 for the hard-float ABI.
      hppa: Use new libgcc_so in shlib-versions.
      hppa: Rename all *.s to *.S.
      Add .gitignore.
      Add Changelog ...

Chris Metcalf (50):
      Remove libc_hidden_proto in sysdeps/unix/sysv/linux/generic/epoll_wait.c.
      Add sysdeps/unix/sysv/linux/generic/not-cancel.h to override standard
      Don't check HAVE_ELF or NO_UNDERSCORES in sysdeps/tile/sysdep.h.
      tile: Ignore feraiseexcept() internally.
      tile: use <feedback.h> instead of <feedback-asm.h> in sysdep.h.
      tile: use const instead of __const.
      Add _SNSECONDS_T_TYPE for linux-generic
      tile: Remove elf/ and create crti.S/crtn.S
      tile: update pthread_attr_t and struct siginfo names
      tile: remove stale #define of ELF_MACHINE_PLTREL_OVERLAP
      linux-generic: add wordsize-32 version of prlimit64/fanotify syscalls
      tile: support stackguard-macros.h header
      tile: avoid using _LP64
      tile: allow memcpy(p, p, n) without corrupting memory at "p"
      tilegx: small performance fix for string routines
      tile: fix broken TLS_GD macros
      tile: fix bug in CFI definitions for clone.S
      tile: add include <features.h> to <sys/dataplane.h>
      tile: align stack for tilegx32
      tile: add abilist files
      linux-generic: use "__aligned__", not "aligned", in public headers
      Merge branch 'master' of git://sourceware.org/git/glibc-ports
      tile: delete now unused file
      linux-generic: fix typesizes.h to match recent core changes
      tile: add proper const qualifier for pltexit function pointer field
      linux-generic: add header guard for <not-cancel.h>
      tile: provide __FE_UNDEFINED in <bits/fenv.h>
      tile: add libm-test-ulps
      tile: avoid compiler warning in feraiseexcept() math_private override
      tile: provide a tile-specific sotruss-lib.c override
      tilegx32: fix various bugs in setcontext/getcontext/swapcontext
      Changelog.tile: fix up some formatting issues
      tile: use ieee754/dbl-64 version of fma() and fmaf()
      tile: update libm-test-ulps for improved fma() and exp10()
      tile: fork tilepro and tilegx copies of c++-types-tile-linux-gnu.data
      tile: support tilegx32 in stackguard-macros.h
      tile: add proper versioning for fegetenv()
      linux-generic: add __FSWORD_T_TYPE to <bits/typesizes.h>
      tile: Update ABI baselines for getauxval
      tile: Rename __WORDSIZE_COMPAT32 to __WORDSIZE_TIME64_COMPAT32
      tile: Update ULPs for ccos, csin, ccosh, csinh tests
      tile: Define MADV_DONTDUMP and MADV_DODUMP
      tile: remove __ASSUME_NEW_GETRLIMIT_SYSCALL, __ASSUME_TRUNCATE64_SYSCALL
      tile: Use hidden_def for pthread_once
      tile: support biarch tilegx with a new tilegx Makefile
      tile: update libm-test-ulps
      tile: add default-abi variables for tilegx
      tile: don't guard setting abi- variables with ifeq ($(subdir),misc)
      tile: Remove __connect_internal alias
      Move Changelog entry from ChangeLog.tile to ChangeLog.linux-generic

Joseph Myers (92):
      Update alpha files for removal of ia64 from libc.
      Update mips files for removal of ia64 from libc.
      Update tile files for removal of ia64 from libc.
      Add MIPS NPTL shlib-versions file replacing entry in libc copy.
      Remove ARM old-ABI support (straightforward parts).
      Remove HAVE_ELF conditional for ARM.
      Don't define or test NO_UNDERSCORES or HAVE_WEAK_SYMBOLS for ARM.
      Use const instead of __const for ARM.
      Use const instead of __const for MIPS.
      MIPS: Remove __STDC__ conditionals.
      Document copyright year ranges for ports.
      Update ports README file.
      Convert ARM to crti.S/crtn.S.
      Convert MIPS to crti.S/crtn.S.
      Replace MIPS sys/eventfd.h with bits/eventfd.h.
      Replace MIPS sys/inotify.h with bits/inotify.h.
      Replace MIPS sys/signalfd.h with bits/signalfd.h.
      Add BZ# numbers to ChangeLogs.
      Resort ULPs file (Power soft-float) with gen-libm-test.pl -n in C locale.
      Replace MIPS sys/epoll.h and sys/timerfd.h with bits/epoll.h and bits/timerfd.h.
      Remove CRIS port.
      ARM: name pthread_attr_t union.
      MIPS: Name pthread_attr_t union, use it in sigevent, don't name siginfo_t struct.
      ARM: fix pthread_attr_t definitions.
      MIPS: fix pthread_attr_t definitions.
      MIPS: do not declare recvmmsg and sendmmsg for !__USE_GNU.
      MIPS: replace bits/socket.h with bits/socket_type.h.
      ARM: Update _itoa.h include.
      MIPS: Update _itoa.h include.
      Merge sysdeps/arm/elf/ into sysdeps/arm/.
      Merge sysdeps/mips/elf/ into sysdeps/mips/.
      ARM: Define MAP_STACK and MAP_HUGETLB.
      MIPS: Define MAP_STACK and MAP_HUGETLB.
      Merge sysdeps/unix/sysv/linux/arm/eabi into sysdeps/unix/sysv/linux/arm.
      Merge sysdeps/arm/eabi into sysdeps/arm.
      Remove ARM EABI/old-ABI conditionals.
      Remove unused sysdeps/unix/arm/fork.S.
      Remove unused sysdeps/unix/mips/fork.S.
      Remove unused sysdeps/arm files.
      Use siginfo_t instead of struct siginfo for MIPS kernel_rt_sigframe.
      Avoid endian.h include in MIPS string functions.
      Remove unused sysdeps/unix/mips files.
      Increase minimum MIPS kernel version to 2.6.12.
      Add abilist data for ARM.
      Avoid endian.h include in MIPS64 string functions.
      Add abilist data for MIPS.
      Restore ARM profil_counter export (bug 14043).
      Restore MIPS n64 posix_fadvise64 export at GLIBC_2.3.3 (bug 14044).
      Rearrange MIPS libm-test-ulps files.
      Update sysdeps/mips/dl-lookup.c from generic version.
      Remove pre-2.2 Linux kernel support for ARM.
      Remove pre-2.2 kernel support for MIPS.
      Assume accept4 on ARM for kernels 2.6.36 and later.
      Declare MIPS stat nanoseconds fields similarly to other architectures.
      Add powerpc-nofpu ABI baselines.
      Remove compatibility code for old ARM kernels.
      Clean up MIPS ftruncate64/truncate64.
      Remove more obsolete ARM code.
      Update ARM ABI baseline for getauxval.
      Update MIPS ABI baselines for getauxval.
      Update powerpc-nofpu ABI baselines for getauxval.
      Update ARM hwcap code.
      Remove __fe_nomask_env from powerpc-nofpu ABI.
      Rename __WORDSIZE_COMPAT32 to __WORDSIZE_TIME64_COMPAT32 for MIPS.
      Define MADV_DONTDUMP and MADV_DODUMP for ARM.
      Define MADV_DONTDUMP and MADV_DODUMP for MIPS.
      Update MIPS kernel-features.h for removal of __ASSUME_32BITUIDS.
      Remove __ASSUME_NEW_GETRLIMIT_SYSCALL for ARM.
      Update ARM for removal of m68k chown.c.
      Add mips32 versions of otherwise empty ABI baselines.
      Replace __pthread_once_internal alias by hidden_def for ARM.
      Replace __pthread_once_internal alias by hidden_def for MIPS.
      Remove SJLJ exceptions conditionals for ARM.
      Remove __ASSUME_TRUNCATE64_SYSCALL for ARM.
      Update MIPS for syscall-list changes.
      Support sharing ARM headers for hard and soft float.
      Regenerate ARM libm-test-ulps.
      Define FP_TRAPPING_EXCEPTIONS for MIPS.
      Define FP_TRAPPING_EXCEPTIONS and remove FP_EX_DENORM for powerpc-nofpu.
      Remove __connect_internal alias for ARM.
      Remove __connect_internal alias for MIPS.
      Move MIPS ABI settings out of conditional.
      Regenerate MIPS libm-test-ulps.
      Regenerate powerpc-nofpu libm-test-ulps.
      Remove sqrt ulps for MIPS.
      Fix typo in MIPS abi-n32-condition.
      Use dbl-64 fma for MIPS64.
      Update powerpc-nofpu ABI baseline for __mcount_internal.
      Use HIDDEN_JUMPTARGET for _exit jump from __startcontext.
      powerpc-nofpu: Allow abort and soft-fp symbols to be absent in localplt test.
      Fix MIPS32 frame-pointer forcing for more recent GCC.
      Update MIPS32 ABI baselines for _gp_disp.

Khem Raj (1):
      Only build libc-do-syscall.S in Thumb mode.

Matt Turner (6):
      alpha: Define O_PATH.
      alpha: Use const instead of __const.
      alpha: Remove __STDC__ conditionals.
      alpha: Update bits/mman.h.
      alpha: Use fopen "rce" in ioperm
      alpha: Correct kernel version needed to define __ASSUME_ACCEPT4.

Michael Hope (1):
      ARM: Implement *context routines.

Mike Frysinger (37):
      Use ENTRY/END macros in old-ABI ARM sysdep-cancel.h.
      Use END in ARM old-ABI sigrestorer.S.
      tile: update _itoa.h include path
      ia64: move from main tree
      ia64: strip trailing whitespace
      ia64: update FSF license address to URL
      mips: use $dir for path to ldd-rewrite.sed
      ia64: fix license text to "Lesser" not "Library"
      ia64: update include paths
      ia64: add split-out settings into dedicated files
      ia64: merge sysdeps/ia64/elf/ into sysdeps/ia64/
      ia64: initfini.c -> crt{i,n}.S split
      ia64: convert <stdio-common/_itoa.h> to <_itoa.h>
      ia64: convert "math{,_private}.h" to <math{,_private}.h>
      ia64: convert __const to const
      ia64: math: stub out new e_rem_pio2l func
      ia64: drop __STDC__ handlings
      ia64: math: add __scalbn* aliases
      ia64: add MAP_{STACK,HUGETLB} to bits/mman.h
      ia64: pthread_attr_t type mangling
      ia64: ucontext.h: drop __cplusplus
      ia64: split 16bit funcs out of byteswap.h and into byteswap-16.h
      ia64: add new GET_ADDR_PARAM define
      ia64: define __ASSUME_ACCEPT4
      ia64: math: rename s_ilogbl.S to e_ilogbl.S
      ia64: restore abilist files
      ia64: update abilist
      ia64: add matherr[fl] to libm.so plt whitelist
      ia64: include errno.h in sysdep.h
      ia64: delete __ELF__ check in libm-symbols.h
      ia64: use __aligned__ inside of attributes
      ia64: delete now unused file
      ia64: update pthread_attr_t handling in bits/siginfo.h
      ia64: mman.h: define MADV_DO{,NT}DUMP
      ia64: add getauxval to abilist
      ia64: remove __connect_internal alias
      ia64: use hidden_def with internal pthread funcs

Mike Hommey (1):
      alpha: Support 6th argument to syscall

Nathan Sidwell (1):
      Add ARM dependency of libmemusage.so on libc_nonshared.a.

Paul Eggert (2):
      Replace FSF snail mail address by URL.
      Replace FSF snail mail address with URL in sysdeps/mips/mips64/gmp-mparam.h.

Richard Henderson (67):
      alpha: Remove HAVE_TLS_SUPPORT and HAVE___THREAD tests.
      alpha: Require kernel version 2.6.0.
      alpha: Define TLS_DTV_UNALLOCATED.
      alpha: Define _STAT_VER_LINUX.
      alpha: Eliminate set-but-not-used warnings with internal syscalls.
      alpha: Convert to crt[in].S.
      alpha: Support __NR_fstatat64.
      alpha: Remove HAVE_ELF tests.
      alpha: Add tls-macros.h.
      alpha: Add ldsodefs.h and tst-audit.h.
      alpha: Re-enable export of the unwind functions, and relro detection.
      Replace Alpha sys/eventfd.h with bits/eventfd.h
      Replace Alpha sys/inotify.h with bits/inotify.h
      alpha: Don't let preconfigure interfere with other targets.
      BZ #13361
      alpha: Don't check USE___THREAD in __syscall_error.
      alpha: Don't test USE___THREAD in dl-machine.h.
      alpha: Correct relocation markup for PIC SYSCALL_ERROR_HANDLER.
      alpha: Do signed promotion of 32-bit arguments to syscalls
      alpha: Convert to bits/signalfd.h.
      alpha: Eliminate plt entries for __ieee_[sg]et_fp_control
      alpha: Convert to bits/timerfd.h and bits/epoll.h.
      alpha: Update for pthread_attr_t typedef changes.
      alpha: Update recvmmsg and sendmmsg declarations.
      alpha: Avoid -Winline warning in ioperm.c.
      Use <> for math.h and math_private.h everywhere.
      Use include_next to chain math_private.h headers.
      alpha: replace bits/socket.h with bits/socket_type.h.
      alpha: Tell math_private.h that we have __isnan et al.
      alpha: Update _itoa.h include.
      Merge sysdeps/alpha/elf/ into sysdeps/alpha/.
      alpha: Add __SYSCALL_SLONG_TYPE, __SYSCALL_ULONG_TYPE, __FSWORD_T_TYPE
      alpha: Add localplt data file
      Merge branch 'master' of ssh://sourceware.org/git/glibc-ports
      alpha: Rename *.s to *.S
      alpha: Update bits/mman.h.
      alpha: Remove __ASSUME_32BITUIDS.
      alpha: Re-add imaxdiv.
      alpha: Add abilist files.
      arm: Pass hwcap to ifuncs.
      alpha: Purge __ASSUME_TIMEVAL64
      alpha: Use hidden_def for pthread_once
      alpha: Update copyright dates
      alpha: Use dynamic rounding with sqrt insn
      alpha: Use dbl-64/wordsize-64
      alpha: Avoid fgets plt entry
      alpha: Remove __connect_internal alias
      alpha: Update libm-test-ulps
      alpha: Fix error path for PIC __brk
      alpha: Add -mieee-with-inexact for fma compilation
      alpha: Update libm-test-ulps
      alpha: Use -mieee-with-inexact with math/test-misc
      alpha: Resurrect getppid, getegid, geteuid.
      alpha: Use .cfi_signal_frame in rt_sigaction
      alpha: put mcount prologue at correct location
      alpha: Use cfi_startproc instead of dual procedure descriptors
      alpha: Fix ev4 build with ev6 compiler
      alpha: Fix [BZ #13718]
      alpha: Fix end-of-count checks in strncmp
      alpha: Fix float_t in bits/mathdef.h
      alpha: Remove some __GNUC_PREREQs that are too old
      alpha: Add missing definitions in resource.h, shm.h
      alpha: Fix protection on UTIME_NOW
      alpha: Use builtins for copysign
      [BZ #13848] alpha: Fix s_nearbyint implementation.
      alpha: Always handle inexact in rint implementations
      alpha: Define FP_TRAPPING_EXCEPTIONS

Robert Millan (4):
      Add dl-procinfo support for MIPS.
      Use __start for all Unices on MIPS.
      Provide sys/tas.h for all MIPS systems.
      Define SYSCALL_ERROR_LABEL for mips32.

Siddhesh Poyarekar (1):
      m68k: move definition of libgcc_s soname to shlib-versions

Steve Ellcey (1):
      Use -D options in building MIPS syscall.h.

Tom de Vries (2):
      Use IA64 backtrace on MIPS.
      Use -fno-unwind-tables for *initfini* on MIPS.

Viju Vincent (1):
      Resolve race between dlopen and lazy binding on MIPS.

-----------------------------------------------------------------------


hooks/post-receive
-- 
Community source repository for glibc add-on ports


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]