+2009-07-04 Ian Lance Taylor <iant@google.com>
+
+ PR target/40636
+ * config/i386/msformat-c.c (mingw_format_attributes): Declare as
+ EXPORTED_CONST.
+ (mingw_format_attribute_overrides): Likewise.
+
2009-07-04 Jakub Jelinek <jakub@redhat.com>
PR debug/40596
{ NULL, 0, STD_C89, NOLENGTHS, NULL, NULL, NULL }
};
-const format_kind_info mingw_format_attributes[3] =
+EXPORTED_CONST format_kind_info mingw_format_attributes[3] =
{
{ "ms_printf", ms_printf_length_specs, ms_print_char_table, " +#0-'", NULL,
ms_printf_flag_specs, ms_printf_flag_pairs,
};
/* Default overrides for printf, scanf and strftime. */
-const target_ovr_attr mingw_format_attribute_overrides[4] =
+EXPORTED_CONST target_ovr_attr mingw_format_attribute_overrides[4] =
{
{ "ms_printf", "printf" },
{ "ms_scanf", "scanf" },