]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 05e00dd9b5ea25e023ce9a96c8805b6d0325cb64..88e91fa98826689eeeb345cb909a86cad1cb60a7 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 5e59a04ff1d1c40ab9c5123961814c7f60e2356a..d16bc03a02642441c7131e4920ceab85b5855c71 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 e700d3dc9f182d4f5d174a74d2969924dca6a006..3b3c4ba06137fd59781ca49f5913ee3c96a79315 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 3bd4789f74f7276826e148c4ad6d31bddf9dfab9..ae7c48808a133579f179f2879d5228fcf863f3db 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 9c1e88b8d3a30bc150899e856e23a462d862e0a5..101c7d489a565269faa5d152373337758e167b5b 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 bbe7cfc24d5aa8d2011a0e1f2f07542a321e5f7d..b83eacceafd168d0122b4b7b3f3e623064f59c33 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 cb51d2140c7ca6ab0b6919f17aa4fc8e2f96ffc0..c46a3df4f8093b6c8ea34820bd6fa306e1911519 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 b50b69a2cd8394e59d4ed96b61af9f637d3bde80..5d713d53ba7994f7ef07026a82b0f6e141e4f3b5 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 d621aeed19ec3f7a908caceab5d255ea1a8352b2..e34af2b314060fe2b57e1e73e42c1ff87c9625bc 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 d385c838751c0e728cda3b465b88b992fb0d63ec..d8ef8f15462e6b4bcb273370ea288581e26a9996 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 5643df4dfe71b274191b5e70f8e80b048d810f91..e0b17415ac7c9d57b68d3d637fdd0074aaf5c9e7 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 ee87b4fb37ede2873cb220fdf39826f866090f8a..9196be2ce3b442ba4f65859ae25dd5084d403741 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 11dc8e1982b29ba8888df1cfeeeb85187a5c31c7..02bfe524007954b27501becf77617a95b2da7357 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 66b17314a801db184a49e4fa37e039ac98fc9a2b..2560b973c746e6668a108515fe87dd0ae2adac2d 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 f0dcfb9409dd6361e3fea96fc76fec1ffb72608d..e2b4ebf857f856b67e6a76f362966656dfa386e5 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 575c907d7e2c1be4f9df7979568ec78cd7001ed4..5d3e72e280067c0ef3e339088fcad0059f46cfe5 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 e5e847f2bfa075a0617e2c26af0a77ae3a8f979b..248181f702dafeb392e0e479359af2dd1fd22457 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 6ba84869718c7820352a7ce354f308fd22de20fb..0b624139eb60e911d1eac196cf3b5196b589eb75 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 7ebfe63e9458d2a93313b2c4e73b0a1f193e6188..f29528ada2e834e8970d56d9824dd05738f00525 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 bd4da6a931840e9da7b0195951f5ccbf3a8cf413..fab65a9aea594eeb4ceff4e85268cb8e2fda9b92 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 af91dc72f4b2541023bde0ff6e9c836f6ed936f2..04626ffd64b54baba157ecb65f26aa8529e8a463 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 05d209739e64456db226123f9970b96140cecee9..2049d0582959f48310bf8a1286fe253605ad40d2 100644 (file)
@@ -133,3 +133,4 @@ L(shfth):
 
        .set    reorder
 END (memcpy)
+libc_hidden_builtin_def (memcpy)
index f120123544014fa5235bb817e47c59eafca9353f..694ee8f1dcf4e959be7dda36c0b41ec7377bc5fd 100644 (file)
@@ -83,3 +83,4 @@ L(exit):
 
        .set    reorder
 END (memset)
+libc_hidden_builtin_def (memset)
index e9fc2b712a92fb10accf8a41985dcdef210d8a95..eab9463f864710477f2cf588501af6b6cf81c358 100644 (file)
@@ -137,3 +137,4 @@ L(shfth):
 
        .set    reorder
 END (memcpy)
+libc_hidden_builtin_def (memcpy)
index 784fa5deeeb26981aeb6a2bfd8ad445af8612f64..b50aaba8168cb4667dcad0abd60dc1d8a0d50d31 100644 (file)
@@ -89,3 +89,4 @@ L(exit):
 
        .set    reorder
 END (memset)
+libc_hidden_builtin_def (memset)