diff options
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 6a0c30a..eb815c2 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-11-28 Andrew Cagney <ac131313@redhat.com> + + * gdbint.texinfo (Host Definition): Delete documentation on + USE_GENERIC_DUMMY_FRAMES. + 2002-11-26 Elena Zannoni <ezannoni@redhat.com> Fix PR gdb/723 and PR gdb/245. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 0cdbc05..c6936b8 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -2245,11 +2245,6 @@ of functions to indicate that they never return. The default is already set correctly if compiling with GCC. This will almost never need to be defined. -@item USE_GENERIC_DUMMY_FRAMES -@cindex generic dummy frames -Define this to 1 if the target is using the generic inferior function -call code. See @code{blockframe.c} for more information. - @item USE_MMALLOC @findex mmalloc @value{GDBN} will use the @code{mmalloc} library for memory allocation |