+2001-06-28 Neil Booth <neil@cat.daikokuya.demon.co.uk>
+
+ * i386/i386.c (ix86_valid_type_attribute_p): Give external
+ linkage, move declaration to...
+ * i386/i386-protos.h: ...here.
+
2001-06-27 H.J. Lu (hjl@gnu.org)
* build-make (CC): Removed.
extern int ix86_data_alignment PARAMS ((tree, int));
extern int ix86_local_alignment PARAMS ((tree, int));
extern int ix86_constant_alignment PARAMS ((tree, int));
+extern int ix86_valid_type_attribute_p PARAMS ((tree, tree, tree, tree));
#endif
-
-
static int ix86_fp_comparison_cost PARAMS ((enum rtx_code code));
static int ix86_save_reg PARAMS ((int, int));
static void ix86_compute_frame_layout PARAMS ((struct ix86_frame *));
-static int ix86_valid_type_attribute_p PARAMS ((tree, tree, tree, tree));
\f
/* Initialize the GCC target structure. */
#ifdef TARGET_DLLIMPORT_DECL_ATTRIBUTES
attribute for TYPE. The attributes in ATTRIBUTES have previously been
assigned to TYPE. */
-static int
+int
ix86_valid_type_attribute_p (type, attributes, identifier, args)
tree type;
tree attributes ATTRIBUTE_UNUSED;