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 Arm_relobj class.


"Doug Kwan (éæå)" <dougkwan@google.com> writes:

> 2009-10-25  Doug Kwan  <dougkwan@google.com>
>
>         * arm.cc (Arm_relobj): New class definition.
>         (Arm_relobj::scan_sections_for_stubs,
>         Arm_relobj::do_count_local_symbols, Arm_relobj::do_relocate_sections):
>         New method definitions.

This is OK.

Thanks.

By the way, we may want to add a field to Target::Target_info which
holds an optional additional STT code indicating a function.  Then any
place which currently checks STT_FUNC could check that field as well,
one way or another.  That might be flexible enough for what we need
without adding a bunch of virtual function calls.

Ian


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