diff options
Diffstat (limited to 'gold/arm.cc')
-rw-r--r-- | gold/arm.cc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gold/arm.cc b/gold/arm.cc index c980c6b..ddf928b 100644 --- a/gold/arm.cc +++ b/gold/arm.cc @@ -2952,7 +2952,8 @@ const Target::Target_info Target_arm<big_endian>::arm_info = 0, // small_common_section_flags 0, // large_common_section_flags ".ARM.attributes", // attributes_section - "aeabi" // attributes_vendor + "aeabi", // attributes_vendor + "_start" // entry_symbol_name }; // Arm relocate functions class @@ -12216,7 +12217,8 @@ const Target::Target_info Target_arm_nacl<big_endian>::arm_nacl_info = 0, // small_common_section_flags 0, // large_common_section_flags ".ARM.attributes", // attributes_section - "aeabi" // attributes_vendor + "aeabi", // attributes_vendor + "_start" // entry_symbol_name }; template<bool big_endian> |