This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] gold: scanning ARM relocations.
- From: Ian Lance Taylor <iant at google dot com>
- To: Doug Kwan (éæå) <dougkwan at google dot com>
- Cc: binutils at sourceware dot org
- Date: Tue, 02 Jun 2009 17:03:44 -0700
- Subject: Re: [PATCH] gold: scanning ARM relocations.
- References: <498552560906021618v41e337e1m41dd444872fe73b7@mail.gmail.com>
"Doug Kwan (éæå)" <dougkwan@google.com> writes:
> 2009-06-02 Doug Kwan <dougkwan@google.com>
>
> * gold/arm.cc (Target_arm::Scan::Scan): Initialize
> issued_non_pic_error_.
> (class Target_arm::Scan): Declare new method check_non_pic.
> Define new method symbol_needs_plt_entry.
> Declare new data member issued_non_pic_error_.
> (class Target_arm::Relocate): Declare new method
> should_apply_static_reloc.
> (Target_arm::may_need_copy_reloc): Handle STT_ARM_TFUNC.
> (Target_arm::Scan::check_non_pic): Define new method.
> (Target_arm::Scan::local): Handle a small subset of reloc types used
> by Android.
> (Target_arm::Scan::local): Same.
> (Target_arm::Relocate::should_apply_statci_reloc): Define new method.
This is OK.
Thanks.
Ian