diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/i386')
-rw-r--r-- | libpthread/nptl/sysdeps/i386/Makefile | 5 | ||||
-rw-r--r-- | libpthread/nptl/sysdeps/i386/dl-tls.h | 5 | ||||
-rw-r--r-- | libpthread/nptl/sysdeps/i386/i486/pthread_spin_trylock.S | 5 | ||||
-rw-r--r-- | libpthread/nptl/sysdeps/i386/i586/pthread_spin_trylock.S | 5 | ||||
-rw-r--r-- | libpthread/nptl/sysdeps/i386/i686/Makefile | 5 | ||||
-rw-r--r-- | libpthread/nptl/sysdeps/i386/i686/pthread_spin_trylock.S | 5 | ||||
-rw-r--r-- | libpthread/nptl/sysdeps/i386/i686/tls.h | 5 | ||||
-rw-r--r-- | libpthread/nptl/sysdeps/i386/jmpbuf-unwind.h | 5 | ||||
-rw-r--r-- | libpthread/nptl/sysdeps/i386/pthread_spin_init.c | 5 | ||||
-rw-r--r-- | libpthread/nptl/sysdeps/i386/pthread_spin_lock.c | 5 | ||||
-rw-r--r-- | libpthread/nptl/sysdeps/i386/pthread_spin_unlock.S | 5 | ||||
-rw-r--r-- | libpthread/nptl/sysdeps/i386/pthreaddef.h | 5 | ||||
-rw-r--r-- | libpthread/nptl/sysdeps/i386/tls.h | 5 |
13 files changed, 26 insertions, 39 deletions
diff --git a/libpthread/nptl/sysdeps/i386/Makefile b/libpthread/nptl/sysdeps/i386/Makefile index 2f0d88f30..c7e1247fd 100644 --- a/libpthread/nptl/sysdeps/i386/Makefile +++ b/libpthread/nptl/sysdeps/i386/Makefile @@ -12,9 +12,8 @@ # Lesser General Public License for more details. # You should have received a copy of the GNU Lesser General Public -# License along with the GNU C Library; if not, write to the Free -# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -# 02111-1307 USA. +# License along with the GNU C Library; see the file COPYING.LIB. If +# not, see <http://www.gnu.org/licenses/>. ifeq ($(subdir),csu) gen-as-const-headers += tcb-offsets.sym diff --git a/libpthread/nptl/sysdeps/i386/dl-tls.h b/libpthread/nptl/sysdeps/i386/dl-tls.h index e94f9654e..32495c1e0 100644 --- a/libpthread/nptl/sysdeps/i386/dl-tls.h +++ b/libpthread/nptl/sysdeps/i386/dl-tls.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ /* Type used for the representation of TLS information in the GOT. */ diff --git a/libpthread/nptl/sysdeps/i386/i486/pthread_spin_trylock.S b/libpthread/nptl/sysdeps/i386/i486/pthread_spin_trylock.S index e30072c3d..9c1780282 100644 --- a/libpthread/nptl/sysdeps/i386/i486/pthread_spin_trylock.S +++ b/libpthread/nptl/sysdeps/i386/i486/pthread_spin_trylock.S @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <pthread-errnos.h> diff --git a/libpthread/nptl/sysdeps/i386/i586/pthread_spin_trylock.S b/libpthread/nptl/sysdeps/i386/i586/pthread_spin_trylock.S index ffe3d456b..a91eb75ef 100644 --- a/libpthread/nptl/sysdeps/i386/i586/pthread_spin_trylock.S +++ b/libpthread/nptl/sysdeps/i386/i586/pthread_spin_trylock.S @@ -13,8 +13,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include "../i486/pthread_spin_trylock.S" diff --git a/libpthread/nptl/sysdeps/i386/i686/Makefile b/libpthread/nptl/sysdeps/i386/i686/Makefile index 137c0a2f0..010372ebd 100644 --- a/libpthread/nptl/sysdeps/i386/i686/Makefile +++ b/libpthread/nptl/sysdeps/i386/i686/Makefile @@ -13,9 +13,8 @@ # Lesser General Public License for more details. # You should have received a copy of the GNU Lesser General Public -# License along with the GNU C Library; if not, write to the Free -# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -# 02111-1307 USA. +# License along with the GNU C Library; see the file COPYING.LIB. If +# not, see <http://www.gnu.org/licenses/>. ifeq ($(subdir),nptl) # It turns out that stack coloring is in general not good on P4s. Some diff --git a/libpthread/nptl/sysdeps/i386/i686/pthread_spin_trylock.S b/libpthread/nptl/sysdeps/i386/i686/pthread_spin_trylock.S index a5d861f92..ee051ec37 100644 --- a/libpthread/nptl/sysdeps/i386/i686/pthread_spin_trylock.S +++ b/libpthread/nptl/sysdeps/i386/i686/pthread_spin_trylock.S @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #define HAVE_CMOV 1 #include "../i486/pthread_spin_trylock.S" diff --git a/libpthread/nptl/sysdeps/i386/i686/tls.h b/libpthread/nptl/sysdeps/i386/i686/tls.h index 928d269dc..e4ce6ede3 100644 --- a/libpthread/nptl/sysdeps/i386/i686/tls.h +++ b/libpthread/nptl/sysdeps/i386/i686/tls.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifndef _TLS_H diff --git a/libpthread/nptl/sysdeps/i386/jmpbuf-unwind.h b/libpthread/nptl/sysdeps/i386/jmpbuf-unwind.h index 5ef2f6167..2f64e7d7c 100644 --- a/libpthread/nptl/sysdeps/i386/jmpbuf-unwind.h +++ b/libpthread/nptl/sysdeps/i386/jmpbuf-unwind.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <setjmp.h> #include <stdint.h> diff --git a/libpthread/nptl/sysdeps/i386/pthread_spin_init.c b/libpthread/nptl/sysdeps/i386/pthread_spin_init.c index 0a47981aa..9462f8d17 100644 --- a/libpthread/nptl/sysdeps/i386/pthread_spin_init.c +++ b/libpthread/nptl/sysdeps/i386/pthread_spin_init.c @@ -13,8 +13,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ /* Not needed. pthread_spin_init is an alias for pthread_spin_unlock. */ diff --git a/libpthread/nptl/sysdeps/i386/pthread_spin_lock.c b/libpthread/nptl/sysdeps/i386/pthread_spin_lock.c index 34cd525dc..33d3dc654 100644 --- a/libpthread/nptl/sysdeps/i386/pthread_spin_lock.c +++ b/libpthread/nptl/sysdeps/i386/pthread_spin_lock.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include "pthreadP.h" diff --git a/libpthread/nptl/sysdeps/i386/pthread_spin_unlock.S b/libpthread/nptl/sysdeps/i386/pthread_spin_unlock.S index d94f1e7b8..9f0aabb39 100644 --- a/libpthread/nptl/sysdeps/i386/pthread_spin_unlock.S +++ b/libpthread/nptl/sysdeps/i386/pthread_spin_unlock.S @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ .globl pthread_spin_unlock .type pthread_spin_unlock,@function diff --git a/libpthread/nptl/sysdeps/i386/pthreaddef.h b/libpthread/nptl/sysdeps/i386/pthreaddef.h index f9f5645dc..a0659039d 100644 --- a/libpthread/nptl/sysdeps/i386/pthreaddef.h +++ b/libpthread/nptl/sysdeps/i386/pthreaddef.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ /* Default stack size. */ #define ARCH_STACK_DEFAULT_SIZE (2 * 1024 * 1024) diff --git a/libpthread/nptl/sysdeps/i386/tls.h b/libpthread/nptl/sysdeps/i386/tls.h index ac547953a..f283a40f0 100644 --- a/libpthread/nptl/sysdeps/i386/tls.h +++ b/libpthread/nptl/sysdeps/i386/tls.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifndef _TLS_H #define _TLS_H 1 |