diff options
-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
diff --git a/ChangeLog b/ChangeLog index 82d5fa81fe..683fa85ff5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 e98c9bd866..0000000000 --- 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 6b5a0362da..0000000000 --- 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 395342f150..28f7165815 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 e022226a5b..e022226a5b 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 453b1d96ce..453b1d96ce 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 ab92c3fc8f..ab92c3fc8f 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 8d1c3a59de..e13d20b93b 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 b6eedcb0e9..b6eedcb0e9 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 569e79a5de..a8e88b89db 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 5807d9d5bc..5807d9d5bc 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 18fdedd938..18fdedd938 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 2cb0a13bcb..2cb0a13bcb 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 6fedac1b33..6fedac1b33 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 2b8c84d756..2b8c84d756 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 f222d9a69c..f222d9a69c 100644 --- a/nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c +++ b/sysdeps/unix/sysv/linux/powerpc/sem_post.c |