mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 17:40:49 +00:00
2006-02-19 Randolph Chung <tausq@debian.org>
* hppa-tdep.c (hppa_in_solib_call_trampoline): Only use if no unwind entry.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2006-02-19 Randolph Chung <tausq@debian.org>
|
||||
|
||||
* hppa-tdep.c (hppa_in_solib_call_trampoline): Only use if no
|
||||
unwind entry.
|
||||
|
||||
2006-02-16 Fred Fish <fnf@specifix.com>
|
||||
|
||||
* eval.c (evaluate_subexp_standard): For OP_TYPE, return
|
||||
|
||||
@@ -2886,7 +2886,7 @@ hppa_in_solib_call_trampoline (CORE_ADDR pc, char *name)
|
||||
quite slow, so bail out if we do have an unwind entry. */
|
||||
|
||||
u = find_unwind_entry (pc);
|
||||
if (u == NULL)
|
||||
if (u != NULL)
|
||||
return 0;
|
||||
|
||||
return (hppa_match_insns_relaxed (pc, hppa_import_stub, insn)
|
||||
|
||||
Reference in New Issue
Block a user