[PATCH] PowerPC: Move powerpc code out of nptl/ subdirectory
Adhemerval Zanella
azanella@linux.vnet.ibm.com
Thu Jun 12 16:23:00 GMT 2014
On 12-06-2014 12:15, Andreas Schwab wrote:
> Adhemerval Zanella <azanella@linux.vnet.ibm.com> writes:
>
>> 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
> That doesn't look right.
>
> Andreas.
>
Hum indeed, I though 'git diff --find-renames' would simplify the patch summary,
but looks like it screw something.
The idea is just:
# renamed: nptl/sysdeps/powerpc/Makefile -> sysdeps/powerpc/nptl/*/Makefile
# renamed: nptl/sysdeps/powerpc/pthread_spin_lock.c -> sysdeps/powerpc/nptl/*/pthread_spin_lock.c
# renamed: nptl/sysdeps/powerpc/pthread_spin_trylock.c -> sysdeps/powerpc/nptl/*/pthread_spin_trylock.c
# renamed: nptl/sysdeps/powerpc/pthreaddef.h -> sysdeps/powerpc/nptl/*/pthreaddef.h
# renamed: nptl/sysdeps/powerpc/tcb-offsets.sym -> sysdeps/powerpc/nptl/*/tcb-offsets.sym
# renamed: nptl/sysdeps/powerpc/tls.h -> sysdeps/powerpc/nptl/*/tls.h
More information about the Libc-alpha
mailing list