* builtins.c (expand_builtin): Handle bcmp.
commit071f1696eb402af38d8e1c654a469afb98431f63
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Mar 2000 21:32:10 +0000 (23 21:32 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Mar 2000 21:32:10 +0000 (23 21:32 +0000)
treed736f0d5e31243208284ce7ccec1ead4a2c7611d
parente9edf8facf24f9b05937702ad69609464e4abfd4
* builtins.c (expand_builtin): Handle bcmp.

* builtins.def: Add BUILT_IN_BCMP.

* c-common.c (c_common_nodes_and_builtins): Provide builtin
prototype & function for bcmp.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32715 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/builtins.c
gcc/builtins.def
gcc/c-common.c