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.18-765-g6e067a5


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  6e067a5128c08f9a34ff4f69db02546d75dfa15c (commit)
      from  1f0f206719645b031a402e83ed66542f04c95233 (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=6e067a5128c08f9a34ff4f69db02546d75dfa15c

commit 6e067a5128c08f9a34ff4f69db02546d75dfa15c
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Jan 7 23:58:45 2014 +0000

    Use separate libc.abilist for MIPS o32 soft float.
    
    Examining MIPS test results showed an ABI test failure that I must
    have missed in 2.18 testing: hard-float and soft-float o32 no longer
    have the same set of symbols (because of the __mips_fpu_getcw and
    __mips_fpu_setcw functions, present for hard-float only, used by
    fpu_control.h for hard-float MIPS16) and so need separate ABI test
    baselines (they always were ABI-incompatible - the function-calling
    interface is different - but previously had the same set of symbols
    and versions so didn't need separate baselines).
    
    Tested for hard-float and soft-float o32.
    
    	* sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Move to
    	....
    	* sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist:
    	... here.
    	* sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist: New
    	file.

diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips
index 3dda3a8..9b99921 100644
--- a/ports/ChangeLog.mips
+++ b/ports/ChangeLog.mips
@@ -1,3 +1,12 @@
+2014-01-07  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Move to
+	....
+	* sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist:
+	... here.
+	* sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist: New
+	file.
+
 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/mips/mips32/libm-test-ulps: Regenerated.
diff --git a/ports/sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist b/ports/sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist
similarity index 100%
copy from ports/sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist
copy to ports/sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist
diff --git a/ports/sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist b/ports/sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist
similarity index 99%
rename from ports/sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist
rename to ports/sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist
index 1c3490c..d8fd823 100644
--- a/ports/sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist
+++ b/ports/sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist
@@ -1401,8 +1401,6 @@ GLIBC_2.17
 GLIBC_2.18
  GLIBC_2.18 A
  __cxa_thread_atexit_impl F
- __mips_fpu_getcw F
- __mips_fpu_setcw F
 GLIBC_2.19
  GLIBC_2.19 A
  getrlimit64 F

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

Summary of changes:
 ports/ChangeLog.mips                               |    9 +++++++++
 .../linux/mips/mips32/{ => fpu}/nptl/libc.abilist  |    0
 .../mips/mips32/{ => nofpu}/nptl/libc.abilist      |    2 --
 3 files changed, 9 insertions(+), 2 deletions(-)
 copy ports/sysdeps/unix/sysv/linux/mips/mips32/{ => fpu}/nptl/libc.abilist (100%)
 rename ports/sysdeps/unix/sysv/linux/mips/mips32/{ => nofpu}/nptl/libc.abilist (99%)


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]