-
- Downloads
builtin-types.def (BT_SSIZE): New primitive type.
* builtin-types.def (BT_SSIZE): New primitive type. (BT_FN_INT_PTR_CONST_STRING_VALIST_ARG, BT_FN_STRING_CONST_STRING_CONST_STRING_INT, BT_FN_SIZE_STRING_SIZE_CONST_STRING_CONST_PTR, BT_FN_SSIZE_STRING_SIZE_CONST_STRING_VAR): New function types. * builtins.def (BUILT_IN_DCGETTEXT, BUILT_IN_DGETTEXT, BUILT_IN_FSCANF, BUILT_IN_GETTEXT, BUILT_IN_STRFMON, BUILT_IN_STRFTIME, BUILT_IN_VFPRINTF, BUILT_IN_VFSCANF): New builtins. * builtin-attrs.def: Remove DEF_FN_ATTR construct and the last few functions that define default attributes using it. * c-common.c (c_common_insert_default_attributes): Do nothing. * doc/extend.texi: Document these "new" builtins. From-SVN: r70113
Showing
- gcc/ChangeLog 16 additions, 0 deletionsgcc/ChangeLog
- gcc/builtin-attrs.def 1 addition, 47 deletionsgcc/builtin-attrs.def
- gcc/builtin-types.def 9 additions, 0 deletionsgcc/builtin-types.def
- gcc/builtins.def 8 additions, 0 deletionsgcc/builtins.def
- gcc/c-common.c 1 addition, 20 deletionsgcc/c-common.c
- gcc/doc/extend.texi 17 additions, 6 deletionsgcc/doc/extend.texi
Loading
Please register or sign in to comment