From 4853b6d11ca13dc6edc9138a59225c4a9707bf96 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Fri, 12 Jul 1996 00:19:15 +0000 Subject: [PATCH] * config/m68k/xm-hp300hpux.h (HAVE_MMAP): Remove definition. * config/pa/xm-hppah.h (HAVE_MMAP): Ditto. --- gdb/ChangeLog | 5 +++++ gdb/config/m68k/xm-hp300hpux.h | 6 ------ gdb/config/pa/xm-hppah.h | 6 ------ 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 50ed4e1e5e9..4f207bebfbb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 11 11:39:31 1996 Fred Fish + + * config/m68k/xm-hp300hpux.h (HAVE_MMAP): Remove definition. + * config/pa/xm-hppah.h (HAVE_MMAP): Ditto. + Wed Jul 10 16:54:41 1996 Fred Fish * Makefile.in (MMALLOC_CFLAGS): Eliminate intermediate MMALLOC_DISABLE diff --git a/gdb/config/m68k/xm-hp300hpux.h b/gdb/config/m68k/xm-hp300hpux.h index 868bcbff56c..b6d75d611e4 100644 --- a/gdb/config/m68k/xm-hp300hpux.h +++ b/gdb/config/m68k/xm-hp300hpux.h @@ -71,12 +71,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ 0, 0, 0, 0, 0, 0, 0, 0, \ SIGILL } -/* 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 - #ifndef HPUX_ASM /* Start running with a stack stretching from BEG to END. diff --git a/gdb/config/pa/xm-hppah.h b/gdb/config/pa/xm-hppah.h index 1b2a294e57d..407bf5f1757 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)); -- 2.30.2