From: Ulrich Drepper Date: Sun, 14 Apr 2002 17:54:50 +0000 (+0000) Subject: Also define _internal alias. X-Git-Tag: upstream/2.20~3636^2~1701 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=801777ebaf5abd1481913c7e153e46bea2fbcf5c;p=platform%2Fupstream%2Flinaro-glibc.git Also define _internal alias. --- diff --git a/sysdeps/m68k/fpu/s_isinf.c b/sysdeps/m68k/fpu/s_isinf.c index e654e88..98a7c62 100644 --- a/sysdeps/m68k/fpu/s_isinf.c +++ b/sysdeps/m68k/fpu/s_isinf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 2002 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 @@ -34,5 +34,6 @@ __CONCATX(__,FUNC) (x) return __m81_u(__CONCATX(__,FUNC))(x); } +INTDEF(__CONCATX(__,FUNC)) #define weak_aliasx(a,b) weak_alias(a,b) weak_aliasx (__CONCATX(__,FUNC), FUNC) diff --git a/sysdeps/m68k/s_isinfl.c b/sysdeps/m68k/s_isinfl.c index 40e0b79..89880bc 100644 --- a/sysdeps/m68k/s_isinfl.c +++ b/sysdeps/m68k/s_isinfl.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1992, 1995, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1992, 1995, 1997, 2002 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 @@ -42,4 +42,5 @@ __isinfl (long double value) return 0; } +INTDEF(__isinfl) weak_alias (__isinfl, isinfl);