aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts/hppahpux.h
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1993-05-01 00:57:03 +0000
committerStu Grossman <grossman@cygnus>1993-05-01 00:57:03 +0000
commitd325e28cfd6281aa03629ebe2e33dd5cd77738ff (patch)
treec82b0403839b1a45c5ac4c944b30be661fe34632 /bfd/hosts/hppahpux.h
parent24725cfeebe1cfb1942fcf3ec698a86138441fee (diff)
downloadgdb-d325e28cfd6281aa03629ebe2e33dd5cd77738ff.zip
gdb-d325e28cfd6281aa03629ebe2e33dd5cd77738ff.tar.gz
gdb-d325e28cfd6281aa03629ebe2e33dd5cd77738ff.tar.bz2
* The following patches are from Jeffrey Law <law@cs.utah.edu>.
* hppa.c (hppa_core_file_p): Provide a temporary dummy routine for HOST_HPPABSD. * bfd/hosts/hppabsd.h: Fix declarations of malloc and free. * bfd/libhppa.h: Include sysdep here. Conditionalize includes based on HOST_HPPAHPUX or HOST_HPPABSD. Provide definitions for MAXCOMLEN and _PA_RISC_ID suitable for BSD.
Diffstat (limited to 'bfd/hosts/hppahpux.h')
-rw-r--r--bfd/hosts/hppahpux.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/hosts/hppahpux.h b/bfd/hosts/hppahpux.h
index f58bd7e..5f5e7c3 100644
--- a/bfd/hosts/hppahpux.h
+++ b/bfd/hosts/hppahpux.h
@@ -1,3 +1,6 @@
+#ifndef _HPPAHPUX_H
+#define _HPPAHPUX_H
+
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>
@@ -51,3 +54,5 @@ typedef int int32_type;
typedef unsigned int uint32_type;
#include "fopen-same.h"
+
+#endif /* _HPPAHPUX_H */