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. a0593ad95626fddd6777a418feb3dd3722e1ef66


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  a0593ad95626fddd6777a418feb3dd3722e1ef66 (commit)
      from  f50c47f1184b39831f7c8a8200bc349f47619ac3 (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=a0593ad95626fddd6777a418feb3dd3722e1ef66

commit a0593ad95626fddd6777a418feb3dd3722e1ef66
Author: Alan Modra <amodra@gmail.com>
Date:   Wed Mar 5 19:31:45 2014 +1030

    Support more relocs on 16-bit insn fields
    
    This patch allows gas to assemble a testcase like
    	li 3,ext_sym
    which oddly was not accepted while the following is OK:
    	li 3,ext_sym@l
    
    	* config/tc-ppc.c (md_assemble): Move code adjusting reloc types
    	later.  Merge absolute and relative branch reloc selection.
    	Generate 16-bit relocs for most 16-bit insn fields given a
    	non-constant expression.

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

Summary of changes:
 gas/ChangeLog       |    7 ++
 gas/config/tc-ppc.c |  225 +++++++++++++++++++++++++--------------------------
 2 files changed, 116 insertions(+), 116 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]