[GOLD] two more fall-through comments

* powerpc.cc (Target_powerpc::Relocate::relocate): Add fall
	through comment.
	* tilegx.cc (Target_tilegx::Relocate::relocate): Likewise.
This commit is contained in:
Alan Modra
2016-10-06 15:54:38 +10:30
parent 4a556533cf
commit c25aa1e114
3 changed files with 9 additions and 4 deletions

View File

@@ -8007,6 +8007,7 @@ Target_powerpc<size, big_endian>::Relocate::relocate(
maybe_dq_reloc = true;
break;
}
// Fall through.
case elfcpp::R_POWERPC_ADDR16:
case elfcpp::R_POWERPC_REL16:
case elfcpp::R_PPC64_TOC16: