mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-27 14:00:30 +00:00
* score-dis.c (print_insn_score48, print_insn_score32): Move default
case label to proper lexical block. * score7-dis.c (print_insn_score32): Likewise.
This commit is contained in:
parent
5f33580ce3
commit
b33bafa0d7
@ -1,3 +1,9 @@
|
||||
2009-06-22 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* score-dis.c (print_insn_score48, print_insn_score32): Move default
|
||||
case label to proper lexical block.
|
||||
* score7-dis.c (print_insn_score32): Likewise.
|
||||
|
||||
2009-06-19 Martin Schwidefsky <sschwidefsky@de.ibm.com>
|
||||
|
||||
* s390-opc.c (INSTR_RR_0R_OPT, INSTR_RX_0RRD_OPT, MASK_RR_0R_OPT,
|
||||
|
@ -646,10 +646,9 @@ print_insn_score48 (struct disassemble_info *info, bfd_vma given)
|
||||
abort ();
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
abort ();
|
||||
}
|
||||
default:
|
||||
abort ();
|
||||
}
|
||||
}
|
||||
else
|
||||
@ -854,10 +853,9 @@ print_insn_score32 (bfd_vma pc, struct disassemble_info *info, long given)
|
||||
abort ();
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
abort ();
|
||||
}
|
||||
default:
|
||||
abort ();
|
||||
}
|
||||
}
|
||||
else
|
||||
|
@ -678,10 +678,9 @@ print_insn_score32 (bfd_vma pc, struct disassemble_info *info, long given)
|
||||
abort ();
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
abort ();
|
||||
}
|
||||
default:
|
||||
abort ();
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user