2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
authorJackie Smith Cashion <jsmith@redhat.com>
Mon, 7 Jan 2002 20:43:46 +0000 (20:43 +0000)
committerJackie Smith Cashion <jsmith@redhat.com>
Mon, 7 Jan 2002 20:43:46 +0000 (20:43 +0000)
From Nick Clifton  <nickc@redhat.com>
* d10v-tdep.c: Set STACK_START to 0x200bffe.

gdb/ChangeLog
gdb/d10v-tdep.c

index 96c45d3223e2f11c891179069898af94ca1283aa..4b5b530fabc42fa2ee3197c83e1a981ac6a596f2 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-07  Jackie Smith Cashion  <jsmith@redhat.com>
+
+       From Nick Clifton  <nickc@redhat.com>
+       * d10v-tdep.c: Set STACK_START to 0x200bffe.
+
 2002-01-07  Michael Snyder  <msnyder@redhat.com>
 
        * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): 
index 9ffbb7bcf62d2f44054f3387d297afec6f2ebca8..0d8934fece268b2b30245027213146067107222b 100644 (file)
@@ -64,7 +64,7 @@ struct gdbarch_tdep
 
 #define DMEM_START     0x2000000
 #define IMEM_START     0x1000000
-#define STACK_START    0x0007ffe
+#define STACK_START    0x200bffe
 
 /* d10v register names. */
 
This page took 0.027558 seconds and 4 git commands to generate.