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]

GNU C Library master sources branch ibm/2.16/master updated. glibc-2.16.0-27-g36016f6


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 "GNU C Library master sources".

The branch, ibm/2.16/master has been updated
       via  36016f626e72f5d1cb6107deeab29768d82ff7e3 (commit)
       via  043c748cfa617f864675616c3cb58f9b5af98f31 (commit)
       via  14b77c0bbb4279a5a23c73f90a44c8cfccf050c0 (commit)
       via  3b145207c8c6edfffe1c41c28cb9c46ca4ac5903 (commit)
       via  68b6636fdc3d5b940d9be060e1f429b6eaa93709 (commit)
       via  c3b96f90c9c1f0b537fdf0424e8ccc61989cd8ee (commit)
       via  a5cfcf08ffaa8f2f6dee090b9132309e00df9888 (commit)
       via  cbc43bc538c3f06281e53e1345c77e1227f1b7a7 (commit)
       via  6c62f10874ddbab671255ce85ec85233c67f8bfc (commit)
       via  bbe53ed2c311b7281837b6f3f24ddeb8f3d65697 (commit)
       via  5b489807f7c8902901b42451883f3d5c89616a8a (commit)
       via  da1f431963218999c49cae928309dfec426c575c (commit)
       via  6db8f73723e64a4f486ca679e05dbf15a1437bfd (commit)
       via  a7ef7b6735083a0c6e726cad950f5621517f46d4 (commit)
       via  95e039785ae82800fdd0ae0ba2dcaa2f0e9d9d7a (commit)
       via  56935d3944ebb5c8e75888316874a37552e64017 (commit)
       via  40f29908c6543cc955ecb4233d0bcfed12d122e6 (commit)
       via  66412080e2efbe24c0455286172eb533ac125ac3 (commit)
       via  593dafca331e05f07222792ba3ceb4e0f30ed5bf (commit)
       via  902c25a1d213c64807cd98fb2f9b025f48f66b90 (commit)
      from  4e1f97ccdcc257eba262667f7a3179a7d530330d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=36016f626e72f5d1cb6107deeab29768d82ff7e3

commit 36016f626e72f5d1cb6107deeab29768d82ff7e3
Merge: 4e1f97c 043c748
Author: Ryan S. Arnold <rsa@linux.vnet.ibm.com>
Date:   Fri Mar 1 16:20:18 2013 -0600

    Merge remote branch 'remotes/origin/release/2.16/master' into local_ibm_2.16

