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, master, updated. glibc-2.15-124-gf2a7420


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, master has been updated
       via  f2a7420ddb6b73993224d033fa133a9d9af5fafc (commit)
       via  607998afaa2a06d3756763ef6f0c2c835ce058db (commit)
      from  3ac8b282b684e302640e1fee5d6cdbdd0d3255fb (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=f2a7420ddb6b73993224d033fa133a9d9af5fafc

commit f2a7420ddb6b73993224d033fa133a9d9af5fafc
Merge: 3ac8b28 607998a
Author: Roland McGrath <roland@hack.frob.com>
Date:   Mon Jan 30 09:58:46 2012 -0800

    Merge remote-tracking branch 'origin/cmetcalf/tile_config'
    
    Conflicts:
    	ChangeLog

diff --cc ChangeLog
index 6dae724,61beb59..333d114
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,45 -1,10 +1,50 @@@
+ 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
+ 
+ 	* scripts/config.guess: Update from upstream config git repository.
+ 	* scripts/config.sub: Likewise.
+ 
 +2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
 +
 +	* elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
 +	(EM_NUM): Update.
 +	(R_TILEPRO_*, R_TILEGX_*): New macros.
 +
 +	* scripts/firstversions.awk: Fix bug in version range handling.
 +
 +	* sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
 +
 +	* sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
 +
 +	* include/sys/epoll.h: New file.
 +	* sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
 +	libc_hidden_def.
 +
  2012-01-28  Ulrich Drepper  <drepper@gmail.com>
  
 +	* sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
 +	Avoid unnecessary __WORDSIZE == 64 test.
 +	(fmaxf): Use VEX format if possible.
 +	(fmax): Likewise.
 +	(fminf): Likewise.
 +	(fmin): Likewise.
 +
 +	* config.h.in: Define HAVE_SSE2AVX_SUPPORT.
 +	* math/math_private.h: Remove libc_fegetround* and
 +	libc_fesetround*.
 +	* sysdeps/i386/configure.in: Check for -msse2avx.
 +	* sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
 +	also if SSE2AVX is defined.
 +	Remove libc_fegetround* and libc_fesetround*.
 +	* sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
 +	if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
 +	* sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
 +	of HAS_YMM_USABLE.
 +	* sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
 +	* sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
 +	* sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
 +	* sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
 +	* sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
 +
  	* sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
  
  2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>

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

Summary of changes:
 ChangeLog            |    5 ++
 scripts/config.guess |  121 ++++++++++++++++++++++++++++---------------------
 scripts/config.sub   |  102 ++++++++++++++++++++++++++++--------------
 3 files changed, 142 insertions(+), 86 deletions(-)


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]