From: Roland McGrath Date: Wed, 18 Jan 2006 23:30:58 +0000 (+0000) Subject: * sysdeps/ieee754/ldbl-opt/nldbl-dprintf.c: Restore X-Git-Tag: upstream/2.30~15858 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=74f4264b7d673232f8b1cb08161fc0ae58ef5b6c;p=external%2Fglibc.git * sysdeps/ieee754/ldbl-opt/nldbl-dprintf.c: Restore attribute_hidden here. --- diff --git a/ChangeLog b/ChangeLog index 72cca13..aea5524 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-01-18 Roland McGrath + * sysdeps/ieee754/ldbl-opt/nldbl-dprintf.c: Restore + attribute_hidden here. + * sysdeps/sparc/sparc64/Makefile (long-double-fcts): Move this ... * sysdeps/sparc/Makefile (long-double-fcts): ... to here. diff --git a/sysdeps/ieee754/ldbl-opt/nldbl-dprintf.c b/sysdeps/ieee754/ldbl-opt/nldbl-dprintf.c index 2281e09..6e26db2 100644 --- a/sysdeps/ieee754/ldbl-opt/nldbl-dprintf.c +++ b/sysdeps/ieee754/ldbl-opt/nldbl-dprintf.c @@ -1,5 +1,6 @@ #include "nldbl-compat.h" +attribute_hidden int dprintf (int d, const char *fmt, ...) {