Add libc_hidden_builtin_def.
authorUlrich Drepper <drepper@redhat.com>
Tue, 29 Apr 2003 22:47:20 +0000 (22:47 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 29 Apr 2003 22:47:20 +0000 (22:47 +0000)
25 files changed:
sysdeps/alpha/alphaev6/memchr.S
sysdeps/alpha/alphaev6/memcpy.S
sysdeps/alpha/alphaev6/memset.S
sysdeps/alpha/alphaev67/strcat.S
sysdeps/alpha/alphaev67/strchr.S
sysdeps/alpha/alphaev67/strlen.S
sysdeps/alpha/alphaev67/strrchr.S
sysdeps/alpha/memchr.S
sysdeps/alpha/memset.S
sysdeps/alpha/strcat.S
sysdeps/alpha/strchr.S
sysdeps/alpha/strcmp.S
sysdeps/alpha/strcpy.S
sysdeps/alpha/strlen.S
sysdeps/alpha/strncmp.S
sysdeps/alpha/strncpy.S
sysdeps/alpha/strrchr.S
sysdeps/arm/memset.S
sysdeps/arm/strlen.S
sysdeps/m68k/memchr.S
sysdeps/m68k/strchr.S
sysdeps/mips/memcpy.S
sysdeps/mips/memset.S
sysdeps/mips/mips64/memcpy.S
sysdeps/mips/mips64/memset.S

index 05e00dd..88e91fa 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.
+/* Copyright (C) 2000, 2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by David Mosberger (davidm@cs.arizona.edu).
    EV6 optimized by Rick Gorton <rick.gorton@alpha-processor.com>.
@@ -190,3 +190,4 @@ weak_alias (__memchr, memchr)
 #if !__BOUNDED_POINTERS__
 weak_alias (__memchr, __ubp_memchr)
 #endif
+libc_hidden_builtin_def (memchr)
index 5e59a04..d16bc03 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.
+/* Copyright (C) 2000, 2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    EV6 optimized by Rick Gorton <rick.gorton@alpha-processor.com>.
 
@@ -252,3 +252,4 @@ $nomoredata:
        nop                             # E :
 
 END(memcpy)
+libc_hidden_builtin_def (memcpy)
index e700d3d..3b3c4ba 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.
+/* Copyright (C) 2000, 2003 Free Software Foundation, Inc.
    Contributed by Richard Henderson (rth@tamu.edu)
    EV6 optimized by Rick Gorton <rick.gorton@alpha-processor.com>.
    This file is part of the GNU C Library.
@@ -221,3 +221,4 @@ $end:
        ret $31,($26),1         # L0 :
 
        END(memset)
+libc_hidden_builtin_def (memset)
index 3bd4789..ae7c488 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.
+/* Copyright (C) 2000, 2003 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@tamu.edu>, 1996.
    EV67 optimized by Rick Gorton <rick.gorton@alpha-processor.com>.
    This file is part of the GNU C Library.
@@ -59,3 +59,4 @@ $found:       cttz    $2, $3          # U0 :
        jmp     $31, __stxcpy   # L0 :
 
        END(strcat)
+libc_hidden_builtin_def (strcat)
index 9c1e88b..101c7d4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.
+/* Copyright (C) 2000, 2003 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@tamu.edu>, 1996.
    EV67 optimized by Rick Gorton <rick.gorton@alpha-processor.com>.
    This file is part of the GNU C Library.
@@ -98,3 +98,4 @@ $found:
        END(strchr)
 
 weak_alias (strchr, index)
+libc_hidden_builtin_def (strchr)
index bbe7cfc..b83eacc 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.
+/* Copyright (C) 2000, 2003 Free Software Foundation, Inc.
    Contributed by David Mosberger (davidm@cs.arizona.edu).
    EV67 optimized by Rick Gorton <rick.gorton@alpha-processor.com>.
    This file is part of the GNU C Library.
@@ -58,3 +58,4 @@ $found:
        ret     $31, ($26)      # L0 :
 
        END(strlen)
+libc_hidden_builtin_def (strlen)
index cb51d21..c46a3df 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.
+/* Copyright (C) 2000, 2003 Free Software Foundation, Inc.
    EV67 optimized by Rick Gorton <rick.gorton@alpha-processor.com>.
    This file is part of the GNU C Library.
 
@@ -114,3 +114,4 @@ $eos:
 END(strrchr)
 
 weak_alias (strrchr, rindex)
+libc_hidden_builtin_def (strrchr)
index b50b69a..5d713d5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 2000, 2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by David Mosberger (davidm@cs.arizona.edu).
 
@@ -173,3 +173,4 @@ weak_alias (__memchr, memchr)
 #if !__BOUNDED_POINTERS__
 weak_alias (__memchr, __ubp_memchr)
 #endif
+libc_hidden_builtin_def (memchr)
index d621aee..e34af2b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 2003 Free Software Foundation, Inc.
    Contributed by Richard Henderson (rth@tamu.edu)
    This file is part of the GNU C Library.
 
@@ -134,3 +134,4 @@ $oneq:
 $done: ret
 
        END(memset)
+libc_hidden_builtin_def (memset)
index d385c83..d8ef8f1 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Richard Henderson <rth@tamu.edu>, 1996.
 
@@ -69,3 +69,4 @@ $found:       negq    t1, t2          # clear all but least set bit
        jmp     $31, __stxcpy
 
        END(strcat)
+libc_hidden_builtin_def (strcat)
index 5643df4..e0b1741 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Richard Henderson (rth@tamu.edu)
 
@@ -92,3 +92,4 @@ $retnull:
        END(strchr)
 
 weak_alias (strchr, index)
+libc_hidden_builtin_def (strchr)
index ee87b4f..9196be2 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 2003 Free Software Foundation, Inc.
    Contributed by Richard Henderson (rth@tamu.edu)
    This file is part of the GNU C Library.
 
@@ -192,3 +192,4 @@ $done:
        ret                     # e1    :
 
        END(strcmp)
+libc_hidden_builtin_def (strcmp)
index 11dc8e1..02bfe52 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Richard Henderson <rth@tamu.edu>, 1996.
 
@@ -39,3 +39,4 @@ ENTRY(strcpy)
        jmp     $31, __stxcpy   # do the copy
 
        END(strcpy)
+libc_hidden_builtin_def (strcpy)
index 66b1731..2560b97 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 2003 Free Software Foundation, Inc.
    Contributed by David Mosberger (davidm@cs.arizona.edu).
    This file is part of the GNU C Library.
 
@@ -74,3 +74,4 @@ $found:       negq    t1, t2          # clear all but least set bit
        ret
 
        END(strlen)
+libc_hidden_builtin_def (strlen)
index f0dcfb9..e2b4ebf 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 2003 Free Software Foundation, Inc.
    Contributed by Richard Henderson (rth@tamu.edu)
    This file is part of the GNU C Library.
 
@@ -221,3 +221,4 @@ $zerolength:
        ret
 
        END(strncmp)
+libc_hidden_builtin_def (strncmp)
index 575c907..5d3e72e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 2003 Free Software Foundation, Inc.
    Contributed by Richard Henderson (rth@tamu.edu)
    This file is part of the GNU C Library.
 
@@ -85,3 +85,4 @@ $zerocount:
        ret                     # .. e1 :
 
        END(strncpy)
+libc_hidden_builtin_def (strncpy)
index e5e847f..248181f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -108,3 +108,4 @@ $retnull:
        END(strrchr)
 
 weak_alias (strrchr, rindex)
+libc_hidden_builtin_def (strrchr)
index 6ba8486..0b62413 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1998, 2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Philip Blundell <philb@gnu.org>
 
@@ -65,3 +65,4 @@ ENTRY(memset)
        strb    a2, [a4], $1
        RETINSTR(mov,pc,lr)
 END(memset)
+libc_hidden_builtin_def (memset)
index 7ebfe63..f29528a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1998, 2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Code contributed by Matthew Wilcox <willy@odie.barnet.ac.uk>
 
@@ -61,3 +61,4 @@ Llastword:                            @ drop through to here once we find a
        addne   r0, r0, $1              @  must be zero)
        RETINSTR(mov,pc,lr)
 END(strlen)
+libc_hidden_builtin_def (strlen)
index bd4da6a..fab65a9 100644 (file)
@@ -1,7 +1,7 @@
 /* memchr (str, ch, n) -- Return pointer to first occurrence of CH in the
    first N bytes of STR.
    For Motorola 68000.
-   Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Andreas Schwab <schwab@gnu.org>.
 
@@ -229,3 +229,4 @@ weak_alias (__memchr, memchr)
 #if !__BOUNDED_POINTERS__
 weak_alias (__memchr, __ubp_memchr)
 #endif
+libc_hidden_builtin_def (memchr)
index af91dc7..04626ff 100644 (file)
@@ -1,6 +1,6 @@
 /* strchr (str, ch) -- Return pointer to first occurrence of CH in STR.
    For Motorola 68000.
-   Copyright (C) 1999 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Andreas Schwab <schwab@gnu.org>.
 
@@ -255,3 +255,4 @@ L(L9:)
 END(strchr)
 
 weak_alias (strchr, index)
+libc_hidden_builtin_def (strchr)
index 05d2097..2049d05 100644 (file)
@@ -133,3 +133,4 @@ L(shfth):
 
        .set    reorder
 END (memcpy)
+libc_hidden_builtin_def (memcpy)
index f120123..694ee8f 100644 (file)
@@ -83,3 +83,4 @@ L(exit):
 
        .set    reorder
 END (memset)
+libc_hidden_builtin_def (memset)
index e9fc2b7..eab9463 100644 (file)
@@ -137,3 +137,4 @@ L(shfth):
 
        .set    reorder
 END (memcpy)
+libc_hidden_builtin_def (memcpy)
index 784fa5d..b50aaba 100644 (file)
@@ -89,3 +89,4 @@ L(exit):
 
        .set    reorder
 END (memset)
+libc_hidden_builtin_def (memset)