Commit c4e992ae by Alexandre Oliva Committed by Alexandre Oliva

mips.c (mips_output_conditional_branch): Add `break' between `default' label and `close braces'.

* config/mips/mips.c (mips_output_conditional_branch): Add `break'
between `default' label and `close braces'.

From-SVN: r27533
parent 666260c3
Tue Jun 15 12:51:23 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
* config/mips/mips.c (mips_output_conditional_branch): Add `break'
between `default' label and `close braces'.
Tue Jun 15 01:55:20 1999 David O'Brien <obrien@FreeBSD.org>
* i386/freebsd-elf.h (LINK_SPEC): clean up the linking library
......
......@@ -8661,6 +8661,7 @@ mips_output_conditional_branch (insn,
default:
/* Not a special case. */
break;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment