home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / gdb-4.9 / opcodes / m68881-ext.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-12  |  157 b   |  7 lines

  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. };
  7.