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. 0c315784bf5f5d972dd85f5f621ed9674efc5665


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  0c315784bf5f5d972dd85f5f621ed9674efc5665 (commit)
      from  deba7593bb5b6e5159f5f0ea0afecd69125057a7 (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=0c315784bf5f5d972dd85f5f621ed9674efc5665

commit 0c315784bf5f5d972dd85f5f621ed9674efc5665
Author: DJ Delorie <dj@redhat.com>
Date:   Thu Mar 20 17:50:49 2014 -0400

    Add opcode relaxation for rl78-elf
    
    This patch adds initial in-gas opcode relaxation for the rl78
    backend.  Specifically, it checks for conditional branches that
    are too far and replaces them with inverted branches around longer
    fixed branches.

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

Summary of changes:
 gas/ChangeLog           |   16 ++
 gas/config/rl78-defs.h  |    3 +
 gas/config/rl78-parse.y |   18 +-
 gas/config/tc-rl78.c    |  494 +++++++++++++++++++++++++++++++++++++++++++++--
 gas/config/tc-rl78.h    |    3 +
 5 files changed, 511 insertions(+), 23 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]