* stabs.texinfo: Document the format for C++ nested types.
[deliverable/binutils-gdb.git] / gdb / tm-linux.h
CommitLineData
e37a6e9c
PB
1/* Macro definitions for linux.
2 Copyright (C) 1992 Free Software Foundation, Inc.
3This file is part of GDB.
4This program is free software; you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by
6the Free Software Foundation; either version 2 of the License, or
7(at your option) any later version.
8This program is distributed in the hope that it will be useful,
9but WITHOUT ANY WARRANTY; without even the implied warranty of
10MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11GNU General Public License for more details.
12You should have received a copy of the GNU General Public License
13along with this program; if not, write to the Free Software
14Foundation, 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) */
This page took 0.043594 seconds and 4 git commands to generate.