Skip to content

Commit

Permalink
powerpc: Fix Copyright dates and CL entry
Browse files Browse the repository at this point in the history
This patch fixes the copyright dates from files created by commit
8d2c0a5, 4b45943, and 56cf276.
  • Loading branch information
Adhemerval Zanella committed Jan 12, 2015
1 parent 56cf276 commit 49a9f6a
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/powerpc/nptl/elide.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/powerpc/elision-conf.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/powerpc/elision-conf.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/powerpc/elision-lock.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/powerpc/elision-timed.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/powerpc/elision-trylock.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/powerpc/elision-unlock.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/powerpc/force-elision.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/powerpc/htm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/powerpc/lowlevellock.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 49a9f6a

Please sign in to comment.