diff options
Diffstat (limited to 'gold/x86_64.cc')
-rw-r--r-- | gold/x86_64.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gold/x86_64.cc b/gold/x86_64.cc index 2972180..3b37286 100644 --- a/gold/x86_64.cc +++ b/gold/x86_64.cc @@ -439,7 +439,9 @@ const Target::Target_info Target_x86_64::x86_64_info = elfcpp::SHN_UNDEF, // small_common_shndx elfcpp::SHN_X86_64_LCOMMON, // large_common_shndx 0, // small_common_section_flags - elfcpp::SHF_X86_64_LARGE // large_common_section_flags + elfcpp::SHF_X86_64_LARGE, // large_common_section_flags + NULL, // attributes_section + NULL // attributes_vendor }; // This is called when a new output section is created. This is where |