This is the mail archive of the
binutils-cvs@sourceware.org
mailing list for the binutils project.
src/gold arm.cc
- From: dougkwan at sourceware dot org
- To: binutils-cvs at sourceware dot org
- Date: 3 Jun 2009 00:06:15 -0000
- Subject: src/gold arm.cc
CVSROOT: /cvs/src
Module name: src
Changes by: dougkwan@sourceware.org 2009-06-03 00:06:15
Modified files:
gold : arm.cc
Log message:
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.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/arm.cc.diff?cvsroot=src&r1=1.2&r2=1.3