summaryrefslogtreecommitdiff
path: root/gold/x86_64.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gold/x86_64.cc')
-rw-r--r--gold/x86_64.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/gold/x86_64.cc b/gold/x86_64.cc
index 2972180d21..3b37286e60 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