From c2f07c00b863ba24d23a94af1be38284ac40ded5 Mon Sep 17 00:00:00 2001 From: Andreas Krebbel Date: Tue, 18 Apr 2006 13:56:51 +0000 Subject: builtins.c (expand_builtin_strcmp): Cover label definition of do_libcall with HAVE_cmpstrnsi. 2006-04-18 Andreas Krebbel * builtins.c (expand_builtin_strcmp): Cover label definition of do_libcall with HAVE_cmpstrnsi. From-SVN: r113039 --- gcc/ChangeLog | 5 +++++ gcc/builtins.c | 2 ++ 2 files changed, 7 insertions(+) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8bdd0dd..506c1e7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-04-18 Andreas Krebbel + + * builtins.c (expand_builtin_strcmp): Cover label definition of + do_libcall with HAVE_cmpstrnsi. + 2006-04-18 Kazu Hirata * function.c (temp_slots_at_level, max_slot_level): Use VEC diff --git a/gcc/builtins.c b/gcc/builtins.c index 836f965..5747de4 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -3772,7 +3772,9 @@ expand_builtin_strcmp (tree exp, rtx target, enum machine_mode mode) /* Expand the library call ourselves using a stabilized argument list to avoid re-evaluating the function's arguments twice. */ +#ifdef HAVE_cmpstrnsi do_libcall: +#endif arglist = build_tree_list (NULL_TREE, arg2); arglist = tree_cons (NULL_TREE, arg1, arglist); fndecl = get_callee_fndecl (exp); -- cgit v1.1