From d8e9025191bc7b8ac1ffe28612a9015cd238f5b2 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 5 Oct 2016 15:40:11 +1030 Subject: [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/arm.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gold/arm.cc') diff --git a/gold/arm.cc b/gold/arm.cc index 9171d0b..b51612c 100644 --- a/gold/arm.cc +++ b/gold/arm.cc @@ -12820,7 +12820,7 @@ Target_arm::apply_cortex_a8_workaround( // branch to the stub. We use the THUMB-2 encoding here. upper_insn = 0xf000U; lower_insn = 0xb800U; - // Fall through + // Fall through. case arm_stub_a8_veneer_b: case arm_stub_a8_veneer_bl: case arm_stub_a8_veneer_blx: -- cgit v1.1