Commit 353a58f7 by Andrew Haley Committed by Andrew Haley

arm.c (arm_init_libfuncs): Add __sync_synchronize.

2009-08-11  Andrew Haley  <aph@redhat.com>

	* config/arm/arm.c (arm_init_libfuncs): Add __sync_synchronize.

From-SVN: r150697
parent 4654745d
2009-08-11 Andrew Haley <aph@redhat.com>
* config/arm/arm.c (arm_init_libfuncs): Add __sync_synchronize.
2009-08-12 Sebastian Pop <sebastian.pop@amd.com>
PR bootstrap/40103
......
......@@ -55,6 +55,7 @@
#include "langhooks.h"
#include "df.h"
#include "intl.h"
#include "libfuncs.h"
/* Forward definitions of types. */
typedef struct minipool_node Mnode;
......@@ -1062,6 +1063,9 @@ arm_init_libfuncs (void)
default:
break;
}
if (TARGET_AAPCS_BASED)
synchronize_libfunc = init_one_libfunc ("__sync_synchronize");
}
/* On AAPCS systems, this is the "struct __va_list". */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment