* sysdeps/ieee754/ldbl-opt/nldbl-dprintf.c: Restore
authorRoland McGrath <roland@gnu.org>
Wed, 18 Jan 2006 23:30:58 +0000 (23:30 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 18 Jan 2006 23:30:58 +0000 (23:30 +0000)
attribute_hidden here.

ChangeLog
sysdeps/ieee754/ldbl-opt/nldbl-dprintf.c

index 72cca13..aea5524 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-01-18  Roland McGrath  <roland@redhat.com>
 
+       * 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.
 
index 2281e09..6e26db2 100644 (file)
@@ -1,5 +1,6 @@
 #include "nldbl-compat.h"
 
+attribute_hidden
 int
 dprintf (int d, const char *fmt, ...)
 {