From: Roland McGrath Date: Thu, 26 Jun 2014 16:31:11 +0000 (-0700) Subject: Move remaining S390 code out of nptl/. X-Git-Tag: glibc-2.20~221 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=52ae23b4bfa09fa1f42e3f659aaa057d1176d06b;p=glibc.git Move remaining S390 code out of nptl/. --- diff --git a/ChangeLog b/ChangeLog index b71bf3b7e2..ae25794f7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,59 @@ 2014-06-26 Roland McGrath + * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents + folded into ... + * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here. + * sysdeps/unix/sysv/linux/s390/Versions + (libpthread: GLIBC_2.19): New version set. + * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed. + * sysdeps/unix/sysv/linux/s390/s390-64/Versions + (librt: GLIBC_2.3.3): New version set. + * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed. + * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ... + * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here. + * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ... + * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here. + * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ... + * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here. + * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ... + * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here. + * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ... + * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here. + * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ... + * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here. + * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ... + * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here. + * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ... + * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here. + * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ... + * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here. + * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ... + * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here. + * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ... + * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here. + * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ... + * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here. + * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ... + * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here. + * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ... + * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here. + * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ... + * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here. + * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ... + * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here. + * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ... + * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here. + * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ... + * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here. + * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ... + * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here. + * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ... + * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here. + * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ... + * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here. + * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ... + * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here. + * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ... * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here. (__libc_vfork): Define the function under this name. diff --git a/nptl/sysdeps/unix/sysv/linux/s390/Makefile b/nptl/sysdeps/unix/sysv/linux/s390/Makefile deleted file mode 100644 index 269832f999..0000000000 --- a/nptl/sysdeps/unix/sysv/linux/s390/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -ifeq ($(enable-lock-elision),yes) -libpthread-sysdep_routines += elision-lock elision-unlock elision-timed \ - elision-trylock - -elision-CFLAGS = -mhtm -CFLAGS-elision-lock.c = $(elision-CFLAGS) -CFLAGS-elision-timed.c = $(elision-CFLAGS) -CFLAGS-elision-trylock.c = $(elision-CFLAGS) -CFLAGS-elision-unlock.c = $(elision-CFLAGS) -endif diff --git a/nptl/sysdeps/unix/sysv/linux/s390/Versions b/nptl/sysdeps/unix/sysv/linux/s390/Versions deleted file mode 100644 index 58632f467a..0000000000 --- a/nptl/sysdeps/unix/sysv/linux/s390/Versions +++ /dev/null @@ -1,5 +0,0 @@ -libpthread { - GLIBC_2.19 { - longjmp; siglongjmp; - } -} diff --git a/nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions b/nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions deleted file mode 100644 index 3b111ddb51..0000000000 --- a/nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions +++ /dev/null @@ -1,7 +0,0 @@ -librt { - GLIBC_2.3.3 { - # Changed timer_t. - timer_create; timer_delete; timer_getoverrun; timer_gettime; - timer_settime; - } -} diff --git a/sysdeps/unix/sysv/linux/s390/Makefile b/sysdeps/unix/sysv/linux/s390/Makefile index f91179d0fc..768f926fb8 100644 --- a/sysdeps/unix/sysv/linux/s390/Makefile +++ b/sysdeps/unix/sysv/linux/s390/Makefile @@ -22,3 +22,16 @@ ifeq (yes,$(build-shared)) sysdep_routines += v1-longjmp_chk endif endif + +ifeq ($(subdir),nptl) +ifeq ($(enable-lock-elision),yes) +libpthread-sysdep_routines += elision-lock elision-unlock elision-timed \ + elision-trylock + +elision-CFLAGS = -mhtm +CFLAGS-elision-lock.c = $(elision-CFLAGS) +CFLAGS-elision-timed.c = $(elision-CFLAGS) +CFLAGS-elision-trylock.c = $(elision-CFLAGS) +CFLAGS-elision-unlock.c = $(elision-CFLAGS) +endif +endif diff --git a/sysdeps/unix/sysv/linux/s390/Versions b/sysdeps/unix/sysv/linux/s390/Versions index f71a6bd2c3..55518a7e5f 100644 --- a/sysdeps/unix/sysv/linux/s390/Versions +++ b/sysdeps/unix/sysv/linux/s390/Versions @@ -8,3 +8,9 @@ libc { __vdso_clock_getres; } } + +libpthread { + GLIBC_2.19 { + longjmp; siglongjmp; + } +} diff --git a/nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c b/sysdeps/unix/sysv/linux/s390/elision-conf.c similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c rename to sysdeps/unix/sysv/linux/s390/elision-conf.c diff --git a/nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h b/sysdeps/unix/sysv/linux/s390/elision-conf.h similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h rename to sysdeps/unix/sysv/linux/s390/elision-conf.h diff --git a/nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c b/sysdeps/unix/sysv/linux/s390/elision-lock.c similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c rename to sysdeps/unix/sysv/linux/s390/elision-lock.c diff --git a/nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c b/sysdeps/unix/sysv/linux/s390/elision-timed.c similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c rename to sysdeps/unix/sysv/linux/s390/elision-timed.c diff --git a/nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c b/sysdeps/unix/sysv/linux/s390/elision-trylock.c similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c rename to sysdeps/unix/sysv/linux/s390/elision-trylock.c diff --git a/nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c b/sysdeps/unix/sysv/linux/s390/elision-unlock.c similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c rename to sysdeps/unix/sysv/linux/s390/elision-unlock.c diff --git a/nptl/sysdeps/unix/sysv/linux/s390/force-elision.h b/sysdeps/unix/sysv/linux/s390/force-elision.h similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/s390/force-elision.h rename to sysdeps/unix/sysv/linux/s390/force-elision.h diff --git a/nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c b/sysdeps/unix/sysv/linux/s390/jmp-unwind.c similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c rename to sysdeps/unix/sysv/linux/s390/jmp-unwind.c diff --git a/nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h b/sysdeps/unix/sysv/linux/s390/lowlevellock.h similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h rename to sysdeps/unix/sysv/linux/s390/lowlevellock.h diff --git a/nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c b/sysdeps/unix/sysv/linux/s390/pt-longjmp.c similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c rename to sysdeps/unix/sysv/linux/s390/pt-longjmp.c diff --git a/nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c b/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c rename to sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c diff --git a/nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c b/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c rename to sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c diff --git a/nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c b/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c rename to sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c diff --git a/nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c b/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c rename to sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c diff --git a/nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c b/sysdeps/unix/sysv/linux/s390/pthread_once.c similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c rename to sysdeps/unix/sysv/linux/s390/pthread_once.c diff --git a/nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h b/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h rename to sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/Versions b/sysdeps/unix/sysv/linux/s390/s390-64/Versions index 83092db48e..3f4d960421 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/Versions +++ b/sysdeps/unix/sysv/linux/s390/s390-64/Versions @@ -5,3 +5,11 @@ libc { __frame_state_for; __register_frame_info_table; } } + +librt { + GLIBC_2.3.3 { + # Changed timer_t. + timer_create; timer_delete; timer_getoverrun; timer_gettime; + timer_settime; + } +} diff --git a/nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h b/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h rename to sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h diff --git a/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c b/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c rename to sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c diff --git a/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c b/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c rename to sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c diff --git a/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c b/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c rename to sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c diff --git a/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c b/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c rename to sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c diff --git a/nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c b/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c rename to sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c