diff options
author | Fred Fish <fnf@specifix.com> | 1996-07-12 00:19:15 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-07-12 00:19:15 +0000 |
commit | 4853b6d11ca13dc6edc9138a59225c4a9707bf96 (patch) | |
tree | 692906fbb9d47abc863a5559a5aceda8e8e33102 /gdb/config/m68k | |
parent | 354a86c70fe829be4290d87515fe384aebdc1482 (diff) | |
download | gdb-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/m68k')
-rw-r--r-- | gdb/config/m68k/xm-hp300hpux.h | 6 |
1 files changed, 0 insertions, 6 deletions
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. |