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.12-122-g1cdfe72


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  1cdfe7242f89a54d164b9d7e31b716839a17ba5b (commit)
      from  73f27d5e722ece05a66c124406cc8ca4305f4cbd (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=1cdfe7242f89a54d164b9d7e31b716839a17ba5b

commit 1cdfe7242f89a54d164b9d7e31b716839a17ba5b
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Tue Aug 24 11:42:19 2010 -0700

    Add missing copyright year updated and pretty printing.

diff --git a/sysdeps/x86_64/multiarch/strcspn-c.c b/sysdeps/x86_64/multiarch/strcspn-c.c
index 04aba46..0b2ce76 100644
--- a/sysdeps/x86_64/multiarch/strcspn-c.c
+++ b/sysdeps/x86_64/multiarch/strcspn-c.c
@@ -1,5 +1,5 @@
 /* strcspn with SSE4.2 intrinsics
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009, 2010 Free Software Foundation, Inc.
    Contributed by Intel Corporation.
    This file is part of the GNU C Library.
 
diff --git a/sysdeps/x86_64/multiarch/strspn-c.c b/sysdeps/x86_64/multiarch/strspn-c.c
index ab58549..6faa259 100644
--- a/sysdeps/x86_64/multiarch/strspn-c.c
+++ b/sysdeps/x86_64/multiarch/strspn-c.c
@@ -1,5 +1,5 @@
 /* strspn with SSE4.2 intrinsics
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009, 2010 Free Software Foundation, Inc.
    Contributed by Intel Corporation.
    This file is part of the GNU C Library.
 
diff --git a/sysdeps/x86_64/multiarch/varshift.h b/sysdeps/x86_64/multiarch/varshift.h
index d679739..58f98b0 100644
--- a/sysdeps/x86_64/multiarch/varshift.h
+++ b/sysdeps/x86_64/multiarch/varshift.h
@@ -18,7 +18,7 @@
    02111-1307 USA.  */
 
 
-extern char ___m128i_shift_right[31] __attribute__((visibility("hidden")));
+extern char ___m128i_shift_right[31] __attribute__ ((visibility ("hidden")));
 
 static __inline__ __m128i
 __m128i_shift_right (__m128i value, unsigned long offset)

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

Summary of changes:
 sysdeps/x86_64/multiarch/strcspn-c.c |    2 +-
 sysdeps/x86_64/multiarch/strspn-c.c  |    2 +-
 sysdeps/x86_64/multiarch/varshift.h  |    2 +-
 3 files changed, 3 insertions(+), 3 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]