diff options
Diffstat (limited to 'gold/i386.cc')
-rw-r--r-- | gold/i386.cc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gold/i386.cc b/gold/i386.cc index 4c18de0..386de03 100644 --- a/gold/i386.cc +++ b/gold/i386.cc @@ -898,7 +898,8 @@ const Target::Target_info Target_i386::i386_info = 0, // large_common_section_flags NULL, // attributes_section NULL, // attributes_vendor - "_start" // entry_symbol_name + "_start", // entry_symbol_name + 32, // hash_entry_size }; // Get the GOT section, creating it if necessary. @@ -4084,7 +4085,8 @@ const Target::Target_info Target_i386_nacl::i386_nacl_info = 0, // large_common_section_flags NULL, // attributes_section NULL, // attributes_vendor - "_start" // entry_symbol_name + "_start", // entry_symbol_name + 32, // hash_entry_size }; #define NACLMASK 0xe0 // 32-byte alignment mask @@ -4320,7 +4322,8 @@ const Target::Target_info Target_iamcu::iamcu_info = 0, // large_common_section_flags NULL, // attributes_section NULL, // attributes_vendor - "_start" // entry_symbol_name + "_start", // entry_symbol_name + 32, // hash_entry_size }; class Target_selector_iamcu : public Target_selector |