This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit/doco] Delete PROCESS_LINENUMBER_HOOK


As mentioned by Pierre, this macro is no longer used. The associated
documentation patch is trivial, so I committed it as obvious.

2009-04-23  Joel Brobecker  <brobecker@adacore.com>

        * gdbint.texinfo (Defining Other Architecture Features): Remove
        enty for PROCESS_LINENUMBER_HOOK.

Tested by rebuilding the documentation.

-- 
Joel
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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]