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: PATCH: 4.3 PowerPC backports


On Wed, Jun 10, 2009 at 03:05:09PM +1000, Ben Elliston wrote:
> I would like to backport the following two patches from the trunk to the
> GCC 4.3 branch.  OK?

Has that been tested?  I don't think GCC 4.3 branch has
libgomp/linux/ia64/mutex.h ...

> libgomp/
> 	2008-12-01  Janis Johnson  <janis187@us.ibm.com>
> 
> 	PR libgomp/38270
> 	* config/linux/powerpc/mutex.h: New.
> 
> --- libgomp/config/linux/powerpc/mutex.h        (revision 0)
> +++ libgomp/config/linux/powerpc/mutex.h        (revision 0)
> @@ -0,0 +1,2 @@
> +/* On PowerPC __sync_lock_test_and_set isn't a full barrier.  */
> +#include "config/linux/ia64/mutex.h"

	Jakub


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