* config/m68k/xm-hp300hpux.h (HAVE_MMAP): Remove definition.
authorFred Fish <fnf@specifix.com>
Fri, 12 Jul 1996 00:19:15 +0000 (00:19 +0000)
committerFred Fish <fnf@specifix.com>
Fri, 12 Jul 1996 00:19:15 +0000 (00:19 +0000)
* config/pa/xm-hppah.h (HAVE_MMAP): Ditto.

gdb/ChangeLog
gdb/config/m68k/xm-hp300hpux.h
gdb/config/pa/xm-hppah.h

index 50ed4e1e5e916b95c48eb6136a12259d9a1a6915..4f207bebfbbb33e1a0215fc14047e11fb35cd355 100644 (file)
@@ -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
index 868bcbff56c2819197130ba2e4d41b0bb52e6b0e..b6d75d611e42003fededc7fa8e5bfbff26c6b273 100644 (file)
@@ -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.
index 1b2a294e57ddc53bd86e17f612904a1e5a880cbb..407bf5f17575cd979ab82db0cc2c07b0fcd364b9 100644 (file)
@@ -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));