diff options
author | Joel Brobecker <brobecker@gnat.com> | 2004-07-12 17:09:58 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2004-07-12 17:09:58 +0000 |
commit | 080228b2179ef38ffb6d5eb4aca3213c843299a3 (patch) | |
tree | 8a5f414c72d7a2868f797e091fe27f7fe97a5569 /gdb/hppa-hpux-tdep.c | |
parent | 607dea976448c7af523547e62d37eba4975c3f94 (diff) | |
download | gdb-080228b2179ef38ffb6d5eb4aca3213c843299a3.zip gdb-080228b2179ef38ffb6d5eb4aca3213c843299a3.tar.gz gdb-080228b2179ef38ffb6d5eb4aca3213c843299a3.tar.bz2 |
* hppa-hpux-tdep.c: Fix a compilation failure due to a comment
that was inserted inside a comment.
Diffstat (limited to 'gdb/hppa-hpux-tdep.c')
-rw-r--r-- | gdb/hppa-hpux-tdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/hppa-hpux-tdep.c b/gdb/hppa-hpux-tdep.c index d01607a..78f3e2a 100644 --- a/gdb/hppa-hpux-tdep.c +++ b/gdb/hppa-hpux-tdep.c @@ -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 |