diff --git a/ChangeLog b/ChangeLog index 54d90c1d5a..8a4fe097c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2014-06-23 Roland McGrath + * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ... + * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here. + * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ... + * sysdeps/mips/nptl/bits/semaphore.h: ... here. + * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ... + * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here. + * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ... * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here. * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ... diff --git a/sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h b/sysdeps/mips/nptl/bits/pthreadtypes.h similarity index 100% rename from sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h rename to sysdeps/mips/nptl/bits/pthreadtypes.h diff --git a/sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h b/sysdeps/mips/nptl/bits/semaphore.h similarity index 100% rename from sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h rename to sysdeps/mips/nptl/bits/semaphore.h diff --git a/sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h b/sysdeps/unix/sysv/linux/mips/bits/local_lim.h similarity index 100% rename from sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h rename to sysdeps/unix/sysv/linux/mips/bits/local_lim.h