[Patch][libstdc++-v3] Remove MIPS specific atomicity.h

David Daney ddaney@avtrex.com
Tue May 13 16:43:00 GMT 2008


In GCC 4.3 we added support for the standard atomic memory builtins to 
the mips target.  This lets us use the generic code in libstdc++ instead 
of the custom asm implementation in config/cpu/mips/atomicity.h

This patch removes config/cpu/mips/atomicity.h, and the config/cpu/mips 
directory which is now empty.  The mips specific host code in 
configure.host is also removed as it doesn't do anything without 
config/cpu/mips/atomicity.h being present.


Bootstrapped and tested on mipsel-linux with no regressions (and zero 
FAILs in libstdc++).

OK to commit?

2008-05-13  David Daney  <ddaney@avtrex.com>

	* config/cpu/mips/atomicity.h: Remove file.
	* config/cpu/mips: Remove directory.
	* configure.host: Remove host specific handling for mips*-*-*.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mips-atomic.patch
Type: text/x-patch
Size: 3518 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20080513/5accab71/attachment.bin>


More information about the Gcc-patches mailing list