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. 23d4663e222cbb2b9776150677683516bb7135b7


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  23d4663e222cbb2b9776150677683516bb7135b7 (commit)
      from  063bb0250defafcc55544474a2961ecbc153882e (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=23d4663e222cbb2b9776150677683516bb7135b7

commit 23d4663e222cbb2b9776150677683516bb7135b7
Author: Nick Clifton <nickc@redhat.com>
Date:   Thu Jan 8 16:23:16 2015 +0000

    Adds code to the MSP430 linker to transform a 4-byte BR instruction into
    a 2-byte JMP instruction, when this can be done safely.
    
    	* elf32-msp430.c (msp430_elf_relax_section): Add relaxation of
    	16-bit absolute BR instructions to 10-bit pc-relative JMP
    	instructions.

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

Summary of changes:
 bfd/ChangeLog      |    6 +++++
 bfd/elf32-msp430.c |   64 +++++++++++++++++++++++++++++++++++++++++++++++-----
 2 files changed, 64 insertions(+), 6 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]