X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gold%2Fs390.cc;h=23a203223d702b330cea1147f8ca7511f00a2d68;hb=de54374205650be71237ce51ef7981d30ddd78dc;hp=3542ee6d3019619264c3179729932787fc08aae0;hpb=219d1afa89d0d53ca93a684cac341f16470f3ca0;p=deliverable%2Fbinutils-gdb.git diff --git a/gold/s390.cc b/gold/s390.cc index 3542ee6d30..23a203223d 100644 --- a/gold/s390.cc +++ b/gold/s390.cc @@ -1,6 +1,6 @@ // s390.cc -- s390 target support for gold. -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2020 Free Software Foundation, Inc. // Written by Marcin Kościelnicki . // This file is part of gold. @@ -827,6 +827,7 @@ Target::Target_info Target_s390<32>::s390_info = NULL, // attributes_vendor "_start", // entry_symbol_name 32, // hash_entry_size + elfcpp::SHT_PROGBITS, // unwind_section_type }; template<> @@ -855,6 +856,7 @@ Target::Target_info Target_s390<64>::s390_info = NULL, // attributes_vendor "_start", // entry_symbol_name 64, // hash_entry_size + elfcpp::SHT_PROGBITS, // unwind_section_type }; template