* config/arm/arm.c (arm_init_libfuncs): Add __sync_synchronize.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150697
138bc75d-0d04-0410-961f-
82ee72b054a4
+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
#include "langhooks.h"
#include "df.h"
#include "intl.h"
+#include "libfuncs.h"
/* Forward definitions of types. */
typedef struct minipool_node Mnode;
default:
break;
}
+
+ if (TARGET_AAPCS_BASED)
+ synchronize_libfunc = init_one_libfunc ("__sync_synchronize");
}
/* On AAPCS systems, this is the "struct __va_list". */