diff options
| author | David Schultz <das@FreeBSD.org> | 2003-05-08 13:50:44 +0000 |
|---|---|---|
| committer | David Schultz <das@FreeBSD.org> | 2003-05-08 13:50:44 +0000 |
| commit | b7412bf571a1608ce038d38ba2faa14ad4a6aeb8 (patch) | |
| tree | bd32cf15f11cdeca38a2cf529b8858aa0261e1d2 /lib/libc/powerpc | |
| parent | b3f7680e498e5beb8dfa6c16ac29ff6efdbc54ca (diff) | |
Notes
Diffstat (limited to 'lib/libc/powerpc')
| -rw-r--r-- | lib/libc/powerpc/arith.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libc/powerpc/arith.h b/lib/libc/powerpc/arith.h index 9f4cfe4304d0..8e2c9ec597b3 100644 --- a/lib/libc/powerpc/arith.h +++ b/lib/libc/powerpc/arith.h @@ -4,6 +4,13 @@ * $FreeBSD$ */ +/* + * NOTE: The definitions in this file must be correct or strtod(3) and + * floating point formats in printf(3) will break! The file can be + * generated by running contrib/gdtoa/arithchk.c on the target + * architecture. See contrib/gdtoa/gdtoaimp.h for details. + */ + #define IEEE_MC68k #define Arith_Kind_ASL 2 #define Double_Align |
