diff options
author | Michael Chastain <mec@google.com> | 2002-04-13 15:56:42 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2002-04-13 15:56:42 +0000 |
commit | d5ba91def662b28325a524e0cff6f846360d7c84 (patch) | |
tree | 876a80a31aeedcd7230f241567b255a01530e482 /gdb | |
parent | ffd61a589b365836fdc910490b4cc411016b4060 (diff) | |
download | binutils-d5ba91def662b28325a524e0cff6f846360d7c84.tar.gz binutils-d5ba91def662b28325a524e0cff6f846360d7c84.tar.bz2 binutils-d5ba91def662b28325a524e0cff6f846360d7c84.zip |
2002-04-12 Michael Chastain <mec@shout.net>
* gdbint.texinfo (Obsolete Conditionals): Remove reference to
REG_STACK_SEGMENT.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index f87cfbdacbd..2f27290667d 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-04-12 Michael Chastain <mec@shout.net> + + * gdbint.texinfo (Obsolete Conditionals): Remove reference to + REG_STACK_SEGMENT. + 2002-04-09 Michael Chastain <mec@shout.net> * gdbint.texinfo (Obsolete Conditionals): Remove references to diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 5cefd394bb9..f3753aa8ab0 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -5728,9 +5728,6 @@ and deleted from all of @value{GDBN}'s config files. Any @file{@var{foo}-xdep.c} file that references STACK_END_ADDR is so old that it has never been converted to use BFD. Now that's old! -@item REG_STACK_SEGMENT -exec.c - @end table @include fdl.texi |