home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / src / binutils.2 / opcodes / m68881-e.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-30  |  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.