* config/sparc/{xm-sun4sol2.h,xm-sun4os4.h} (MMAP_BASE_ADDRESS):
authorFred Fish <fnf@specifix.com>
Tue, 11 Jun 1996 00:35:19 +0000 (00:35 +0000)
committerFred Fish <fnf@specifix.com>
Tue, 11 Jun 1996 00:35:19 +0000 (00:35 +0000)
  Change from 0xE0000000 to 0xC0000000.
PR 9792

gdb/ChangeLog
gdb/config/sparc/xm-sun4os4.h
gdb/config/sparc/xm-sun4sol2.h

index f42861bf547a4c7e47b03646874ba5af91c0a6a3..af4e03a66503cbebaf2fa3ebaec85761c97d85cb 100644 (file)
@@ -1,3 +1,13 @@
+Mon Jun 10 14:17:19 1996  Fred Fish  <fnf@cygnus.com>
+
+       * config/sparc/{xm-sun4sol2.h,xm-sun4os4.h} (MMAP_BASE_ADDRESS):
+       Change from 0xE0000000 to 0xC0000000.
+
+Thu Jun  6 17:10:32 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * config/powerpc/xm-solaris.h: Initial version of support for
+       Solaris on PowerPC.
+
 Wed Jun  5 01:52:57 1996  James G. Smith  <jsmith@cygnus.co.uk>
 
        * configure.in (configdirs): Force 4100 builds to use 4300 GDB
index f6b465ec22bc6c03aa6cf6796b19eb424eb5d2b2..7e1f1e7e3dee114b4e3f841763f8f4d64e364fff 100644 (file)
@@ -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
index ec5390f3db0fdab8c3573621fb983c2028c3aeae..274323a545916c9d996111f197bd10f94022bb2e 100644 (file)
@@ -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!).  */
This page took 0.026 seconds and 4 git commands to generate.