mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-23 12:09:49 +00:00
[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:
parent
4a556533cf
commit
c25aa1e114
@ -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.".
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user