diff options
Diffstat (limited to 'gold/testsuite')
-rw-r--r-- | gold/testsuite/testfile.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gold/testsuite/testfile.cc b/gold/testsuite/testfile.cc index 88e5b81..7f53792 100644 --- a/gold/testsuite/testfile.cc +++ b/gold/testsuite/testfile.cc @@ -101,7 +101,9 @@ const Target::Target_info Target_test<size, big_endian>::test_target_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 }; // The test targets. |