[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

@ -1,3 +1,9 @@
2016-10-06 Alan Modra <amodra@gmail.com>
* powerpc.cc (Target_powerpc::Relocate::relocate): Add fall
through comment.
* tilegx.cc (Target_tilegx::Relocate::relocate): Likewise.
2016-10-06 Alan Modra <amodra@gmail.com>
* aarch64.cc: Spell fall through comments as "// Fall through.".

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:

View File

@ -4649,10 +4649,8 @@ Target_tilegx<size, big_endian>::Relocate::relocate(
} // else if (opt_t == tls::TLSOPT_TO_LE)
// both GD/IE are turned into LE, which
// is absolute relocation.
//
// | go through
// |
// V
// Fall through.
// LE
//
// tp