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

[Commits] r20901 - in /fsf/trunk/libc: ./ rt/ sysdeps/ieee754/ldbl-128/bits/ sysdeps/x86_64/multiarch/



Author: eglibc
Date: Fri Sep 28 00:01:43 2012
New Revision: 20901

Log:
Import glibc-mainline for 2012-09-28

Removed:
    fsf/trunk/libc/sysdeps/ieee754/ldbl-128/bits/
Modified:
    fsf/trunk/libc/ChangeLog
    fsf/trunk/libc/rt/tst-aio2.c
    fsf/trunk/libc/rt/tst-aio3.c
    fsf/trunk/libc/sysdeps/x86_64/multiarch/strncmp-ssse3.S

Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Fri Sep 28 00:01:43 2012
@@ -1,3 +1,17 @@
+2012-09-28  Pino Toscano  <toscano.pino@xxxxxxxxxx>
+
+	* rt/tst-aio2.c: Include <pthread.h>.
+	* rt/tst-aio3.c: Likewise.
+
+2012-09-27  Steve Ellcey  <sellcey@xxxxxxxx>
+
+	* sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
+
+2012-09-27  H.J. Lu  <hongjiu.lu@xxxxxxxxx>
+
+	* sysdeps/x86_64/multiarch/strncmp-ssse3.S: Empty if not in
+	libc.a.
+
 2012-09-26  Marek Polacek  <polacek@xxxxxxxxxx>
 
 	[BZ #14530]

Modified: fsf/trunk/libc/rt/tst-aio2.c
==============================================================================
--- fsf/trunk/libc/rt/tst-aio2.c (original)
+++ fsf/trunk/libc/rt/tst-aio2.c Fri Sep 28 00:01:43 2012
@@ -1,5 +1,5 @@
 /* Test for notification mechanism in lio_listio.
-   Copyright (C) 2000, 2002, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2000-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@xxxxxxxxxx>, 2000.
 
@@ -23,6 +23,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <errno.h>
+#include <pthread.h>
 
 
 static pthread_barrier_t b;

Modified: fsf/trunk/libc/rt/tst-aio3.c
==============================================================================
--- fsf/trunk/libc/rt/tst-aio3.c (original)
+++ fsf/trunk/libc/rt/tst-aio3.c Fri Sep 28 00:01:43 2012
@@ -1,5 +1,5 @@
 /* Test for notification mechanism in lio_listio.
-   Copyright (C) 2000, 2002, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2000-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
@@ -22,6 +22,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <errno.h>
+#include <pthread.h>
 
 static pthread_barrier_t b;
 

Modified: fsf/trunk/libc/sysdeps/x86_64/multiarch/strncmp-ssse3.S
==============================================================================
--- fsf/trunk/libc/sysdeps/x86_64/multiarch/strncmp-ssse3.S (original)
+++ fsf/trunk/libc/sysdeps/x86_64/multiarch/strncmp-ssse3.S Fri Sep 28 00:01:43 2012
@@ -1,4 +1,6 @@
-#define USE_SSSE3 1
-#define STRCMP __strncmp_ssse3
-#define USE_AS_STRNCMP
-#include "../strcmp.S"
+#ifdef SHARED
+# define USE_SSSE3 1
+# define STRCMP __strncmp_ssse3
+# define USE_AS_STRNCMP
+# include "../strcmp.S"
+#endif

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