* sysdeps/ieee754/ldbl-opt/nldbl-dprintf.c: Restore
attribute_hidden here.
This commit is contained in:
parent
752b94f63e
commit
74f4264b7d
|
@ -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.
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#include "nldbl-compat.h"
|
||||
|
||||
attribute_hidden
|
||||
int
|
||||
dprintf (int d, const char *fmt, ...)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue