From: Ulrich Drepper Date: Fri, 28 May 2004 06:39:36 +0000 (+0000) Subject: Add libc_hidden_builtin_def. X-Git-Tag: upstream/2.30~10627^2~1170 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a9a971c4d859504a14fbb3cf1d2d71e52917609;p=external%2Fglibc.git Add libc_hidden_builtin_def. --- diff --git a/sysdeps/alpha/alphaev67/stpcpy.S b/sysdeps/alpha/alphaev67/stpcpy.S index d09babc..b5da4e0 100644 --- a/sysdeps/alpha/alphaev67/stpcpy.S +++ b/sysdeps/alpha/alphaev67/stpcpy.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2000, 2002 Free Software Foundation, Inc. +/* Copyright (C) 2000, 2002, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Richard Henderson . @@ -51,3 +51,4 @@ ENTRY(__stpcpy) weak_alias (__stpcpy, stpcpy) libc_hidden_def (__stpcpy) +libc_hidden_builtin_def (stpcpy) diff --git a/sysdeps/alpha/stpcpy.S b/sysdeps/alpha/stpcpy.S index a37a308..b73e85f 100644 --- a/sysdeps/alpha/stpcpy.S +++ b/sysdeps/alpha/stpcpy.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 2002 Free Software Foundation, Inc. +/* Copyright (C) 1996, 2002, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Richard Henderson , 1996. @@ -53,3 +53,4 @@ ENTRY(__stpcpy) weak_alias (__stpcpy, stpcpy) libc_hidden_def (__stpcpy) +libc_hidden_builtin_def (stpcpy)