On i386 long double is 80bit expanded to 96bits or 12 bytes. This is the
authorclaudio <claudio@openbsd.org>
Wed, 2 Oct 2024 12:31:33 +0000 (12:31 +0000)
committerclaudio <claudio@openbsd.org>
Wed, 2 Oct 2024 12:31:33 +0000 (12:31 +0000)
commit69f10b8ad3e2cd417c7a567d64217c86e2699f4d
treed82403fd71735b835ba628e8b550ce0bbc35d65e
parent0fc5fa38dfc68f1d95d4c30982187aa01e969649
On i386 long double is 80bit expanded to 96bits or 12 bytes. This is the
size that the ctftools ctfconvert uses and I think we should do as well.
Fixes regress/usr.bin/ctfdump on i386.
OK miod@
usr.bin/ctfconv/generate.c