This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] PowerPC: Move powerpc code out of nptl/ subdirectory
- From: Adhemerval Zanella <azanella at linux dot vnet dot ibm dot com>
- To: Andreas Schwab <schwab at suse dot de>
- Cc: "GNU C. Library" <libc-alpha at sourceware dot org>
- Date: Thu, 12 Jun 2014 13:23:38 -0300
- Subject: Re: [PATCH] PowerPC: Move powerpc code out of nptl/ subdirectory
- Authentication-results: sourceware.org; auth=none
- References: <5399C285 dot 6080900 at linux dot vnet dot ibm dot com> <mvmfvja2m7w dot fsf at hawking dot suse dot de>
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