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.17-262-gf6432d8


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  f6432d898e44f982dbe8f9229c4894fa4840a670 (commit)
       via  c7b275d6b3bceb6b400fa3044d13d1001bc605ca (commit)
       via  72f0ffdcbeb8135d04cf2dc73f8a5f5c7783a283 (commit)
       via  2636ffe65438af689e12b7977fe8609a6ca07c90 (commit)
      from  20cd7fb3ae63795ae7c9a464abf5ed19b364ade0 (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=f6432d898e44f982dbe8f9229c4894fa4840a670

commit f6432d898e44f982dbe8f9229c4894fa4840a670
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Wed Feb 20 08:42:50 2013 +0100

    Properly sort a libc.abilist file.
    
    Inconsistency introduced in commit 84b3fd8407cc9a2e7f487b6247681bd8a78a4560.

diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips
index 8954f9a..5574d72 100644
--- a/ports/ChangeLog.mips
+++ b/ports/ChangeLog.mips
@@ -1,5 +1,8 @@
 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
 
+	* sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Sort
+	properly.
+
 	* sysdeps/mips/bits/nan.h [!__GNUC__] (__nan_union): Change
 	__attribute_used__ to __attribute__ ((unused)).
 
diff --git a/ports/sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist b/ports/sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist
index f8cefd1..2c2cd54 100644
--- a/ports/sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist
+++ b/ports/sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist
@@ -1390,6 +1390,17 @@ GLIBC_2.16
  mbrtoc16 F
  mbrtoc32 F
  timespec_get F
+GLIBC_2.17
+ GLIBC_2.17 A
+ clock_getcpuclockid F
+ clock_getres F
+ clock_gettime F
+ clock_nanosleep F
+ clock_settime F
+ secure_getenv F
+GLIBC_2.18
+ GLIBC_2.18 A
+ __cxa_thread_atexit_impl F
 GLIBC_2.2
  GLIBC_2.2 A
  _Exit F
@@ -2242,14 +2253,3 @@ GLIBC_2.9
  pipe2 F
 _gp_disp
  _gp_disp A
-GLIBC_2.17
- GLIBC_2.17 A
- clock_getcpuclockid F
- clock_getres F
- clock_gettime F
- clock_nanosleep F
- clock_settime F
- secure_getenv F
-GLIBC_2.18
- GLIBC_2.18 A
- __cxa_thread_atexit_impl F

http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=c7b275d6b3bceb6b400fa3044d13d1001bc605ca

commit c7b275d6b3bceb6b400fa3044d13d1001bc605ca
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Tue Feb 19 13:06:39 2013 +0100

    bits/nan.h: Change __attribute_used__ to __attribute__ ((unused)).

diff --git a/ChangeLog b/ChangeLog
index 2096d50..853c64e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
+
+	* sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
+	__attribute_used__ to __attribute__ ((unused)).
+
 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
 	* sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips
index 936ab17..8954f9a 100644
--- a/ports/ChangeLog.mips
+++ b/ports/ChangeLog.mips
@@ -1,5 +1,8 @@
 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
 
+	* sysdeps/mips/bits/nan.h [!__GNUC__] (__nan_union): Change
+	__attribute_used__ to __attribute__ ((unused)).
+
 	* sysdeps/mips/bits/nan.h [!__GNUC__] (__nan_union): Add
 	__attribute_used__.
 
diff --git a/ports/sysdeps/mips/bits/nan.h b/ports/sysdeps/mips/bits/nan.h
index 71f372d..8f4666d 100644
--- a/ports/sysdeps/mips/bits/nan.h
+++ b/ports/sysdeps/mips/bits/nan.h
@@ -50,7 +50,7 @@
 # endif
 
 static union { unsigned char __c[4]; float __d; } __nan_union
-    __attribute_used__ = { __nan_bytes };
+  __attribute__ ((unused)) = { __nan_bytes };
 # define NAN	(__nan_union.__d)
 
 #endif	/* GCC.  */
diff --git a/sysdeps/ieee754/bits/nan.h b/sysdeps/ieee754/bits/nan.h
index d3ab38b..a1e6a51 100644
--- a/sysdeps/ieee754/bits/nan.h
+++ b/sysdeps/ieee754/bits/nan.h
@@ -46,7 +46,7 @@
 # endif
 
 static union { unsigned char __c[4]; float __d; } __nan_union
-    __attribute_used__ = { __nan_bytes };
+  __attribute__ ((unused)) = { __nan_bytes };
 # define NAN	(__nan_union.__d)
 
 #endif	/* GCC.  */

http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=72f0ffdcbeb8135d04cf2dc73f8a5f5c7783a283

commit 72f0ffdcbeb8135d04cf2dc73f8a5f5c7783a283
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Tue Feb 19 12:49:12 2013 +0100

    Add missing __attribute_used__.
    
    Generic IEEE 754 file has been changed in commit
    b575c52b86fe0c00adec925e356eb72cf95b23a7.

diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips
index e7f65d7..936ab17 100644
--- a/ports/ChangeLog.mips
+++ b/ports/ChangeLog.mips
@@ -1,5 +1,8 @@
 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
 
+	* sysdeps/mips/bits/nan.h [!__GNUC__] (__nan_union): Add
+	__attribute_used__.
+
 	* sysdeps/mips/bits/nan.h: Align to generic IEEE 754 file.
 
 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
diff --git a/ports/sysdeps/mips/bits/nan.h b/ports/sysdeps/mips/bits/nan.h
index af168ce..71f372d 100644
--- a/ports/sysdeps/mips/bits/nan.h
+++ b/ports/sysdeps/mips/bits/nan.h
@@ -49,7 +49,8 @@
 #  define __nan_bytes		{ 0xff, 0xff, 0xbf, 0x7f }
 # endif
 
-static union { unsigned char __c[4]; float __d; } __nan_union = { __nan_bytes };
+static union { unsigned char __c[4]; float __d; } __nan_union
+    __attribute_used__ = { __nan_bytes };
 # define NAN	(__nan_union.__d)
 
 #endif	/* GCC.  */

http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=2636ffe65438af689e12b7977fe8609a6ca07c90

commit 2636ffe65438af689e12b7977fe8609a6ca07c90
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Tue Feb 19 12:20:43 2013 +0100

    Align to generic file.

diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips
index c07bf97..e7f65d7 100644
--- a/ports/ChangeLog.mips
+++ b/ports/ChangeLog.mips
@@ -1,3 +1,7 @@
+2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
+
+	* sysdeps/mips/bits/nan.h: Align to generic IEEE 754 file.
+
 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #14920]
diff --git a/ports/sysdeps/mips/bits/nan.h b/ports/sysdeps/mips/bits/nan.h
index ffbb3b5..af168ce 100644
--- a/ports/sysdeps/mips/bits/nan.h
+++ b/ports/sysdeps/mips/bits/nan.h
@@ -1,4 +1,4 @@
-/* `NAN' constant for IEEE 754 machines.
+/* `NAN' constant for IEEE 754 machines.  MIPS version.
    Copyright (C) 1992-2013 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
@@ -13,7 +13,7 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library.  If not, see
+   License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
 #ifndef _MATH_H
@@ -21,20 +21,21 @@
 #endif
 
 
-/* IEEE Not A Number (QNaN). Note that MIPS has the QNaN and SNaN patterns
-   reversed compared to most other architectures. The IEEE spec left
-   the definition of this open to implementations, and for MIPS the top
-   bit of the mantissa must be SET to indicate a SNaN.  */
+/* IEEE Not A Number.  */
+/* Note that MIPS has the QNaN and SNaN patterns reversed compared to most
+   other architectures.  The IEEE spec left the definition of this open to
+   implementations, and for MIPS the top bit of the mantissa must be SET to
+   indicate a SNaN.  */
 
 #if __GNUC_PREREQ(3,3)
 
-# define NAN	(__builtin_nanf(""))
+# define NAN	(__builtin_nanf (""))
 
 #elif defined __GNUC__
 
 # define NAN \
-  (__extension__                                                            \
-   ((union { unsigned __l __attribute__((__mode__(__SI__))); float __d; })  \
+  (__extension__							      \
+   ((union { unsigned __l __attribute__ ((__mode__ (__SI__))); float __d; })  \
     { __l: 0x7fbfffffUL }).__d)
 
 #else

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

Summary of changes:
 ChangeLog                                          |    5 ++++
 ports/ChangeLog.mips                               |   13 +++++++++++
 ports/sysdeps/mips/bits/nan.h                      |   22 ++++++++++---------
 .../unix/sysv/linux/mips/mips32/nptl/libc.abilist  |   22 ++++++++++----------
 sysdeps/ieee754/bits/nan.h                         |    2 +-
 5 files changed, 42 insertions(+), 22 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]