diff options
author | das <das@FreeBSD.org> | 2003-05-08 13:50:44 +0000 |
---|---|---|
committer | das <das@FreeBSD.org> | 2003-05-08 13:50:44 +0000 |
commit | d807e3cae2ebdf6165e0dcc19f8ee461498f6c8b (patch) | |
tree | bd32cf15f11cdeca38a2cf529b8858aa0261e1d2 /lib/libc/sparc64 | |
parent | 5596d2cb7edd2eba69b730a5f6d1b4231c912b87 (diff) | |
download | FreeBSD-src-d807e3cae2ebdf6165e0dcc19f8ee461498f6c8b.zip FreeBSD-src-d807e3cae2ebdf6165e0dcc19f8ee461498f6c8b.tar.gz |
Add a comment describing why it's important for the values in this
file to be correct, and how to generate them automatically.
Caused much pain and suffering for: peter
Diffstat (limited to 'lib/libc/sparc64')
-rw-r--r-- | lib/libc/sparc64/arith.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libc/sparc64/arith.h b/lib/libc/sparc64/arith.h index c954a9c..3c35b80 100644 --- a/lib/libc/sparc64/arith.h +++ b/lib/libc/sparc64/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 Long int |