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 branch, master, updated. glibc-2.15-321-g7fe70b0


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 branch, master has been updated
       via  7fe70b0c0610a5dcc13f557468eabc91cdd34a27 (commit)
      from  64957ecc066d2358699baddafcaf761e61c8d590 (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-ports.git;a=commitdiff;h=7fe70b0c0610a5dcc13f557468eabc91cdd34a27

commit 7fe70b0c0610a5dcc13f557468eabc91cdd34a27
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Jun 13 21:12:06 2012 +0000

    powerpc-nofpu: Allow abort and soft-fp symbols to be absent in localplt test.

diff --git a/ChangeLog.powerpc b/ChangeLog.powerpc
index 8ad5bad..0c7d3af 100644
--- a/ChangeLog.powerpc
+++ b/ChangeLog.powerpc
@@ -1,3 +1,8 @@
+2012-06-13  Joseph Myers  <joseph@codesourcery.com>
+
+	* data/localplt-powerpcsoft-linux-gnu.data: Allow abort and
+	soft-fp symbols to be absent.
+
 2012-06-08  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
diff --git a/data/localplt-powerpcsoft-linux-gnu.data b/data/localplt-powerpcsoft-linux-gnu.data
index 65fa5da..0743b08 100644
--- a/data/localplt-powerpcsoft-linux-gnu.data
+++ b/data/localplt-powerpcsoft-linux-gnu.data
@@ -1,32 +1,32 @@
 libc.so: _Unwind_Find_FDE
-libc.so: __adddf3
-libc.so: __addsf3
-libc.so: __divdf3
-libc.so: __divsf3
-libc.so: __eqdf2
-libc.so: __eqsf2
-libc.so: __extendsfdf2
-libc.so: __fixdfsi
-libc.so: __fixsfsi
-libc.so: __fixunsdfsi
-libc.so: __floatsidf
-libc.so: __floatsisf
-libc.so: __floatunsidf
-libc.so: __floatunsisf
-libc.so: __gedf2
-libc.so: __gtdf2
-libc.so: __ledf2
-libc.so: __ltdf2
-libc.so: __muldf3
-libc.so: __mulsf3
-libc.so: __nedf2
+libc.so: __adddf3 ?
+libc.so: __addsf3 ?
+libc.so: __divdf3 ?
+libc.so: __divsf3 ?
+libc.so: __eqdf2 ?
+libc.so: __eqsf2 ?
+libc.so: __extendsfdf2 ?
+libc.so: __fixdfsi ?
+libc.so: __fixsfsi ?
+libc.so: __fixunsdfsi ?
+libc.so: __floatsidf ?
+libc.so: __floatsisf ?
+libc.so: __floatunsidf ?
+libc.so: __floatunsisf ?
+libc.so: __gedf2 ?
+libc.so: __gtdf2 ?
+libc.so: __ledf2 ?
+libc.so: __ltdf2 ?
+libc.so: __muldf3 ?
+libc.so: __mulsf3 ?
+libc.so: __nedf2 ?
 libc.so: __signbit
 libc.so: __signbitl
-libc.so: __subdf3
-libc.so: __subsf3
-libc.so: __truncdfsf2
-libc.so: __unorddf2
-libc.so: abort
+libc.so: __subdf3 ?
+libc.so: __subsf3 ?
+libc.so: __truncdfsf2 ?
+libc.so: __unorddf2 ?
+libc.so: abort ?
 libc.so: calloc
 libc.so: free
 libc.so: malloc

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

Summary of changes:
 ChangeLog.powerpc                        |    5 +++
 data/localplt-powerpcsoft-linux-gnu.data |   52 +++++++++++++++---------------
 2 files changed, 31 insertions(+), 26 deletions(-)


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]