From 1e7b13d6186075af732fcb748fa0d470b34b0d91 Mon Sep 17 00:00:00 2001 From: jsm28 Date: Sat, 23 Dec 2000 00:51:20 +0000 Subject: * builtins.def (BUILT_IN_LABS, BUILT_IN_LLABS, BUILT_IN_IMAXABS): Don't define. * builtins.c (expand_builtin): Don't handle BUILT_IN_LABS, BUILT_IN_LLABS and BUILT_IN_IMAXABS. * c-common.c (c_common_nodes_and_builtins): Use BUILT_IN_ABS for builtin labs, llabs and imaxabs. (expand_tree_builtin): Don't handle BUILT_IN_LABS, BUILT_IN_LLABS and BUILT_IN_IMAXABS. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38475 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/builtins.def | 3 --- 1 file changed, 3 deletions(-) (limited to 'gcc/builtins.def') diff --git a/gcc/builtins.def b/gcc/builtins.def index fba269b5c5e..6b58f0d7081 100644 --- a/gcc/builtins.def +++ b/gcc/builtins.def @@ -22,9 +22,6 @@ Boston, MA 02111-1307, USA. */ DEF_BUILTIN(BUILT_IN_ALLOCA) DEF_BUILTIN(BUILT_IN_ABS) DEF_BUILTIN(BUILT_IN_FABS) -DEF_BUILTIN(BUILT_IN_LABS) -DEF_BUILTIN(BUILT_IN_LLABS) -DEF_BUILTIN(BUILT_IN_IMAXABS) DEF_BUILTIN(BUILT_IN_FFS) DEF_BUILTIN(BUILT_IN_DIV) DEF_BUILTIN(BUILT_IN_LDIV) -- cgit v1.2.1