diff options
author | Fred Fish <fnf@specifix.com> | 1996-06-11 00:35:19 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-06-11 00:35:19 +0000 |
commit | f023ce5c80dd65e074f82e83c8ebaaecf162a27c (patch) | |
tree | 65f28633c7ab1e54319c474a3433ba74b0083c5f /gdb/config/sparc | |
parent | 92e61d31114929b4c9092b0ee982294fe650e3c3 (diff) | |
download | gdb-f023ce5c80dd65e074f82e83c8ebaaecf162a27c.zip gdb-f023ce5c80dd65e074f82e83c8ebaaecf162a27c.tar.gz gdb-f023ce5c80dd65e074f82e83c8ebaaecf162a27c.tar.bz2 |
* config/sparc/{xm-sun4sol2.h,xm-sun4os4.h} (MMAP_BASE_ADDRESS):
Change from 0xE0000000 to 0xC0000000.
PR 9792
Diffstat (limited to 'gdb/config/sparc')
-rw-r--r-- | gdb/config/sparc/xm-sun4os4.h | 2 | ||||
-rw-r--r-- | gdb/config/sparc/xm-sun4sol2.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/sparc/xm-sun4os4.h b/gdb/config/sparc/xm-sun4os4.h index f6b465e..7e1f1e7 100644 --- a/gdb/config/sparc/xm-sun4os4.h +++ b/gdb/config/sparc/xm-sun4os4.h @@ -29,7 +29,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ is a kludge. FIXME: Make this more automatic. */ -#define MMAP_BASE_ADDRESS 0xE0000000 /* First mapping here */ +#define MMAP_BASE_ADDRESS 0xC0000000 /* First mapping here */ #define MMAP_INCREMENT 0x01000000 /* Increment to next mapping */ /* /usr/include/malloc.h is included by vx-share/xdr_ld, and might diff --git a/gdb/config/sparc/xm-sun4sol2.h b/gdb/config/sparc/xm-sun4sol2.h index ec5390f..274323a 100644 --- a/gdb/config/sparc/xm-sun4sol2.h +++ b/gdb/config/sparc/xm-sun4sol2.h @@ -38,7 +38,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ is a kludge. FIXME: Make this more automatic. */ -#define MMAP_BASE_ADDRESS 0xE0000000 /* First mapping here */ +#define MMAP_BASE_ADDRESS 0xC0000000 /* First mapping here */ #define MMAP_INCREMENT 0x01000000 /* Increment to next mapping */ /* These are not currently used in SVR4 (but should be, FIXME!). */ |