CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/10/02 06:31:33
Modified files:
usr.bin/ctfconv: generate.c
Log message:
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@
