* config/tc-mips.c (mips_ip): Mark sections created to hold
[deliverable/binutils-gdb.git] / gdb / config / alpha / xm-alpha.h
CommitLineData
78e063b1
PS
1/* Host definitions for GDB running on an alpha under OSF/1
2 Copyright (C) 1992, 1993 Free Software Foundation, Inc.
4ce149f9
SC
3
4This file is part of GDB.
5
6This program is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2 of the License, or
9(at your option) any later version.
10
11This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with this program; if not, write to the Free Software
6c9638b4 18Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
4ce149f9
SC
19
20#if !defined (HOST_BYTE_ORDER)
21#define HOST_BYTE_ORDER LITTLE_ENDIAN
22#endif
23
78e063b1 24/* The alpha has no siginterrupt routine. */
4ce149f9
SC
25#define NO_SIGINTERRUPT
26
78e063b1 27/* HAVE_SGTTY also works, but we have termios, so use it. */
a0ab5f90 28
78e063b1 29#define HAVE_TERMIOS
This page took 0.224056 seconds and 4 git commands to generate.