This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH][GOLD] Save information about mapping symbols in objects.


Hi,

     This patch extends Arm_relobj::do_count_local_symbols to save
information about mapping symbols.  We need that information to
distinguish THUMB code and anything else when scanning for code that
might trigger the Cortex-A8 erratum.

-Doug

2010-01-12  Doug Kwan  <dougkwan@google.com>

        * arm.cc (Arm_relobj::mapping_symbols_info_): New data member.
        (Arm_relobj::Mapping_symbol_position,
         Arm_reloj::Mapping_symbol_position_less,
         Arm_relobj::Mapping_symbols_info): New types.
        (Target_arm::is_mapping_symbol_name): New method definition.
        (Arm_relobj::do_count_local_symbols): Save information about mapping
        symbols.

Attachment: patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]