mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
2004-01-05 Andrew Cagney <cagney@redhat.com>
* ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED" should be a switch case and not a label. * mips-tdep.c (mips32_next_pc): Delete unused labels "greater_equal_branch" and "less_zero_branch". * jv-valprint.c (java_print_value_fields): Delete unused label "flush_it".
This commit is contained in:
@@ -1083,7 +1083,6 @@ mips32_next_pc (CORE_ADDR pc)
|
||||
case 3: /* BGEZL */
|
||||
case 17: /* BGEZAL */
|
||||
case 19: /* BGEZALL */
|
||||
greater_equal_branch:
|
||||
if (read_signed_register (itype_rs (inst)) >= 0)
|
||||
pc += mips32_relative_offset (inst) + 4;
|
||||
else
|
||||
@@ -1129,7 +1128,6 @@ mips32_next_pc (CORE_ADDR pc)
|
||||
pc += 8;
|
||||
break;
|
||||
case 6: /* BLEZ, BLEZL */
|
||||
less_zero_branch:
|
||||
if (read_signed_register (itype_rs (inst) <= 0))
|
||||
pc += mips32_relative_offset (inst) + 4;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user