forked from Imagelibrary/binutils-gdb
[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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user