diff options
Diffstat (limited to 'gold/testsuite/testfile.cc')
-rw-r--r-- | gold/testsuite/testfile.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gold/testsuite/testfile.cc b/gold/testsuite/testfile.cc index da3dc61..f360e3d 100644 --- a/gold/testsuite/testfile.cc +++ b/gold/testsuite/testfile.cc @@ -107,7 +107,8 @@ const Target::Target_info Target_test<size, big_endian>::test_target_info = 0, // small_common_section_flags 0, // large_common_section_flags NULL, // attributes_section - NULL // attributes_vendor + NULL, // attributes_vendor + "_start" // entry_symbol_name }; // The test targets. |