X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gold%2Fs390.cc;h=16566135e275442a88731a552472d2dca604e51a;hb=7190276c52b9d86a52aae73d3a0f8b56e7a1f4f1;hp=3542ee6d3019619264c3179729932787fc08aae0;hpb=219d1afa89d0d53ca93a684cac341f16470f3ca0;p=deliverable%2Fbinutils-gdb.git diff --git a/gold/s390.cc b/gold/s390.cc index 3542ee6d30..16566135e2 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-2019 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