builtins.def (DEF_FALLBACK_BUILTIN): Delete.
authorRoger Sayle <roger@eyesopen.com>
Sat, 26 Jul 2003 13:27:20 +0000 (13:27 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sat, 26 Jul 2003 13:27:20 +0000 (13:27 +0000)
commitcc42f5f54cd6dc6c0b6b8409acb7e77dd8253c66
tree6f32d1872bc490cd139e7966725d23ea3bc810b8
parent92e7a6efaffc9b4a26754c3b0263c9b452113435
builtins.def (DEF_FALLBACK_BUILTIN): Delete.

* builtins.def (DEF_FALLBACK_BUILTIN): Delete.
(DEF_EXT_FALLBACK_BUILTIN): Delete.
(BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Declare using
the regular DEF_EXT_LIB_BUILTIN macro.
(BUILT_IN_FPUTC, BUILT_IN_FPUTS, BUILT_IN_FWRITE): Declare using
the regular DEF_LIB_BUILTIN macro.
(BUILT_IN_PUTCHAR_UNLOCKED, BUILT_IN_PUTS_UNLOCKED,
BUILT_IN_FPUTC_UNLOCKED, BUILT_IN_FPUTS_UNLOCKED,
BUILT_IN_FWRITE_UNLOCKED): Declare using the regular
DEF_EXT_LIB_BUILTIN macro.

* c-decl.c (duplicate_decls): Remove code to handle builtin
functions prototyped without an argument list.

From-SVN: r69814
gcc/ChangeLog
gcc/builtins.def
gcc/c-decl.c