1112163Sdas/*
2112163Sdas * MD header for contrib/gdtoa
3112163Sdas *
4112163Sdas * $FreeBSD$
5112163Sdas */
6112163Sdas
7114839Sdas/*
8114839Sdas * NOTE: The definitions in this file must be correct or strtod(3) and
9114839Sdas * floating point formats in printf(3) will break!  The file can be
10114839Sdas * generated by running contrib/gdtoa/arithchk.c on the target
11114839Sdas * architecture.  See contrib/gdtoa/gdtoaimp.h for details.
12114839Sdas */
13114839Sdas
14112163Sdas#define IEEE_MC68k
15112163Sdas#define Arith_Kind_ASL 2
16112163Sdas#define Long int
17112163Sdas#define Intcast (int)(long)
18112163Sdas#define Double_Align
19112163Sdas#define X64_bit_pointers
20