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] Use Arm_address instead of elfcpp::Elf_types<32>::Elf_Addr.


Hi,

    This patch mechanically replaces all uses of
elfcpp::Elf_types<32>::Elf_Addr in arm.cc with its alias Arm_address,
which is easier to type and has a more specific meaning.  The typedef
statement defining Arm_address is already in arm.cc.

-Doug

2009-10-29  Doug Kwan  <dougkwan@google.com>

        * arm.cc: Use Arm_address instead of elfcpp::Elf_types<32>::Elf_Addr.

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]