2000-03-27 Mark Kettenis <kettenis@gnu.org>
[deliverable/binutils-gdb.git] / gdb / config / i386 / tm-i386mk.h
1 /* Macro definitions for i386, Mach 3.0, OSF 1/MK
2 Copyright (C) 1992, 2000 Free Software Foundation, Inc.
3
4 This file is part of GDB.
5
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2 of the License, or
9 (at your option) any later version.
10
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with this program; if not, write to the Free Software
18 Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */
20
21 /* Until OSF switches to a newer Mach kernel that has
22 * a different get_emul_vector() interface.
23 */
24 #define MK67 1
25
26 #include "i386/tm-i386m3.h"
27
28 /* FIMXE: kettenis/2000-03-26: On OSF 1, `long double' is equivalent
29 to `double'. However, I'm not sure what is the consequence of:
30
31 #define TARGET_LONG_DOUBLE_FORMAT TARGET_DOUBLE_FORMAT
32 #define TARGET_LONG_DOUBLE_BIT TARGET_DOUBLE_BIT
33
34 So I'll go with the current status quo instead. It looks like this
35 target won't compile anyway. Perhaps it should be obsoleted? */
36
37 #undef TARGET_LONG_DOUBLE_FORMAT
38 #undef TARGET_LONG_DOUBLE_BIT
This page took 0.050124 seconds and 5 git commands to generate.