[GOLD] -Wimplicit-fallthrough warning fixes
authorAlan Modra <amodra@gmail.com>
Wed, 5 Oct 2016 05:10:11 +0000 (15:40 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 5 Oct 2016 23:06:33 +0000 (09:36 +1030)
commitd8e9025191bc7b8ac1ffe28612a9015cd238f5b2
tree0ac93fa28b46671bd9b5e960477820b5b01bafa6
parent95e61695c199a07c832153cea25ae9c331d16a3c
[GOLD] -Wimplicit-fallthrough warning fixes

* aarch64.cc: Spell fall through comments as "// Fall through.".
* arm.cc: Likewise.
* mips.cc: Likewise.
* powerpc.cc: Likewise.
* s390.cc: Likewise.
* sparc.cc: Likewise.
* x86_64.cc: Likewise.
* powerpc.cc (Target_powerpc::Relocate::relocate): Add missing
fall through comments.
* sparc.cc: (Target_sparc::Scan::global): Likewise.
(Target_sparc::Relocate::relocate): Likewise.
* tilegx.cc (Target_tilegx::Relocate::relocate): Likewise.
* resolve.cc (symbol_to_bits): Add missing break.
gold/ChangeLog
gold/aarch64.cc
gold/arm.cc
gold/mips.cc
gold/powerpc.cc
gold/resolve.cc
gold/s390.cc
gold/sparc.cc
gold/tilegx.cc
gold/x86_64.cc
This page took 0.024357 seconds and 4 git commands to generate.