diff options
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index d84e9cb..4c41b50 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2009-04-23 Joel Brobecker <brobecker@adacore.com> + + * gdbint.texinfo (Defining Other Architecture Features): Remove + enty for PROCESS_LINENUMBER_HOOK. + 2009-04-22 Vladimir Prus <vladimir@codesourcery.com> * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index daf55d0..a07a572 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -4820,10 +4820,6 @@ guess the starting and ending addresses of the compilation unit from them. nonzero if a function argument of type @var{type} is passed by reference instead of value. -@item PROCESS_LINENUMBER_HOOK -@findex PROCESS_LINENUMBER_HOOK -A hook defined for XCOFF reading. - @item CORE_ADDR gdbarch_push_dummy_call (@var{gdbarch}, @var{function}, @var{regcache}, @var{bp_addr}, @var{nargs}, @var{args}, @var{sp}, @var{struct_return}, @var{struct_addr}) @findex gdbarch_push_dummy_call @anchor{gdbarch_push_dummy_call} Define this to push the dummy frame's call to |