Edit

IABSD.fr/src/usr.bin/ctfconv

Branch :

  • Show log

    Commit

  • Author : claudio
    Date : 2024-10-02 12:31:33
    Hash : 69f10b8a
    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@