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


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  b3fe4307a625457c6953fce27bbbfc4c90e38e9d (commit)
      from  55bfc9ac025c1c9cd1ad5422829b3dc70f357a79 (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=b3fe4307a625457c6953fce27bbbfc4c90e38e9d

commit b3fe4307a625457c6953fce27bbbfc4c90e38e9d
Author: Nick Clifton <nickc@redhat.com>
Date:   Wed Mar 26 16:34:04 2014 +0000

    Add support for %hi8, %hi16 and %lo16 being used when relocation are necessary.
    
    	* config/tc-rl78.c (rl78_op): Issue an error message if a 16-bit
    	relocation is used on an 8-bit operand or vice versa.
    	(tc_gen_reloc): Use the RL78_16U relocation for RL78_CODE.
    	(md_apply_fix): Add support for RL78_HI8, RL78_HI16 and RL78_LO16.

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

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