[roland/nptl-mips] MIPS: Move NPTL public headers to sysdeps/mips/nptl/.

Message ID 20140621022249.EA4DE2C39AB@topped-with-meat.com
State Committed
Commit 779aa039fc4151bdc0d79ef2e141604863856a60
Headers

Commit Message

Roland McGrath June 21, 2014, 2:22 a.m. UTC
  This should not change anything, but I haven't tested it.

OK?


Thanks,
Roland


	* 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/nptl/local_lim.h: ... here.
  

Comments

Joseph Myers June 21, 2014, 11:12 a.m. UTC | #1
On Fri, 20 Jun 2014, Roland McGrath wrote:

> This should not change anything, but I haven't tested it.
> 
> OK?
> 
> 
> Thanks,
> Roland
> 
> 
> 	* 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/nptl/local_lim.h: ... here.

I think that last move should be to 
sysdeps/unix/sysv/linux/mips/bits/local_lim.h.  OK with that change.
  
Roland McGrath June 23, 2014, 4:26 p.m. UTC | #2
> > 	* sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
> > 	* sysdeps/unix/sysv/linux/mips/nptl/local_lim.h: ... here.
> 
> I think that last move should be to 
> sysdeps/unix/sysv/linux/mips/bits/local_lim.h.  OK with that change.

Yes, that was a typo.

Committed.

Thanks,
Roland
  

Patch

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/nptl/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/nptl/local_lim.h