This is the mail archive of the binutils-cvs@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]

gdb and binutils branch master updated. 331ed1307b93d3ff77d248bdf2f7b79a20851457


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  331ed1307b93d3ff77d248bdf2f7b79a20851457 (commit)
      from  68f34464821105e0c74a0ce16c5d26d4c3e1d20c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=331ed1307b93d3ff77d248bdf2f7b79a20851457

commit 331ed1307b93d3ff77d248bdf2f7b79a20851457
Author: Sterling Augustine <augustine.sterling@gmail.com>
Date:   Tue Jan 25 13:59:13 2011 -0800

    Fix 'call8: call target out of range' xtensa ld relaxation bug
    
    During link-time relaxation distance between cross-section call site and
    its target may grow, producing 'call target out of range' error for
    relaxed calls. Be more conservative when calculating whether or not a
    callx can be converted to a straight call.
    
    2014-09-23  Sterling Augustine  <augustine.sterling@gmail.com>
    
    bfd/
        * elf32-xtensa.c (is_resolvable_asm_expansion): for cross-section
        call relaxation use furthermost addresses where call source and
        destination can be to check whether it's in the range of a direct
        call.

-----------------------------------------------------------------------

Summary of changes:
 bfd/ChangeLog      |    7 +++++++
 bfd/elf32-xtensa.c |   41 +++++++++++++++++++++++++++++++++++++----
 2 files changed, 44 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
gdb and binutils


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