This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: powerpc64 libstdc++


	Now I remember that the 32-bit size of _Atomic_word came up when I
did the AIX port.

> I get the impression Dan likes the #ifdef __PPC405__.  Here's another
> libstdc++ and libjava patch.  David, are the extra ppc405 syncs really
> needed for libjava?  The functions in locks.h are already doing syncs.

	As far as I can tell from the errata, the syncs always are
necessary until the next rev of the PPC405.  The existing syncs in
locks.h, which are necessary for MP correctness, do not replace the PPC405
syncs which need to be inserted before the stwcx., as far as I understand.

	This patch looks really good to me.

Thanks, David


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