]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* hppa-tdep.c: Remove all uses of use_unwind and `set use_unwind'
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 29 Jul 1993 18:41:26 +0000 (18:41 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 29 Jul 1993 18:41:26 +0000 (18:41 +0000)
command.  Now we use unwind info by default if we can find it.

gdb/hppa-tdep.c

index 4bad651e68aae0ff8d2c6232c75888b35143bc3b..4def91a20ee30924cbac5779c48fdf4e94b29121 100644 (file)
@@ -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));