binutils-gdb/opcodes/m68881-ext.c

7 lines
157 B
C

#include "ieee-float.h"
CONST struct ext_format ext_format_68881 = {
/* tot sbyte smask expbyte manbyte */
12, 0, 0x80, 0,1, 4,8 /* mc68881 */
};