diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-05-21 16:08:06 -0500 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-05-26 11:45:14 -0500 |
commit | c7a8d667878a25bad5d7ab41fbbb603e535da661 (patch) | |
tree | 06ee75eaa7df12c63ecb23117e5211e5ee345655 | |
parent | daee7851e28051fc81b50ac7862d923d77324e83 (diff) | |
download | glibc-c7a8d667878a25bad5d7ab41fbbb603e535da661.zip glibc-c7a8d667878a25bad5d7ab41fbbb603e535da661.tar.gz glibc-c7a8d667878a25bad5d7ab41fbbb603e535da661.tar.bz2 |
PowerPC: Move remaining nptl/sysdeps/unix/sysv/linux/powerpc/ files.
-rw-r--r-- | ChangeLog | 33 | ||||
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/powerpc/Makefile | 2 | ||||
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/powerpc/Versions | 9 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/Makefile | 4 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h (renamed from nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/createthread.c (renamed from nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (renamed from nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions | 10 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h (renamed from nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions | 10 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h (renamed from nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c (renamed from nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c (renamed from nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c (renamed from nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c (renamed from nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/sem_post.c (renamed from nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c) | 0 |
16 files changed, 57 insertions, 11 deletions
@@ -1,5 +1,38 @@ 2014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com> + * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into + ... + * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise. + * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ... + * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here. + * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ... + * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here. + * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ... + * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here. + * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: + Moved ... + * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here. + * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: + Moved ... + * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here. + * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ... + * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here. + * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ... + * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here. + * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved + ... + * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here. + * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: + Moved ... + * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ... + here. + * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved + ... + * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here. + * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ... + * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here. + * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ... * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here. * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ... diff --git a/nptl/sysdeps/unix/sysv/linux/powerpc/Makefile b/nptl/sysdeps/unix/sysv/linux/powerpc/Makefile deleted file mode 100644 index e98c9bd..0000000 --- a/nptl/sysdeps/unix/sysv/linux/powerpc/Makefile +++ /dev/null @@ -1,2 +0,0 @@ -# pull in __syscall_error routine -libpthread-routines += sysdep diff --git a/nptl/sysdeps/unix/sysv/linux/powerpc/Versions b/nptl/sysdeps/unix/sysv/linux/powerpc/Versions deleted file mode 100644 index 6b5a036..0000000 --- a/nptl/sysdeps/unix/sysv/linux/powerpc/Versions +++ /dev/null @@ -1,9 +0,0 @@ -libpthread { - GLIBC_2.3.4 { - longjmp; siglongjmp; - } - GLIBC_2.6 { - # Changed PTHREAD_STACK_MIN. - pthread_attr_setstack; pthread_attr_setstacksize; - } -} diff --git a/sysdeps/unix/sysv/linux/powerpc/Makefile b/sysdeps/unix/sysv/linux/powerpc/Makefile index 395342f..28f7165 100644 --- a/sysdeps/unix/sysv/linux/powerpc/Makefile +++ b/sysdeps/unix/sysv/linux/powerpc/Makefile @@ -31,3 +31,7 @@ sysdep_headers += bits/ppc.h sysdep_routines += get_timebase_freq tests += test-gettimebasefreq endif + +ifeq ($(subdir),nptl) +libpthread-routines += sysdep +endif diff --git a/nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h b/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h index e022226..e022226 100644 --- a/nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h +++ b/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h diff --git a/nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c b/sysdeps/unix/sysv/linux/powerpc/createthread.c index 453b1d9..453b1d9 100644 --- a/nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c +++ b/sysdeps/unix/sysv/linux/powerpc/createthread.c diff --git a/nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h b/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h index ab92c3f..ab92c3f 100644 --- a/nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h +++ b/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions b/sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions index 8d1c3a5..e13d20b 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions @@ -34,3 +34,13 @@ libc { __ppc_get_timebase_freq; } } + +libpthread { + GLIBC_2.3.4 { + longjmp; siglongjmp; + } + GLIBC_2.6 { + # Changed PTHREAD_STACK_MIN. + pthread_attr_setstack; pthread_attr_setstacksize; + } +} diff --git a/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h b/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h index b6eedcb..b6eedcb 100644 --- a/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions b/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions index 569e79a..a8e88b8 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions @@ -31,3 +31,13 @@ librt { timer_settime; } } + +libpthread { + GLIBC_2.3.4 { + longjmp; siglongjmp; + } + GLIBC_2.6 { + # Changed PTHREAD_STACK_MIN. + pthread_attr_setstack; pthread_attr_setstacksize; + } +} diff --git a/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h b/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h index 5807d9d..5807d9d 100644 --- a/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h diff --git a/nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c b/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c index 18fdedd..18fdedd 100644 --- a/nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c +++ b/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c diff --git a/nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c b/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c index 2cb0a13..2cb0a13 100644 --- a/nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c +++ b/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c diff --git a/nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c b/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c index 6fedac1..6fedac1 100644 --- a/nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c +++ b/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c diff --git a/nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c b/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c index 2b8c84d..2b8c84d 100644 --- a/nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c +++ b/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c diff --git a/nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c b/sysdeps/unix/sysv/linux/powerpc/sem_post.c index f222d9a..f222d9a 100644 --- a/nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c +++ b/sysdeps/unix/sysv/linux/powerpc/sem_post.c |