builtins.c (expand_builtin_fputs): Also expand when length!=1.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Thu, 21 Sep 2000 01:59:07 +0000 (01:59 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Thu, 21 Sep 2000 01:59:07 +0000 (01:59 +0000)
commit07328167818043c60e665d3c5bb750a9b54da09b
treeafc97912d58ce0c391aca039767cc76b314622b2
parentdc36ec2cadc111bf6edfe5a96a009df76bd88889
builtins.c (expand_builtin_fputs): Also expand when length!=1.

* builtins.c (expand_builtin_fputs): Also expand when length!=1.
(expand_builtin): Handle BUILT_IN_FWRITE.

* builtins.def (BUILT_IN_FWRITE): New entry.

* c-common.c (c_common_nodes_and_builtins): Declare __builtin_fwrite.

From-SVN: r36556
gcc/ChangeLog
gcc/builtins.c
gcc/builtins.def
gcc/c-common.c