diff options
Diffstat (limited to 'gold/sparc.cc')
-rw-r--r-- | gold/sparc.cc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gold/sparc.cc b/gold/sparc.cc index acf5ba61743..8047a11536f 100644 --- a/gold/sparc.cc +++ b/gold/sparc.cc @@ -361,7 +361,9 @@ Target::Target_info Target_sparc<32, true>::sparc_info = elfcpp::SHN_UNDEF, // small_common_shndx elfcpp::SHN_UNDEF, // large_common_shndx 0, // small_common_section_flags - 0 // large_common_section_flags + 0, // large_common_section_flags + NULL, // attributes_section + NULL // attributes_vendor }; template<> @@ -382,7 +384,9 @@ Target::Target_info Target_sparc<64, true>::sparc_info = elfcpp::SHN_UNDEF, // small_common_shndx elfcpp::SHN_UNDEF, // large_common_shndx 0, // small_common_section_flags - 0 // large_common_section_flags + 0, // large_common_section_flags + NULL, // attributes_section + NULL // attributes_vendor }; // We have to take care here, even when operating in little-endian |