aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/config/m68k/xm-hp300hpux.h6
-rw-r--r--gdb/config/pa/xm-hppah.h6
3 files changed, 5 insertions, 12 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 50ed4e1..4f207be 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jul 11 11:39:31 1996 Fred Fish <fnf@cygnus.com>
+
+ * 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 <fnf@cygnus.com>
* 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 868bcbf..b6d75d6 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 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));