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
This commit is contained in:
Alexandre Oliva 1999-06-15 09:03:35 +00:00 committed by Alexandre Oliva
parent 666260c304
commit c4e992aee9
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -8661,6 +8661,7 @@ mips_output_conditional_branch (insn,
default:
/* Not a special case. */
break;
}
}