* config/a29k/tm-a29k.h: Nuke obsolete define CONTROL_END_ADDR; it
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 31 Mar 1995 03:58:27 +0000 (03:58 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 31 Mar 1995 03:58:27 +0000 (03:58 +0000)
is nowhere used.

gdb/ChangeLog
gdb/config/a29k/tm-a29k.h

index 6967db81cb338758cae6ab063486d563b4367f84..f49f9b1e56fdd83fc5a68b23c2732bcab4c72dd8 100644 (file)
@@ -1,5 +1,8 @@
 Thu Mar 30 19:46:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
+       * config/a29k/tm-a29k.h: Nuke obsolete define CONTROL_END_ADDR; it
+       is nowhere used.
+
        * stabsread.c (read_range_type): Remove FIXME comment about
        type-id (I presume this meant a number followed by = followed by a
        type) versus type number; Per fixed it.
index 7b0ec88edaeb7821d626aa116b183e45119d569b..023647b97c0f6f7a7c02ceda5a08c10325762c3f 100644 (file)
@@ -56,14 +56,6 @@ CORE_ADDR skip_prologue ();
                                    ? read_register (TPC_REGNUM) \
                                    : read_register (LR0_REGNUM))
 
-/* I'm not sure about the exact value of this, but based on looking
-   at the stack pointer when we get to main this seems to be right.
-
-   This is the register stack; We call it "CONTROL" in GDB for consistency
-   with Pyramid.  */
-/* I suspect this is obsolete, just like STACK_END_ADDR.  */
-#define CONTROL_END_ADDR 0x80200000
-
 /* Stack grows downward.  */
 
 #define INNER_THAN <
This page took 0.024895 seconds and 4 git commands to generate.