ao_t_is_int.h to have AO_or, AO_..._read/write and some other
int-derived primitives got defined)
* src/atomic_ops/sysdeps/gcc/hexagon.h: Include generalize.h file
before ao_t_is_int.h one.
* src/atomic_ops/sysdeps/gcc/ia64.h: Likewise.
* src/atomic_ops/sysdeps/hpc/ia64.h: Likewise.
}
#define AO_HAVE_compare_and_swap
+/* Generalize first to define more AO_int_... primitives. */
+#include "../../generalize.h"
+
#include "../ao_t_is_int.h"
/* FIXME: Add compare_double_and_swap_double for the _ILP32 case. */
#ifdef _ILP32
+ /* Generalize first to define more AO_int_... primitives. */
+# include "../../generalize.h"
# include "../ao_t_is_int.h"
#endif
#define AO_HAVE_short_compare_and_swap_release
#ifndef __LP64__
+ /* Generalize first to define more AO_int_... primitives. */
+# include "../../generalize.h"
# include "../ao_t_is_int.h"
#endif