From a334319f6530564d22e775935d9c91663623a1b4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 22 Dec 2004 20:10:10 +0000 Subject: (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. --- sysdeps/ieee754/ldbl-opt/nldbl-printf.c | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 sysdeps/ieee754/ldbl-opt/nldbl-printf.c (limited to 'sysdeps/ieee754/ldbl-opt/nldbl-printf.c') diff --git a/sysdeps/ieee754/ldbl-opt/nldbl-printf.c b/sysdeps/ieee754/ldbl-opt/nldbl-printf.c deleted file mode 100644 index e4b0fbae0c..0000000000 --- a/sysdeps/ieee754/ldbl-opt/nldbl-printf.c +++ /dev/null @@ -1,17 +0,0 @@ -#include "nldbl-compat.h" - -int -attribute_hidden -printf (const char *fmt, ...) -{ - va_list arg; - int done; - - va_start (arg, fmt); - done = __nldbl_vfprintf (stdout, fmt, arg); - va_end (arg); - - return done; -} -extern __typeof (printf) _IO_printf attribute_hidden; -strong_alias (printf, _IO_printf) -- cgit 1.4.1