* objfiles.h: Fix comments to reflect the fact that the phrase
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 13 Jan 1994 00:34:18 +0000 (00:34 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 13 Jan 1994 00:34:18 +0000 (00:34 +0000)
"top of stack" always refers to where the pushing and popping takes
place, regardless of whether it is at the highest or lowest address.

gdb/ChangeLog
gdb/objfiles.h

index 36ea1a3e8f3cf9fb778798162e7befbe387c9838..fea2cbe72cc8c6deadc9a9dc93879cefa8a1d3b7 100644 (file)
@@ -1,3 +1,9 @@
+Wed Jan 12 19:32:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * objfiles.h: Fix comments to reflect the fact that the phrase
+       "top of stack" always refers to where the pushing and popping takes
+       place, regardless of whether it is at the highest or lowest address.
+
 Wed Jan 12 13:23:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
        * mdebugread.c (parse_symbol):  Do not set TYPE_TAG_NAME for
index bf1a930ffdce4e299db3cb93093ed5bc5309842f..6cff2cad93e58ef5d483e225108919b2c473aca7 100644 (file)
@@ -40,10 +40,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
    executable which correspond to the "startup file", I.E. crt0.o in most
    cases.  This file is assumed to be a startup file and frames with pc's
    inside it are treated as nonexistent.  Setting these variables is necessary
-   so that backtraces do not fly off the bottom of the stack (or top, depending
-   upon your stack orientation).
+   so that backtraces do not fly off the bottom of the stack.
 
-   Gdb also supports an alternate method to avoid running off the top/bottom
+   Gdb also supports an alternate method to avoid running off the bottom
    of the stack.
 
    There are two frames that are "special", the frame for the function
This page took 0.025937 seconds and 4 git commands to generate.