From: Ulrich Drepper Date: Wed, 10 Mar 1999 16:07:49 +0000 (+0000) Subject: m68k specific function to print floating point numbers in hexadecimal X-Git-Tag: glibc-2.16-ports-before-merge~2920 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2838157b3d25bfa792eed48f9f915b36bdb4f019;p=thirdparty%2Fglibc.git m68k specific function to print floating point numbers in hexadecimal format. --- diff --git a/sysdeps/m68k/printf_fphex.c b/sysdeps/m68k/printf_fphex.c new file mode 100644 index 00000000000..0e68b16b77c --- /dev/null +++ b/sysdeps/m68k/printf_fphex.c @@ -0,0 +1,2 @@ +#define LONG_DOUBLE_DENORM_BIAS IEEE854_LONG_DOUBLE_BIAS +#include