summaryrefslogtreecommitdiff
path: root/gcc/builtins.def
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-23 00:51:20 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-23 00:51:20 +0000
commit1e7b13d6186075af732fcb748fa0d470b34b0d91 (patch)
treeb0aa146596a6e66f3917f91b3378fc654c916455 /gcc/builtins.def
parent0d4238dcb5a991113acfe4678cf6c7c66cfe1160 (diff)
downloadgcc-1e7b13d6186075af732fcb748fa0d470b34b0d91.tar.gz
* 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
Diffstat (limited to 'gcc/builtins.def')
-rw-r--r--gcc/builtins.def3
1 files changed, 0 insertions, 3 deletions
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)