X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gold%2Fs390.cc;h=23a203223d702b330cea1147f8ca7511f00a2d68;hb=58920b5be048726fca38e4e6ddcaa02ae6d9c1b8;hp=a188268e3543c7d8298f241752912f0995fab2b0;hpb=2571583aed598dd3f9651b53434e5f177a0e3cf7;p=deliverable%2Fbinutils-gdb.git diff --git a/gold/s390.cc b/gold/s390.cc index a188268e35..23a203223d 100644 --- a/gold/s390.cc +++ b/gold/s390.cc @@ -1,6 +1,6 @@ // s390.cc -- s390 target support for gold. -// Copyright (C) 2015-2017 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