diff options
Diffstat (limited to 'gold/i386.cc')
-rw-r--r-- | gold/i386.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gold/i386.cc b/gold/i386.cc index eabf8e0..f61e168 100644 --- a/gold/i386.cc +++ b/gold/i386.cc @@ -441,7 +441,9 @@ const Target::Target_info Target_i386::i386_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 }; // Get the GOT section, creating it if necessary. |