1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

powerpc: Fix Copyright dates and CL entry

This patch fixes the copyright dates from files created by commit
8d2c0a5, 4b45943, and 56cf276.
This commit is contained in:
Adhemerval Zanella
2015-01-12 12:58:34 -05:00
parent 56cf276381
commit 49a9f6ab64
15 changed files with 15 additions and 15 deletions

View File

@ -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. * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
(TLS_INIT_TP): Add tm_capable initialization. (TLS_INIT_TP): Add tm_capable initialization.

View File

@ -1,5 +1,5 @@
/* elide.h: Generic lock elision support for powerpc. /* 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. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or The GNU C Library is free software; you can redistribute it and/or

View File

@ -1,5 +1,5 @@
/* elision-conf.c: Lock elision tunable parameters. /* 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. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or The GNU C Library is free software; you can redistribute it and/or

View File

@ -1,5 +1,5 @@
/* elision-conf.h: Lock elision tunable parameters. /* 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. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or The GNU C Library is free software; you can redistribute it and/or

View File

@ -1,5 +1,5 @@
/* elision-lock.c: Elided pthread mutex lock. /* 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. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or The GNU C Library is free software; you can redistribute it and/or

View File

@ -1,5 +1,5 @@
/* elision-timed.c: Lock elision timed lock. /* 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. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or The GNU C Library is free software; you can redistribute it and/or

View File

@ -1,5 +1,5 @@
/* elision-trylock.c: Lock eliding trylock for pthreads. /* 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. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or The GNU C Library is free software; you can redistribute it and/or

View File

@ -1,5 +1,5 @@
/* elision-unlock.c: Commit an elided pthread lock. /* 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. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or The GNU C Library is free software; you can redistribute it and/or

View File

@ -1,5 +1,5 @@
/* force-elision.h: Automatic enabling of elision for mutexes /* 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. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or The GNU C Library is free software; you can redistribute it and/or

View File

@ -2,7 +2,7 @@
compilers and assemblers that do not support the intrinsics and instructions compilers and assemblers that do not support the intrinsics and instructions
yet. yet.
Copyright (C) 2014 Free Software Foundation, Inc. Copyright (C) 2015 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or The GNU C Library is free software; you can redistribute it and/or

View File

@ -1,5 +1,5 @@
/* PowerPC specific lock definitions. /* 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. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or The GNU C Library is free software; you can redistribute it and/or

View 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. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or The GNU C Library is free software; you can redistribute it and/or

View File

@ -1,5 +1,5 @@
/* Elided version of pthread_mutex_lock. /* 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. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or The GNU C Library is free software; you can redistribute it and/or

View File

@ -1,5 +1,5 @@
/* Elided version of pthread_mutex_timedlock. /* 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. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or The GNU C Library is free software; you can redistribute it and/or

View File

@ -1,5 +1,5 @@
/* Elided version of pthread_mutex_trylock. /* 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. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or The GNU C Library is free software; you can redistribute it and/or