Commit 55cf7bb9 by Richard Earnshaw Committed by Richard Earnshaw

* arm.c (arm_init_builtins): Re-enable builtins.

From-SVN: r39143
parent 2a2a9e5a
2001-01-19 Richard Earnshaw <rearnsha@arm.com>
* arm.c (arm_init_builtins): Re-enable builtins.
Fri Jan 19 13:02:56 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> Fri Jan 19 13:02:56 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* rtl.texi (SET, CLOBBER): Document PARALLEL as SET_DEST possibility. * rtl.texi (SET, CLOBBER): Document PARALLEL as SET_DEST possibility.
......
...@@ -8800,11 +8800,6 @@ arm_debugger_arg_offset (value, addr) ...@@ -8800,11 +8800,6 @@ arm_debugger_arg_offset (value, addr)
void void
arm_init_builtins () 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 endlink = void_list_node;
tree int_endlink = tree_cons (NULL_TREE, integer_type_node, endlink); tree int_endlink = tree_cons (NULL_TREE, integer_type_node, endlink);
tree pchar_type_node = build_pointer_type (char_type_node); tree pchar_type_node = build_pointer_type (char_type_node);
...@@ -8832,7 +8827,6 @@ arm_init_builtins () ...@@ -8832,7 +8827,6 @@ arm_init_builtins ()
def_builtin ("__builtin_prefetch", void_ftype_pchar, def_builtin ("__builtin_prefetch", void_ftype_pchar,
ARM_BUILTIN_PREFETCH); ARM_BUILTIN_PREFETCH);
} }
#endif
} }
/* Expand an expression EXP that calls a built-in function, /* Expand an expression EXP that calls a built-in function,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment