X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gold%2Fmips.cc;h=6cfe924ecd58ca15046761aea2dad26d199292f3;hb=8d9743bd43d7c3123bfee2287e879dde0ac9bba4;hp=01cf33fe38a8d1c580afc410c200ddd446e71a4a;hpb=93084fcd9b85e9f982b75f63f366081f5fe8e2d8;p=deliverable%2Fbinutils-gdb.git diff --git a/gold/mips.cc b/gold/mips.cc index 01cf33fe38..6cfe924ecd 100644 --- a/gold/mips.cc +++ b/gold/mips.cc @@ -10490,7 +10490,8 @@ const Target::Target_info Target_mips::mips_info = 0, // large_common_section_flags NULL, // attributes_section NULL, // attributes_vendor - "__start" // entry_symbol_name + "__start", // entry_symbol_name + 32, // hash_entry_size }; template @@ -10529,7 +10530,8 @@ const Target::Target_info Target_mips_nacl::mips_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 }; // Target selector for Mips. Note this is never instantiated directly.