[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commits] r21939 - in /fsf/trunk/libc: ./ localedata/ localedata/locales/ ports/ stdio-common/ sunrpc/ sysdeps/generic/ sysdeps/unix/s...



Author: eglibc
Date: Fri Dec  7 00:02:13 2012
New Revision: 21939

Log:
Import glibc-mainline for 2012-12-07

Modified:
    fsf/trunk/libc/ChangeLog
    fsf/trunk/libc/NEWS
    fsf/trunk/libc/localedata/ChangeLog
    fsf/trunk/libc/localedata/README
    fsf/trunk/libc/localedata/locales/si_LK
    fsf/trunk/libc/ports/ChangeLog
    fsf/trunk/libc/ports/ChangeLog.aarch64
    fsf/trunk/libc/ports/ChangeLog.arm
    fsf/trunk/libc/ports/README
    fsf/trunk/libc/stdio-common/tst-put-error.c
    fsf/trunk/libc/sunrpc/etc.rpc
    fsf/trunk/libc/sysdeps/generic/fpu_control.h
    fsf/trunk/libc/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h

Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Fri Dec  7 00:02:13 2012
@@ -1,3 +1,26 @@
+2012-12-06  Chris Metcalf  <cmetcalf@xxxxxxxxxx>
+
+	* sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
+	0, not just to plain "0" as a statement.
+	(_FPU_SETCW): Define to (void) (cw), rather than doing nothing
+	with cw.
+
+2012-12-06  Joseph Myers  <joseph@xxxxxxxxxxxxxxxx>
+
+	* NEWS: Use sourceware.org in Bugzilla URL.
+
+2012-12-06  Siddhesh Poyarekar  <siddhesh@xxxxxxxxxx>
+
+	* sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
+	(INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
+
+	* stdio-common/tst-put-error.c (do_test): Add newline to the
+	padded test to ensure flush.
+
+2012-12-05  Jeff Law  <law@xxxxxxxxxx>
+
+	* sunrpc/etc.rpc (fedfs_admin): Add entry.
+
 2012-12-05  Joseph Myers  <joseph@xxxxxxxxxxxxxxxx>
 
 	* README: Don't refer to ports add-on as distributed separately.

Modified: fsf/trunk/libc/NEWS
==============================================================================
--- fsf/trunk/libc/NEWS (original)
+++ fsf/trunk/libc/NEWS Fri Dec  7 00:02:13 2012
@@ -2,7 +2,7 @@
 Copyright (C) 1992-2012 Free Software Foundation, Inc.
 See the end for copying conditions.
 
-Please send GNU C library bug reports via <http://sources.redhat.com/bugzilla/>
+Please send GNU C library bug reports via <http://sourceware.org/bugzilla/>
 using `glibc' in the "product" field.
 
 Version 2.17

Modified: fsf/trunk/libc/localedata/ChangeLog
==============================================================================
--- fsf/trunk/libc/localedata/ChangeLog (original)
+++ fsf/trunk/libc/localedata/ChangeLog Fri Dec  7 00:02:13 2012
@@ -1,3 +1,8 @@
+2012-12-06  Joseph Myers  <joseph@xxxxxxxxxxxxxxxx>
+
+	* README: Use sourceware.org in Bugzilla URL.
+	* locales/si_LK (email): Use sourceware.org in email address.
+
 2012-12-03  Ashish Shah  <ashishks@xxxxxxxxxx>
 
 	* locales/uk_UA (currency_symbol): Fix.

Modified: fsf/trunk/libc/localedata/README
==============================================================================
--- fsf/trunk/libc/localedata/README (original)
+++ fsf/trunk/libc/localedata/README Fri Dec  7 00:02:13 2012
@@ -42,7 +42,7 @@
 
 All problems should be reported using
 
-  http://sources.redhat.com/bugzilla/
+  http://sourceware.org/bugzilla/
 
 
 One more note: the `POSIX' locale definition is not meant to be used

Modified: fsf/trunk/libc/localedata/locales/si_LK
==============================================================================
--- fsf/trunk/libc/localedata/locales/si_LK (original)
+++ fsf/trunk/libc/localedata/locales/si_LK Fri Dec  7 00:02:13 2012
@@ -10,7 +10,7 @@
 source     "Lanka Linux User Group (LKLUG) www.lug.lk, sinhala.linux.lk"
 address    ""
 contact    ""
-email      "libc-locales@xxxxxxxxxxxxxxxxxx"
+email      "libc-locales@xxxxxxxxxxxxxx"
 tel        ""
 fax        ""
 language   "Sinhala"

Modified: fsf/trunk/libc/ports/ChangeLog
==============================================================================
--- fsf/trunk/libc/ports/ChangeLog (original)
+++ fsf/trunk/libc/ports/ChangeLog Fri Dec  7 00:02:13 2012
@@ -1,7 +1,13 @@
-2012-07-03  Joseph Myers  <joseph@xxxxxxxxxxxxxxxx>
+2012-12-06  Joseph Myers  <joseph@xxxxxxxxxxxxxxxx>
+
+	* README: Use sourceware.org in Bugzilla URL.
+
+2012-12-05  Joseph Myers  <joseph@xxxxxxxxxxxxxxxx>
 
 	* README: Don't refer to ports as a separate repository.  Don't
 	refer to scripts/data/.
+
+2012-07-03  Joseph Myers  <joseph@xxxxxxxxxxxxxxxx>
 
 	* .gitignore: Remove file.
 	* Banner: Likewise.

Modified: fsf/trunk/libc/ports/ChangeLog.aarch64
==============================================================================
--- fsf/trunk/libc/ports/ChangeLog.aarch64 (original)
+++ fsf/trunk/libc/ports/ChangeLog.aarch64 Fri Dec  7 00:02:13 2012
@@ -1,11 +1,11 @@
 2012-12-04  Steve McIntyre <steve.mcintyre@xxxxxxxxxx>
 
 	* sysdeps/unix/sysv/linux/aarch64/ldconfig.h: Add entries
-        for /lib/ld-linux.so.3 and /lib/ld-linux-armhf.so.3.
+	for /lib/ld-linux.so.3 and /lib/ld-linux-armhf.so.3.
 
 2012-12-04  Steve McIntyre <steve.mcintyre@xxxxxxxxxx>
 
-        * sysdeps/unix/sysv/linux/aarch64/readelflib.c: New file.
+	* sysdeps/unix/sysv/linux/aarch64/readelflib.c: New file.
 
 2012-11-29  Steve McIntyre <steve.mcintyre@xxxxxxxxxx>
 

Modified: fsf/trunk/libc/ports/ChangeLog.arm
==============================================================================
--- fsf/trunk/libc/ports/ChangeLog.arm (original)
+++ fsf/trunk/libc/ports/ChangeLog.arm Fri Dec  7 00:02:13 2012
@@ -8,7 +8,7 @@
 
 2012-12-04  Steve McIntyre  <steve.mcintyre@xxxxxxxxxx>
 
-        * sysdeps/unix/sysv/linux/arm/readelflib.c: New file.
+	* sysdeps/unix/sysv/linux/arm/readelflib.c: New file.
 
 2012-11-30  Joseph Myers  <joseph@xxxxxxxxxxxxxxxx>
 

Modified: fsf/trunk/libc/ports/README
==============================================================================
--- fsf/trunk/libc/ports/README (original)
+++ fsf/trunk/libc/ports/README Fri Dec  7 00:02:13 2012
@@ -13,8 +13,8 @@
 subdirectory of the glibc git repository.  See
 http://www.gnu.org/software/libc/download.html for details on using
 git.  To report a bug in code housed in the ports add-on, please go to
-http://sources.redhat.com/bugzilla/ and file a bug report under the
-glibc "ports" component.
+http://sourceware.org/bugzilla/ and file a bug report under the glibc
+"ports" component.
 
 An add-on for an individual port can be made from just the sysdeps/
 subdirectories containing the port's code.  You may want to include a

Modified: fsf/trunk/libc/stdio-common/tst-put-error.c
==============================================================================
--- fsf/trunk/libc/stdio-common/tst-put-error.c (original)
+++ fsf/trunk/libc/stdio-common/tst-put-error.c Fri Dec  7 00:02:13 2012
@@ -34,20 +34,30 @@
   FILE *fp = fdopen (fd, "w");
   if (fp == NULL)
     error (EXIT_FAILURE, errno, "fdopen");
+
+  /* All of the tests below verify that flushing buffers result in failure of
+     the fprintf calls.  We ensure that the buffer is flushed at the end of
+     each fprintf call by doing two things - setting the file pointer to
+     line-buffered so that it is flushed whenever it encounters a newline and
+     then ensuring that there is a newline in each of the format strings we
+     pass to fprintf.  */
+
   setlinebuf (fp);
   close (fd);
   unlink (tmpl);
+
   int n = fprintf (fp, "hello world\n");
   printf ("fprintf = %d\n", n);
   if (n >= 0)
     error (EXIT_FAILURE, 0, "first fprintf succeeded");
+
   n = fprintf (fp, "hello world\n");
   printf ("fprintf = %d\n", n);
   if (n >= 0)
     error (EXIT_FAILURE, 0, "second fprintf succeeded");
 
   /* Padded printing takes a different code path.  */
-  n = fprintf (fp, "%10000000s", "foo");
+  n = fprintf (fp, "%100s\n", "foo");
   printf ("fprintf = %d\n", n);
   if (n >= 0)
     error (EXIT_FAILURE, 0, "padded fprintf succeeded");

Modified: fsf/trunk/libc/sunrpc/etc.rpc
==============================================================================
--- fsf/trunk/libc/sunrpc/etc.rpc (original)
+++ fsf/trunk/libc/sunrpc/etc.rpc Fri Dec  7 00:02:13 2012
@@ -62,6 +62,7 @@
 nisd		100300	rpc.nisd
 nispasswd	100303	rpc.nispasswdd
 ufsd		100233	ufsd
+fedfs_admin	100418
 pcnfsd		150001	pcnfs
 amd		300019  amq
 sgi_fam		391002	fam

Modified: fsf/trunk/libc/sysdeps/generic/fpu_control.h
==============================================================================
--- fsf/trunk/libc/sysdeps/generic/fpu_control.h (original)
+++ fsf/trunk/libc/sysdeps/generic/fpu_control.h Fri Dec  7 00:02:13 2012
@@ -1,5 +1,5 @@
 /* FPU control word definitions.  Stub version.
-   Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1996-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -29,8 +29,8 @@
 typedef unsigned int fpu_control_t;
 
 /* Macros for accessing the hardware control word.  */
-#define _FPU_GETCW(cw) 0
-#define _FPU_SETCW(cw) do { } while (0)
+#define _FPU_GETCW(cw) (cw) = 0
+#define _FPU_SETCW(cw) (void) (cw)
 
 /* Default control word set at startup.  */
 extern fpu_control_t __fpu_control;

Modified: fsf/trunk/libc/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
==============================================================================
--- fsf/trunk/libc/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (original)
+++ fsf/trunk/libc/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h Fri Dec  7 00:02:13 2012
@@ -1,5 +1,4 @@
-/* Copyright (C) 1992,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2012
-	Free Software Foundation, Inc.
+/* Copyright (C) 1992-2012, Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -218,7 +217,7 @@
   INTERNAL_SYSCALL_NCS (__NR_##name, err, nr, args)
 
 #undef INTERNAL_SYSCALL_DECL
-#define INTERNAL_SYSCALL_DECL(err) long int err
+#define INTERNAL_SYSCALL_DECL(err) long int err __attribute__ ((unused))
 
 #undef INTERNAL_SYSCALL_ERROR_P
 #define INTERNAL_SYSCALL_ERROR_P(val, err) \

_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits