mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08: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:
@ -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>
|
2016-10-06 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* aarch64.cc: Spell fall through comments as "// Fall through.".
|
* aarch64.cc: Spell fall through comments as "// Fall through.".
|
||||||
|
@ -8007,6 +8007,7 @@ Target_powerpc<size, big_endian>::Relocate::relocate(
|
|||||||
maybe_dq_reloc = true;
|
maybe_dq_reloc = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
// Fall through.
|
||||||
case elfcpp::R_POWERPC_ADDR16:
|
case elfcpp::R_POWERPC_ADDR16:
|
||||||
case elfcpp::R_POWERPC_REL16:
|
case elfcpp::R_POWERPC_REL16:
|
||||||
case elfcpp::R_PPC64_TOC16:
|
case elfcpp::R_PPC64_TOC16:
|
||||||
|
@ -4649,10 +4649,8 @@ Target_tilegx<size, big_endian>::Relocate::relocate(
|
|||||||
} // else if (opt_t == tls::TLSOPT_TO_LE)
|
} // else if (opt_t == tls::TLSOPT_TO_LE)
|
||||||
// both GD/IE are turned into LE, which
|
// both GD/IE are turned into LE, which
|
||||||
// is absolute relocation.
|
// is absolute relocation.
|
||||||
//
|
// Fall through.
|
||||||
// | go through
|
|
||||||
// |
|
|
||||||
// V
|
|
||||||
// LE
|
// LE
|
||||||
//
|
//
|
||||||
// tp
|
// tp
|
||||||
|
Reference in New Issue
Block a user