From: Richard Earnshaw Date: Fri, 19 Jan 2001 21:42:52 +0000 (+0000) Subject: * arm.c (arm_init_builtins): Re-enable builtins. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=55cf7bb97206e4c1f0bcf37bb9adc8bc5c9c58ac;p=gcc.git * arm.c (arm_init_builtins): Re-enable builtins. From-SVN: r39143 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 10023e080b6..c50d644c9ec 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-01-19 Richard Earnshaw + + * arm.c (arm_init_builtins): Re-enable builtins. + Fri Jan 19 13:02:56 2001 Richard Kenner * rtl.texi (SET, CLOBBER): Document PARALLEL as SET_DEST possibility. diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index 13abef60c95..4f112308e58 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -8800,11 +8800,6 @@ arm_debugger_arg_offset (value, addr) void arm_init_builtins () { -#if 0 - /* The following code is NOT incorrect, but it trips a bug in the C++ - front-end that causes a failure while building libstdc++-v3. When - that bug is fixed, this code can be re-enabled. */ - tree endlink = void_list_node; tree int_endlink = tree_cons (NULL_TREE, integer_type_node, endlink); tree pchar_type_node = build_pointer_type (char_type_node); @@ -8832,7 +8827,6 @@ arm_init_builtins () def_builtin ("__builtin_prefetch", void_ftype_pchar, ARM_BUILTIN_PREFETCH); } -#endif } /* Expand an expression EXP that calls a built-in function,