diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-03-10 16:07:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-03-10 16:07:49 +0000 |
commit | 2838157b3d25bfa792eed48f9f915b36bdb4f019 (patch) | |
tree | 493ab09fd04cb032158deb5801784da92c8198e7 | |
parent | d1227256003b57c34f59a705ca134f9a2f8fa660 (diff) | |
download | glibc-2838157b3d25bfa792eed48f9f915b36bdb4f019.tar glibc-2838157b3d25bfa792eed48f9f915b36bdb4f019.tar.gz glibc-2838157b3d25bfa792eed48f9f915b36bdb4f019.tar.bz2 glibc-2838157b3d25bfa792eed48f9f915b36bdb4f019.zip |
m68k specific function to print floating point numbers in hexadecimal
format.
-rw-r--r-- | sysdeps/m68k/printf_fphex.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/m68k/printf_fphex.c b/sysdeps/m68k/printf_fphex.c new file mode 100644 index 0000000000..0e68b16b77 --- /dev/null +++ b/sysdeps/m68k/printf_fphex.c @@ -0,0 +1,2 @@ +#define LONG_DOUBLE_DENORM_BIAS IEEE854_LONG_DOUBLE_BIAS +#include <sysdeps/generic/printf_fphex.c> |