X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gold%2Fs390.cc;h=9f578e4bd78322f7acc199527f8325572dd13c1a;hb=04386d9ed5f068b74757bfac01670576e4e59b8a;hp=c496018200183aa86ff7dd807c07585d2a34df2e;hpb=40d85a7f9c3446db070bd792d9f2106dc9adaf8c;p=deliverable%2Fbinutils-gdb.git diff --git a/gold/s390.cc b/gold/s390.cc index c496018200..9f578e4bd7 100644 --- a/gold/s390.cc +++ b/gold/s390.cc @@ -2555,7 +2555,7 @@ Target_s390::Scan::local(Symbol_table* symtab, unsupported_reloc_local(object, r_type); } } - // fall through + // Fall through. case elfcpp::R_390_TLS_IEENT: case elfcpp::R_390_TLS_GOTIE12: case elfcpp::R_390_TLS_GOTIE20: @@ -2993,7 +2993,7 @@ Target_s390::Scan::global(Symbol_table* symtab, unsupported_reloc_global(object, r_type, gsym); } } - // fall through + // Fall through. case elfcpp::R_390_TLS_IEENT: case elfcpp::R_390_TLS_GOTIE12: case elfcpp::R_390_TLS_GOTIE20: @@ -3241,7 +3241,7 @@ Target_s390::Relocate::relocate( || (gsym->is_defined() && !gsym->is_from_dynobj() && !gsym->is_preemptible())); - // fallthru + // Fall through. case elfcpp::R_390_8: case elfcpp::R_390_12: case elfcpp::R_390_16: @@ -3270,7 +3270,7 @@ Target_s390::Relocate::relocate( gold_assert(gsym == NULL || gsym->has_plt_offset() || gsym->final_value_is_known()); - // fallthru + // Fall through. case elfcpp::R_390_GOTOFF64: case elfcpp::R_390_GOTOFF32: case elfcpp::R_390_GOTOFF16: