2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-03-28 11:50:52 +08:00

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
This commit is contained in:
Andrew Haley 2009-08-12 15:54:37 +00:00 committed by Andrew Haley
parent 4654745dcd
commit 353a58f77c
2 changed files with 8 additions and 0 deletions
gcc
ChangeLog
config/arm

@ -1,3 +1,7 @@
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". */