From: Jim Kingdon Date: Thu, 29 Jul 1993 18:41:26 +0000 (+0000) Subject: * hppa-tdep.c: Remove all uses of use_unwind and `set use_unwind' X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=4432b9f9ff3f14ddef531b46396206484098678c;p=deliverable%2Fbinutils-gdb.git * hppa-tdep.c: Remove all uses of use_unwind and `set use_unwind' command. Now we use unwind info by default if we can find it. --- diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c index 4bad651e68..4def91a20e 100644 --- a/gdb/hppa-tdep.c +++ b/gdb/hppa-tdep.c @@ -541,12 +541,11 @@ frame_chain_valid (chain, thisframe) FRAME thisframe; { struct minimal_symbol *msym; + struct unwind_table_entry *u; if (!chain) return 0; - struct unwind_table_entry *u; - u = find_unwind_entry (thisframe->pc); msym = lookup_minimal_symbol_by_pc (FRAME_SAVED_PC (thisframe));