* elfxx-mips.c (mips_elf_merge_obj_attributes): Prevent

unwanted fallthroughs in case statement.
This commit is contained in:
Thiemo Seufer 2007-11-14 20:04:22 +00:00
parent 78f156961e
commit 51a0dd312e
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-11-14 Thiemo Seufer <ths@mips.com>
* elfxx-mips.c (mips_elf_merge_obj_attributes): Prevent
unwanted fallthroughs in case statement.
2007-11-13 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/5307

View File

@ -11073,6 +11073,7 @@ mips_elf_merge_obj_attributes (bfd *ibfd, bfd *obfd)
_bfd_error_handler
(_("Warning: %B uses -msingle-float, %B uses -mdouble-float"),
obfd, ibfd);
break;
case 3:
_bfd_error_handler
@ -11092,6 +11093,7 @@ mips_elf_merge_obj_attributes (bfd *ibfd, bfd *obfd)
_bfd_error_handler
(_("Warning: %B uses -msingle-float, %B uses -mdouble-float"),
ibfd, obfd);
break;
case 3:
_bfd_error_handler