diff options
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config/darwin-c.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b5ac12d..2016390 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-11-18 Jack Howarth <howarth@bromo.med.uc.edu> + Ian Lance Taylor <iant@google.com> + + * config/darwin-c.c (darwin_additional_format_types): Export. + 2010-11-18 Paul Koning <ni1d@arrl.net> * config/pdp11/pdp11.h (FIRST_PARM_OFFSET): Fix case of no frame diff --git a/gcc/config/darwin-c.c b/gcc/config/darwin-c.c index 973f8f2..0a15229 100644 --- a/gcc/config/darwin-c.c +++ b/gcc/config/darwin-c.c @@ -706,7 +706,7 @@ darwin_check_cfstring_format_arg (tree ARG_UNUSED (format_arg), } /* The extra format types we recognize. */ -const format_kind_info darwin_additional_format_types[] = { +EXPORTED_CONST format_kind_info darwin_additional_format_types[] = { { "CFString", NULL, NULL, NULL, NULL, NULL, NULL, FMT_FLAG_ARG_CONVERT|FMT_FLAG_PARSE_ARG_CONVERT_EXTERNAL, 0, 0, 0, 0, 0, 0, |
