]> Git Repo - binutils.git/blame - gdb/config/i386/nm-i386sco5.h
import gdb-19990422 snapshot
[binutils.git] / gdb / config / i386 / nm-i386sco5.h
CommitLineData
c906108c
SS
1/* Native support for SCO OpenServer 5
2 Copyright 1996, 1998 Free Software Foundation, Inc.
3 Re-written by J. Kean Johnston <[email protected]>.
4 Originally written by Robert Lipe <[email protected]>, based on
5 work by Ian Lance Taylor <[email protected]> and
6 Martin Walker <[email protected]>.
7
8This file is part of GDB.
9
10This program is free software; you can redistribute it and/or modify
11it under the terms of the GNU General Public License as published by
12the Free Software Foundation; either version 2 of the License, or
13(at your option) any later version.
14
15This program is distributed in the hope that it will be useful,
16but WITHOUT ANY WARRANTY; without even the implied warranty of
17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18GNU General Public License for more details.
19
20You should have received a copy of the GNU General Public License
21along with this program; if not, write to the Free Software
7a292a7a 22Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
c906108c
SS
23
24/* Basically, its a lot like the older versions ... */
25#include "i386/nm-i386sco.h"
26
27/* ... but it can do a lot of SVR4 type stuff too. */
28#define SVR4_SHARED_LIBS
29#include "solib.h" /* Pick up shared library support */
30
31#define ATTACH_DETACH
32
33/* SCO does not provide <sys/ptrace.h>. infptrace.c does not
34 have defaults for these values. */
35
36#define PTRACE_ATTACH 10
37#define PTRACE_DETACH 11
38
39
This page took 0.023806 seconds and 4 git commands to generate.