mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
* hppa-hpux-tdep.c: Fix a compilation failure due to a comment
that was inserted inside a comment.
This commit is contained in:
parent
607dea9764
commit
080228b217
@ -1,3 +1,8 @@
|
||||
2004-07-10 Joel Brobecker <brobecker@gnat.com>
|
||||
|
||||
* hppa-hpux-tdep.c: Fix a compilation failure due to a comment
|
||||
that was inserted inside a comment.
|
||||
|
||||
2004-07-10 Randolph Chung <tausq@debian.org>
|
||||
|
||||
* hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
|
||||
|
@ -1255,14 +1255,14 @@ hppa_hpux_push_dummy_code (struct gdbarch *gdbarch, CORE_ADDR sp,
|
||||
function called __d_plt_call exists; __d_plt_call expects a PLABEL instead
|
||||
of an import stub as an argument.
|
||||
|
||||
/* *INDENT-OFF* */
|
||||
// *INDENT-OFF*
|
||||
To summarize, the call flow is:
|
||||
current function -> dummy frame -> __gcc_plt_call (import stub)
|
||||
-> target function
|
||||
or
|
||||
current function -> dummy frame -> __d_plt_call (plabel)
|
||||
-> target function
|
||||
/* *INDENT-ON* */
|
||||
// *INDENT-ON*
|
||||
|
||||
In general the "funcaddr" argument passed to push_dummy_code is the actual
|
||||
entry point of the target function. For __gcc_plt_call, we need to
|
||||
|
Loading…
Reference in New Issue
Block a user