Message ID | 539C5A95.4000601@linux.vnet.ibm.com |
---|---|
State | New |
Headers | show |
It looks right to me. But of course I assume you will have tested anything you commit.
On 16-06-2014 19:26, Roland McGrath wrote: > It looks right to me. But of course I assume you will have tested anything > you commit. > Thanks, I checked on powerpc32be and powerp64be.
diff --git a/nptl/sysdeps/powerpc/Makefile b/sysdeps/powerpc/nptl/Makefile similarity index 100% rename from nptl/sysdeps/powerpc/Makefile rename to sysdeps/powerpc/nptl/Makefile diff --git a/nptl/sysdeps/powerpc/pthread_spin_lock.c b/sysdeps/powerpc/nptl/pthread_spin_lock.c similarity index 100% rename from nptl/sysdeps/powerpc/pthread_spin_lock.c rename to sysdeps/powerpc/nptl/pthread_spin_lock.c diff --git a/nptl/sysdeps/powerpc/pthread_spin_trylock.c b/sysdeps/powerpc/nptl/pthread_spin_trylock.c similarity index 100% rename from nptl/sysdeps/powerpc/pthread_spin_trylock.c rename to sysdeps/powerpc/nptl/pthread_spin_trylock.c diff --git a/nptl/sysdeps/powerpc/pthreaddef.h b/sysdeps/powerpc/nptl/pthreaddef.h similarity index 100% rename from nptl/sysdeps/powerpc/pthreaddef.h rename to sysdeps/powerpc/nptl/pthreaddef.h diff --git a/nptl/sysdeps/powerpc/tcb-offsets.sym b/sysdeps/powerpc/nptl/tcb-offsets.sym similarity index 100% rename from nptl/sysdeps/powerpc/tcb-offsets.sym rename to sysdeps/powerpc/nptl/tcb-offsets.sym diff --git a/nptl/sysdeps/powerpc/tls.h b/sysdeps/powerpc/nptl/tls.h similarity index 100% rename from nptl/sysdeps/powerpc/tls.h rename to sysdeps/powerpc/nptl/tls.h