This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


> 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

Yay!

Thanks for doing this, and also for adding bool atomic type support to
this port.
 
> 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*-*-*.

OK.

-benjamin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]