diff --cc ChangeLog
index d5685e1,3de21fd..7ba99a7
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,42 -1,138 +1,177 @@@
+ 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
+ 
+ 	* sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
+ 	macro.
+ 
+ 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
+ 
+ 	[BZ #14831]
+ 	* elf/Makefile (tests): Add tst-audit8.
+ 	($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
+ 	($(objpfx)tst-audit8.out): New target.
+ 	(tst-audit8-ENV): New variable.
+ 	* elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
+ 	audit if l_reloc_result is NULL.
+ 	(ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
+ 	defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
+ 	* elf/tst-audit8.c: New file.
+ 
+ 2012-10-04  H.J. Lu  <hongjiu.lu@intel.com>
+ 
+ 	[BZ #14648]
+ 	* sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
+ 	Set bit_FMA_Usable if FMA is supported.
+ 	* sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
+ 	macro.
+ 	(bit_FMA4_Usable): Updated.
+ 	(index_FMA_Usable): New macro.
+ 	(CPUID_FMA): Likewise
+ 	(HAS_FMA): Defined with bit_FMA_Usable.
+ 
+ 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
+ 
+ 	[BZ #6530]
+ 	* stdio-common/vfprintf.c (process_string_arg): Revert
+ 	2000-07-22 change.
+ 
+ 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
+ 
+ 	[BZ #14042]
+ 	* sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
+ 	for call to __mcount_internal.
+ 	* sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
+ 	(shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
+ 	* sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
+ 
+ 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
+ 
+ 	* stdio-common/Makefile (tst-sprintf-ENV): Set environment
+ 	for testcase.
+ 	* stdio-common/tst-sprintf.c: Include <locale.h>
+ 	(main): Test sprintf's handling of incomplete multibyte
+ 	characters.
+ 
+ 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
+ 
+ 	[BZ #14621]
+ 	* posix/glob.c (next_brace_sub): Use size_t instead of unsigned
+ 	int as type of variable DEPTH.
+ 	(glob): Use size_t instead of int as type of variables NEWCOUNT
+ 	and OLD_PATHC.
+ 
+ 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
+ 
+ 	[BZ #14562]
+ 	* malloc/arena.c (heap_trim): Properly get fencepost and adjust
+ 	new chunk size with MALLOC_ALIGN_MASK.
+ 
+ 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
+ 
+ 	[BZ #14476]
+ 	* Makefile (install): Also pass LD_SO=$(ld.so-version) to
+ 	scripts/test-installation.pl.
+ 	* scripts/test-installation.pl: Use LD_SO to get $ld_so_name
+ 	and $ld_so_version if it is set.
+ 
+ 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
+ 
+ 	[BZ #14459]
+ 	* stdlib/strtod_l.c: Include <stdint.h>.
+ 	(NDEBUG): Do not define.
+ 	(round_and_return): Change EXPONENT parameter to type intmax_t.
+ 	Rearrange calculations to avoid internal overflow possibilities.
+ 	(str_to_mpn): Change EXPONENT parameter to type intmax_t *.
+ 	Rearrange calculations to avoid internal overflow possibilities.
+ 	Assert that number fits inside MPNSIZE limbs.
+ 	(____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
+ 	Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
+ 	calculations and add assertions to avoid internal overflow
+ 	possibilities.  Add casts to avoid signed/unsigned operations.
+ 	* stdlib/tst-strtod-overflow.c: New file.
+ 	* stdlib/Makefile (tests): Add tst-strtod-overflow.
+ 
+ 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
+ 
+ 	[BZ #14195]
+ 	* sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
+ 	segmentation fault for a case of two empty input strings.
+ 	* string/test-strncasecmp.c (check1): Renamed to...
+ 	(bz12205): ...this.
+ 	(bz14195): Add new testcase for two empty input strings and N > 0.
+ 	(test_main): Call new testcase, adapt for renamed function.
+ 
+ 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
+ 
+ 	* sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
+ 
+ 2012-07-16  Andreas Jaeger  <aj@suse.de>
+ 
+ 	* po/ru.po: Update from translation team.
+ 
+ 2012-07-13  Andreas Jaeger  <aj@suse.de>
+ 
+ 	* po/fr.po: Update from translation team.
+ 
+ 2012-07-11  Andreas Jaeger  <aj@suse.de>
+ 
+ 	* po/fr.po: Update from translation team.
+ 
+ 	* po/sv.po: Update from translation team
+ 	* po/fr.po: Another update from translation team.
+ 
+ 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
+ 
+ 	* catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
+ 	xopen-msg.sed.
+ 	* catgets/xopen-msg.awk: New file.
+ 	* catgets/xopen-msg.sed: Removed.
+ 
+ 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
+ 
+ 	* intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
+ 	po2text.sed.
+ 	* intl/po2test.awk: New file.
+ 	* intl/po2test.sed: Removed.
+ 
 +2012-12-03  Mike Frysinger  <vapier@gentoo.org>
 +
 +	* bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
 +	* sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
 +
 +2012-11-19  Joseph Myers  <joseph@codesourcery.com>
 +
 +	* bits/byteswap.h: Include <bits/types.h>.
 +	(__bswap_64): Use __uint64_t instead of unsigned long long int.
 +
 +2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
 +
 +	* sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
 +	(__bswap_64): __uint64_t for unsigned 64-bit int.
 +
 +2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
 +
 +	[BZ #14042]
 +	* sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
 +	for call to __mcount_internal.
 +	* sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
 +	(shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
 +	* sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
 +
 +2012-07-06  Peter Bergner  <bergner@vnet.ibm.com>
 +
 +	* elf/rtld.c (process_envvars): Added conditional EXTRA_LD_ENVVARS_11
 +	macro which allows overriding of AT_PLATFORM using an environment
 +	variable.
 +	* sysdeps/unix/sysv/linux/powerpc/dl-librecon.h: New file adding
 +	definition for the EXTRA_LD_ENVVARS_11 macro.
 +
 +2012-07-06  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
 +
 +	* elf/dynamic-link.h (elf_get_dynamic_info): Remove assert()
 +	around DT_RUNPATH and DT_RPATH which prevents running a dynamic
 +	linker with an embedded RPATH flag, which is what a compiler
 +	modified to embed a non-default INTERP section would do.
 +
  2012-07-03  Andreas Jaeger  <aj@suse.de>
  
  	* po/bg.po: Update from translation team.

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

Summary of changes:
 ChangeLog                                          |  135 +
 Makefile                                           |    2 +-
 NEWS                                               |    6 +
 catgets/Makefile                                   |    4 +-
 catgets/xopen-msg.awk                              |   72 +
 catgets/xopen-msg.sed                              |  103 -
 elf/Makefile                                       |    6 +-
 elf/dl-runtime.c                                   |   22 +-
 elf/{tst-audit1.c => tst-audit8.c}                 |    0
 intl/Makefile                                      |    4 +-
 intl/po2test.awk                                   |   46 +
 intl/po2test.sed                                   |   51 -
 malloc/arena.c                                     |   10 +-
 po/fr.po                                           | 2639 +++++++++++---------
 po/ru.po                                           | 2610 +++++++++++---------
 po/sv.po                                           | 2553 ++++++++++---------
 posix/glob.c                                       |   10 +-
 scripts/test-installation.pl                       |    7 +
 stdio-common/Makefile                              |    1 +
 stdio-common/tst-sprintf.c                         |   13 +
 stdio-common/vfprintf.c                            |   39 +-
 stdlib/Makefile                                    |    3 +-
 stdlib/strtod_l.c                                  |  142 +-
 nptl/tst-detach1.c => stdlib/tst-strtod-overflow.c |   39 +-
 string/test-strncasecmp.c                          |   18 +-
 sunrpc/rpc_clntout.c                               |    2 +-
 sysdeps/i386/i686/multiarch/strcmp-ssse3.S         |    2 +-
 sysdeps/sh/dl-machine.h                            |    4 +-
 sysdeps/x86_64/multiarch/init-arch.c               |    3 +
 sysdeps/x86_64/multiarch/init-arch.h               |    9 +-
 30 files changed, 4634 insertions(+), 3921 deletions(-)
 create mode 100644 catgets/xopen-msg.awk
 delete mode 100755 catgets/xopen-msg.sed
 copy elf/{tst-audit1.c => tst-audit8.c} (100%)
 create mode 100644 intl/po2test.awk
 delete mode 100644 intl/po2test.sed
 copy nptl/tst-detach1.c => stdlib/tst-strtod-overflow.c (63%)


hooks/post-receive
-- 
GNU C Library master sources


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