diff options
Diffstat (limited to 'sysdeps/ia64/strlen.S')
-rw-r--r-- | sysdeps/ia64/strlen.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/ia64/strlen.S b/sysdeps/ia64/strlen.S index d5d271a..a05b054 100644 --- a/sysdeps/ia64/strlen.S +++ b/sysdeps/ia64/strlen.S @@ -1,6 +1,6 @@ /* Optimized version of the standard strlen() function. This file is part of the GNU C Library. - Copyright (C) 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc. Contributed by Dan Pop <Dan.Pop@cern.ch>. The GNU C Library is free software; you can redistribute it and/or @@ -95,3 +95,4 @@ l2: ld8.s val2 = [str], 8 // don't bomb out here ld8 val2 = [str], 8 // bomb out here br.cond.sptk .back END(strlen) +libc_hidden_builtin_def (strlen) |