diff options
author | David S. Miller <davem@redhat.com> | 2012-04-24 22:40:23 +0000 |
---|---|---|
committer | David S. Miller <davem@redhat.com> | 2012-04-24 22:40:23 +0000 |
commit | a5a5f7a3361f35dc24a91a33a061ff8516c2595b (patch) | |
tree | 0df1f0472b50a4a2706c57e6f98af6391e07780f /gold/ChangeLog | |
parent | f038d49652c08bc36a5f606879d59c2a8270ad4a (diff) | |
download | gdb-a5a5f7a3361f35dc24a91a33a061ff8516c2595b.zip gdb-a5a5f7a3361f35dc24a91a33a061ff8516c2595b.tar.gz gdb-a5a5f7a3361f35dc24a91a33a061ff8516c2595b.tar.bz2 |
gold: Add linker relaxation of tail calls on sparc.
gold/
* sparc.cc (Target_sparc::Relocate::relax_call): New function.
(Target_sparc::Relocate::relocate): Call it for R_SPARC_WDISP30
and R_SPARC_WPLT30.
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 ea98788..9916e58 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,9 @@ +2012-04-24 David S. Miller <davem@davemloft.net> + + * sparc.cc (Target_sparc::Relocate::relax_call): New function. + (Target_sparc::Relocate::relocate): Call it for R_SPARC_WDISP30 + and R_SPARC_WPLT30. + 2012-04-24 Cary Coutant <ccoutant@google.com> * incremental-dump.cc (find_input_containing_global): Replace |