diff mbox

[roland/nptl] Move NPTL public ABI headers for ARM to sysdeps/arm/nptl/.

Message ID 20140513173237.292792C3A35@topped-with-meat.com
State New
Headers show

Commit Message

Roland McGrath May 13, 2014, 5:32 p.m. UTC
These installed headers specify parts of the machine-specific libpthread ABI.
They do not especially depend on the OS-specific implementation details.
So they belong in a purely machine-specific sysdeps/ directory.

Verified no code or ABI changes on arm-linux-gnueabihf.

OK?


Thanks,
Roland


2014-05-13  Roland McGrath  <roland@hack.frob.com>

	* sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
	* sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
	* sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
	* sysdeps/arm/nptl/bits/semaphore.h: ... here.

Comments

Joseph Myers May 13, 2014, 6:19 p.m. UTC | #1
On Tue, 13 May 2014, Roland McGrath wrote:

> These installed headers specify parts of the machine-specific libpthread ABI.
> They do not especially depend on the OS-specific implementation details.
> So they belong in a purely machine-specific sysdeps/ directory.
> 
> Verified no code or ABI changes on arm-linux-gnueabihf.
> 
> OK?

OK.
Roland McGrath May 13, 2014, 6:34 p.m. UTC | #2
Committed.

Thanks,
Roland
diff mbox

Patch

diff --git a/sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h b/sysdeps/arm/nptl/bits/pthreadtypes.h
similarity index 100%
rename from sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
rename to sysdeps/arm/nptl/bits/pthreadtypes.h
diff --git a/sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h b/sysdeps/arm/nptl/bits/semaphore.h
similarity index 100%
rename from sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h
rename to sysdeps/arm/nptl/bits/semaphore.h