This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: [PATCH] Fix PPC atomicity.h
- To: Franz Sirl <Franz dot Sirl-kernel at lauterbach dot com>
- Subject: Re: [PATCH] Fix PPC atomicity.h
- From: Richard Henderson <rth at redhat dot com>
- Date: Sat, 25 Nov 2000 17:42:59 -0800
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at sources dot redhat dot com
- References: <00112523255102.13031@enzo.bigblue.local>
On Sat, Nov 25, 2000 at 11:25:51PM +0100, Franz Sirl wrote:
> BTW, is atomicity.h going to stay in the libstdc++-v3 dir? Or will it be a
> generic GCC header (which seems useful) at some point in time?
I wouldn't think so. If we do anything it should be more
similar to the bits in config/ia64/ia64intrin.h that the
ia64 abi inherited from the sgi compilers.
I.e. make them builtins, possibly without a header file.
r~