]>
Commit | Line | Data |
---|---|---|
e37a6e9c PB |
1 | /* Macro definitions for linux. |
2 | Copyright (C) 1992 Free Software Foundation, Inc. | |
3 | This file is part of GDB. | |
4 | This program is free software; you can redistribute it and/or modify | |
5 | it under the terms of the GNU General Public License as published by | |
6 | the Free Software Foundation; either version 2 of the License, or | |
7 | (at your option) any later version. | |
8 | This program is distributed in the hope that it will be useful, | |
9 | but WITHOUT ANY WARRANTY; without even the implied warranty of | |
10 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
11 | GNU General Public License for more details. | |
12 | You should have received a copy of the GNU General Public License | |
13 | along with this program; if not, write to the Free Software | |
14 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ | |
15 | ||
16 | #if !defined (TM_LINUX_H) | |
17 | #define TM_LINUX_H 1 | |
18 | /* number of traps that happen between exec'ing the shell | |
19 | * to run an inferior, and when we finally get to | |
20 | * the inferior code. This is 2 on most implementations. | |
21 | */ | |
22 | #define START_INFERIOR_TRAPS_EXPECTED 2 | |
23 | #include "tm-i386v.h" | |
24 | /* Define this if the C compiler puts an underscore at the front | |
25 | of external names before giving them to the linker. */ | |
26 | #define NAMES_HAVE_UNDERSCORE | |
27 | #endif /* !defined (TM_LINUX_H) */ |