Update/correct copyright notices.
[deliverable/binutils-gdb.git] / gdb / config / pa / xm-hppah.h
1 /* Parameters for hosting on an HPPA-RISC machine running HPUX, for GDB.
2 Copyright 1991, 1992, 1993, 1995, 1996, 2000
3 Free Software Foundation, Inc.
4
5 Contributed by the Center for Software Science at the
6 University of Utah (pa-gdb-bugs@cs.utah.edu).
7
8 This file is part of GDB.
9
10 This program is free software; you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by
12 the Free Software Foundation; either version 2 of the License, or
13 (at your option) any later version.
14
15 This program is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 GNU General Public License for more details.
19
20 You should have received a copy of the GNU General Public License
21 along with this program; if not, write to the Free Software
22 Foundation, Inc., 59 Temple Place - Suite 330,
23 Boston, MA 02111-1307, USA. */
24
25 /* Host is big-endian. */
26 #define HOST_BYTE_ORDER BIG_ENDIAN
27
28 #include "pa/xm-pa.h"
29
30 #define USG
31
32 #ifndef __STDC__
33 /* This define is discussed in decode_line_1 in symtab.c */
34 #define HPPA_COMPILER_BUG
35 #endif
36
37 #define HAVE_TERMIOS
38
39 /* HP defines malloc and realloc as returning void *, even for non-ANSI
40 compilations (such as with the native compiler). */
41
42 #define MALLOC_INCOMPATIBLE
43
44 extern void *malloc (size_t);
45
46 extern void *realloc (void *, size_t);
47
48 extern void free (void *);
This page took 0.030477 seconds and 4 git commands to generate.