* size.c (berkeley_sum): New function.
[deliverable/binutils-gdb.git] / opcodes / m68881-ext.c
1 #include "ieee-float.h"
2
3 CONST struct ext_format ext_format_68881 = {
4 /* tot sbyte smask expbyte manbyte */
5 12, 0, 0x80, 0,1, 4,8 /* mc68881 */
6 };
This page took 0.037573 seconds and 4 git commands to generate.