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.23-575-g3eb43b6


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  3eb43b6b0a601991aa9700f43d366be017c2d5f4 (commit)
      from  b898b64be7957cf2a06a165e6ba57fa067fc5685 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=3eb43b6b0a601991aa9700f43d366be017c2d5f4

commit 3eb43b6b0a601991aa9700f43d366be017c2d5f4
Author: Chung-Lin Tang <cltang@codesourcery.com>
Date:   Wed Jul 27 11:42:13 2016 -0700

    Nios II localplt.data update: remove __eqsf2

diff --git a/ChangeLog b/ChangeLog
index d7b67d6..c682bfb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-07-27  Chung-Lin Tang  <cltang@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/nios2/localplt.data (__eqsf2): Remove.
+
 2016-07-21  Gustavo Romero  <gromero@linux.vnet.ibm.com>
 
 	* sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Fix missing verb
diff --git a/sysdeps/unix/sysv/linux/nios2/localplt.data b/sysdeps/unix/sysv/linux/nios2/localplt.data
index 08c88dc..5a0b4d3 100644
--- a/sysdeps/unix/sysv/linux/nios2/localplt.data
+++ b/sysdeps/unix/sysv/linux/nios2/localplt.data
@@ -1,5 +1,4 @@
 libc.so: realloc
-libc.so: __eqsf2
 libc.so: __floatsisf
 libc.so: __gtdf2
 libc.so: __ltdf2

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

Summary of changes:
 ChangeLog                                   |    4 ++++
 sysdeps/unix/sysv/linux/nios2/localplt.data |    1 -
 2 files changed, 4 insertions(+), 1 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]