diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-03-10 16:08:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-03-10 16:08:03 +0000 |
commit | 91ea72b7d26907ddbfc5a155752ec506d926c804 (patch) | |
tree | f4210ebf87585fe5b2a9ba28d6f69f8578cf91b2 /sysdeps/m68k | |
parent | 11c293e1461b7823bea06ab8c025eae891846919 (diff) | |
download | glibc-91ea72b7d26907ddbfc5a155752ec506d926c804.tar glibc-91ea72b7d26907ddbfc5a155752ec506d926c804.tar.gz glibc-91ea72b7d26907ddbfc5a155752ec506d926c804.tar.bz2 glibc-91ea72b7d26907ddbfc5a155752ec506d926c804.zip |
Update.
1999-03-09 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* stdio-common/printf_fphex.c: Move to ...
* sysdeps/generic/printf_fphex.c: ... here. Fix exponent of
extended precision number.
* sysdeps/m68k/printf_fphex.c: New file.
1999-03-09 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* manual/stdio.texi: Fix typos.
Diffstat (limited to 'sysdeps/m68k')
-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> |