aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/pa/xm-hppah.h
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1996-07-12 00:19:15 +0000
committerFred Fish <fnf@specifix.com>1996-07-12 00:19:15 +0000
commit4853b6d11ca13dc6edc9138a59225c4a9707bf96 (patch)
tree692906fbb9d47abc863a5559a5aceda8e8e33102 /gdb/config/pa/xm-hppah.h
parent354a86c70fe829be4290d87515fe384aebdc1482 (diff)
downloadgdb-4853b6d11ca13dc6edc9138a59225c4a9707bf96.zip
gdb-4853b6d11ca13dc6edc9138a59225c4a9707bf96.tar.gz
gdb-4853b6d11ca13dc6edc9138a59225c4a9707bf96.tar.bz2
* config/m68k/xm-hp300hpux.h (HAVE_MMAP): Remove definition.
* config/pa/xm-hppah.h (HAVE_MMAP): Ditto.
Diffstat (limited to 'gdb/config/pa/xm-hppah.h')
-rw-r--r--gdb/config/pa/xm-hppah.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/config/pa/xm-hppah.h b/gdb/config/pa/xm-hppah.h
index 1b2a294..407bf5f 100644
--- a/gdb/config/pa/xm-hppah.h
+++ b/gdb/config/pa/xm-hppah.h
@@ -44,12 +44,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define MALLOC_INCOMPATIBLE
-/* On hpux, autoconf 2.4 (and possibly others) does not properly detect that
- mmap is available. Until this is fixed, we have to explicitly force
- HAVE_MMAP. -fnf */
-
-#define HAVE_MMAP 1
-
extern void *
malloc PARAMS ((size_t));