* valops.c (call_function_by_hand): Handle aligning stacks that
[deliverable/binutils-gdb.git] / gdb / config / alpha / nm-osf2.h
1 /* Native definitions for alpha running OSF/1-2.x and higher, using procfs.
2 Copyright (C) 1995 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., 675 Mass Ave, Cambridge, MA 02139, USA. */
19
20 /* Get generic OSF/1 definitions. */
21 #include "alpha/nm-osf.h"
22
23 /* OSF/1-2.x has optional /proc support, try to use it instead of ptrace. */
24 #define USE_PROC_FS
25 #define HAVE_OPTIONAL_PROC_FS
26
27 /* OSF/1 doesn't provide the standard fault definitions, so don't use them. */
28 #define FAULTED_USE_SIGINFO
29
30 /* Work around some peculiarities in the OSF/1 procfs implementation. */
31 #define PROCFS_DONT_TRACE_IFAULT
32 #define PROCFS_SIGPEND_OFFSET
33 #define PROCFS_NEED_PIOCSSIG_FOR_KILL
34 #define PROCFS_DONT_PIOCSSIG_CURSIG
This page took 0.032397 seconds and 4 git commands to generate.