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]

Re: [PATCH][gold] Add support for DT_MIPS_RLD_MAP and DT_MIPS_RLD_MAP_REL.


> This patch adds support for DT_MIPS_RLD_MAP and DT_MIPS_RLD_MAP_REL dynamic tags,
> .rld_map section, and __RLD_MAP symbol.
>
> elfcpp/
>         * elfcpp.h (DT_MIPS_RLD_MAP_REL): New enum constant.
> gold/
>         * mips.cc (Target_mips::Target_mips): Initialize rld_map_.
>         (Target_mips::rld_map_): New data member.
>         (Target_mips::do_finalize_sections): Add support for
>         DT_MIPS_RLD_MAP and DT_MIPS_RLD_MAP_REL dynamic tags,
>         .rld_map section, and __RLD_MAP symbol.
>         (Target_mips::do_dynamic_tag_custom_value): Add support for
>         DT_MIPS_RLD_MAP_REL dynamic tag.
>         * output.cc (Output_data_dynamic::get_entry_offset): New method
>         definition.
>         * output.h (Output_data_dynamic::get_entry_offset): New method
>         declaration.

Committed (with a couple of minor formatting fixes). Thanks!

-cary


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