]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
powerpc: Fix Copyright dates and CL entry
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Mon, 12 Jan 2015 17:58:34 +0000 (12:58 -0500)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Mon, 12 Jan 2015 17:58:34 +0000 (12:58 -0500)
This patch fixes the copyright dates from files created by commit
8d2c0a54b45943, and 56cf276.

15 files changed:
ChangeLog
sysdeps/powerpc/nptl/elide.h
sysdeps/unix/sysv/linux/powerpc/elision-conf.c
sysdeps/unix/sysv/linux/powerpc/elision-conf.h
sysdeps/unix/sysv/linux/powerpc/elision-lock.c
sysdeps/unix/sysv/linux/powerpc/elision-timed.c
sysdeps/unix/sysv/linux/powerpc/elision-trylock.c
sysdeps/unix/sysv/linux/powerpc/elision-unlock.c
sysdeps/unix/sysv/linux/powerpc/force-elision.h
sysdeps/unix/sysv/linux/powerpc/htm.h
sysdeps/unix/sysv/linux/powerpc/lowlevellock.h
sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c
sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c
sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c
sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c

index 093be37e302ec5c1391319edf62755d72765ceb8..cb510f8a79861d672a9181b6a2c735e63e30b9ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2014-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
+2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
 
        * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
        (TLS_INIT_TP): Add tm_capable initialization.
index 01572d99ce65a950aeafc962cd2a25807ba51b4e..389f5a5e9ee8449c2e0de15b92ba10607a676b9f 100644 (file)
@@ -1,5 +1,5 @@
 /* elide.h: Generic lock elision support for powerpc.
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2015 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
index 70fbbb22159504198f84107c6dc7d758746094f3..53412227c9d772b7bc026d20b10292c0ceb258e1 100644 (file)
@@ -1,5 +1,5 @@
 /* elision-conf.c: Lock elision tunable parameters.
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2015 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
index fc9994de97089991d9b739eb7082c650a63a7b01..72371f1ba7543a9febe31e13e1127071ccf28323 100644 (file)
@@ -1,5 +1,5 @@
 /* elision-conf.h: Lock elision tunable parameters.
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2015 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
index 2ce75b20b8a75b6effd385811e58318d613ad355..7f9bcc2bf1ee4b40d4a77583ba1ae3d7824e7800 100644 (file)
@@ -1,5 +1,5 @@
 /* elision-lock.c: Elided pthread mutex lock.
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2015 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
index 7d5de9b681381cb817e3cc0146e666441da9664a..48eae8f7fc244b2451902a1b60cd5076cccf43d1 100644 (file)
@@ -1,5 +1,5 @@
 /* elision-timed.c: Lock elision timed lock.
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2015 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
index 4a310d59450c61352f0e487b7c3a7e7ab2382b20..7b6d1b9b98320888ed958022cd14f96d9783a4fe 100644 (file)
@@ -1,5 +1,5 @@
 /* elision-trylock.c: Lock eliding trylock for pthreads.
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2015 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
index 59d46bb43a9c2be714f86555f7dee3bb1b756949..f04c3393831b75d9c6c0f88c09428b39a1d0097b 100644 (file)
@@ -1,5 +1,5 @@
 /* elision-unlock.c: Commit an elided pthread lock.
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2015 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
index 3da576b9447530af0805bdeba9c29d982e1a1bee..f8a52a0ac04909fd9b383b128b547c07f32d2084 100644 (file)
@@ -1,5 +1,5 @@
 /* force-elision.h: Automatic enabling of elision for mutexes
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2015 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
index 4e8fb6bbc3a7b2aff81a3bd3ec2da49ab3d8e723..edac601e9da2a07c201c1c3d1ae61458fa585d0a 100644 (file)
@@ -2,7 +2,7 @@
    compilers and assemblers that do not support the intrinsics and instructions
    yet.
 
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2015 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
index 36c8aded4ed24f63d6e6739ac83dc492d7e62a61..67db1dece25566190bf9ca2bbc31b58dfd15f51f 100644 (file)
@@ -1,5 +1,5 @@
 /* PowerPC specific lock definitions.
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2015 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
index aa6cf9a79e0228b726bce3a43065b2518e8668f5..ea8f86aa4afd8a00fe25519c80f830bf8392a437 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 Free Software Foundation, Inc.
+/* Copyright (C) 2015 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
index 6fd6a9866f6afff9a9eab226f101e88ad3d215f5..99a1d3c58a7f861f861ef26a4eb78e530d32c853 100644 (file)
@@ -1,5 +1,5 @@
 /* Elided version of pthread_mutex_lock.
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2015 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
index d0e6537ecc8a27a95fb862c8145baa14b971f250..6eed463b634b045fc38f4e760c1767028020634d 100644 (file)
@@ -1,5 +1,5 @@
 /* Elided version of pthread_mutex_timedlock.
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2015 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
index ea8a8fff93ec10b82cb5b10e621246050c69909d..ed3a87cf3efbed5c8ee8fc8d9f63ef93a5399fe0 100644 (file)
@@ -1,5 +1,5 @@
 /* Elided version of pthread_mutex_trylock.
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2015 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