x86: drop bogus IgnoreSize from AES/VAES insns
[deliverable/binutils-gdb.git] / gold / s390.cc
index 3542ee6d3019619264c3179729932787fc08aae0..1043056d021c9ba71cc74fed7c2d6790ad775452 100644 (file)
@@ -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<int size>
This page took 0.03075 seconds and 4 git commands to generate.