diff options
author | David S. Miller <davem@redhat.com> | 2010-02-09 20:05:19 +0000 |
---|---|---|
committer | David S. Miller <davem@redhat.com> | 2010-02-09 20:05:19 +0000 |
commit | 684b268abacfb21ae5b35b2bb6d8fc24665e97d9 (patch) | |
tree | 94c31587ac50b810a798b79366bbfbfe92e7c92d /gold/ChangeLog | |
parent | 3a1e9c4a2d2ad390c012cc593da777ceee36b391 (diff) | |
download | gdb-684b268abacfb21ae5b35b2bb6d8fc24665e97d9.zip gdb-684b268abacfb21ae5b35b2bb6d8fc24665e97d9.tar.gz gdb-684b268abacfb21ae5b35b2bb6d8fc24665e97d9.tar.bz2 |
* sparc.cc (Target_sparc::Scan::local): Do not emit relocs other than
R_SPARC_RELATIVE using ->add_local_relative().
(Target_sparc::Scan::global): Likewise for ->add_global_relative().
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 534ff1d..c2daecd 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,9 @@ +2010-02-09 David S. Miller <davem@davemloft.net> + + * sparc.cc (Target_sparc::Scan::local): Do not emit relocs other than + R_SPARC_RELATIVE using ->add_local_relative(). + (Target_sparc::Scan::global): Likewise for ->add_global_relative(). + 2010-02-08 Doug Kwan <dougkwan@google.com> * arm.cc (Arm_relobj::simple_input_section_output_address): New |