2000-07-21 Michael Snyder <msnyder@cleaver.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / config / i386 / tm-i386mk.h
CommitLineData
c906108c 1/* Macro definitions for i386, Mach 3.0, OSF 1/MK
ac27f131 2 Copyright (C) 1992, 2000 Free Software Foundation, Inc.
c906108c 3
c5aa993b 4 This file is part of GDB.
c906108c 5
c5aa993b
JM
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.
c906108c 10
c5aa993b
JM
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.
c906108c 15
c5aa993b
JM
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. */
c906108c
SS
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"
ac27f131
MK
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
6e2e8c24 32 #define TARGET_LONG_DOUBLE_BIT TARGET_DOUBLE_BIT
ac27f131
MK
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
6e2e8c24 38#undef TARGET_LONG_DOUBLE_BIT
This page took 0.077311 seconds and 4 git commands to generate.