builtins.def (DEF_GCC_BUILTIN, [...]): Prepend "__builtin_" onto NAME with string concatenation.

* builtins.def (DEF_GCC_BUILTIN, DEF_LIB_BUILTIN,
	DEF_EXT_LIB_BUILTIN, DEF_C99_BUILTIN, DEF_C99_C90RES_BUILTIN):
	Prepend "__builtin_" onto NAME with string concatenation.  Remove
	explicit "__builtin_" from each macro call.

	Reformat entire file.

From-SVN: r70057
This commit is contained in:
Kaveh R. Ghazi 2003-08-01 17:50:38 +00:00 committed by Kaveh Ghazi
parent ea8eb0b920
commit da7cfe1307
2 changed files with 196 additions and 911 deletions

View File

@ -1,3 +1,12 @@
2003-08-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* builtins.def (DEF_GCC_BUILTIN, DEF_LIB_BUILTIN,
DEF_EXT_LIB_BUILTIN, DEF_C99_BUILTIN, DEF_C99_C90RES_BUILTIN):
Prepend "__builtin_" onto NAME with string concatenation. Remove
explicit "__builtin_" from each macro call.
Reformat entire file.
2003-08-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* builtins.def (ATTR_MATHFN_ERRNO, ATTR_MATHFN_FPROUNDING,

File diff suppressed because it is too large Load Diff