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.12/master, updated. glibc-2.12.1-35-gc5413f8


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.12/master has been updated
       via  c5413f82ce8cbe204536b76b57be2b4d35f0327a (commit)
      from  4265a8e3556a90e6e2ee583388d8aaa0d93cfa29 (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=c5413f82ce8cbe204536b76b57be2b4d35f0327a

commit c5413f82ce8cbe204536b76b57be2b4d35f0327a
Author: Ryan S. Arnold <rsa@us.ibm.com>
Date:   Wed Feb 16 12:49:32 2011 -0600

    Reverse -mno-vsx commits in order to correct it later.
    
    Reversing commits c3b77b811fc7106a4cc9d491c1cc9358fb266c42
    and 4265a8e3556a90e6e2ee583388d8aaa0d93cfa29

diff --git a/ChangeLog b/ChangeLog
index 77b9927..65c45fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,3 @@
-2011-02-14  Ryan S. Arnold  <rsa@us.ibm.com>
-
-	* sysdeps/powerpc/powerpc64/power7/Makefile (CFLAGS-rtld.c): Add
-	-mno-vsx to prevent GCC from using a VSX register and a TOC
-	reference before relocations are resolved under -O3 optimization.
-
 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
 
 	* sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
diff --git a/sysdeps/powerpc/powerpc64/power7/Makefile b/sysdeps/powerpc/powerpc64/power7/Makefile
deleted file mode 100644
index 3e8fc29..0000000
--- a/sysdeps/powerpc/powerpc64/power7/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-ifeq ($(subdir),elf)
-# Prevent the use of VSX registers in _dl_start, which under -O3 optimization
-# may require a TOC reference before relocations are resolved.
-CFLAGS-rtld.c = -mno-vsx
-endif

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

Summary of changes:
 ChangeLog                                 |    6 ------
 sysdeps/powerpc/powerpc64/power7/Makefile |    5 -----
 2 files changed, 0 insertions(+), 11 deletions(-)
 delete mode 100644 sysdeps/powerpc/powerpc64/power7/Makefile


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]