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