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. 00b32ff21f710a5eed92c9fdf51c32103bcc4176


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  00b32ff21f710a5eed92c9fdf51c32103bcc4176 (commit)
      from  273dc279306c2b69fbc1407cc695397e4b015152 (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=00b32ff21f710a5eed92c9fdf51c32103bcc4176

commit 00b32ff21f710a5eed92c9fdf51c32103bcc4176
Author: Nick Clifton <nickc@redhat.com>
Date:   Tue May 20 10:28:42 2014 +0100

    Fix MSP430 assembler to support #hi(<symbol>).
    
    	* config/tc-msp430.c (CHECK_RELOC_MSP430): Add OP parameter.
    	Generate BFD_RELOC_MSP430_ABS_HI16 if vshift is 1.
    	(msp430_srcoperand): Store vshift value in operand.
    
    	* msp430.h (struct msp430_operand_s): Add vshift field.
    
    	* gas/elf/struct.d: Expect extra output from some toolchains.
    	* gas/symver/symver0.d: Likewise.
    	* gas/symver/symver1.d: Likewise.

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

Summary of changes:
 gas/ChangeLog                      |    6 +++
 gas/config/tc-msp430.c             |   76 +++++++++++++++++++++++-------------
 gas/testsuite/ChangeLog            |    6 +++
 gas/testsuite/gas/elf/struct.d     |    5 ++-
 gas/testsuite/gas/symver/symver0.d |    1 +
 gas/testsuite/gas/symver/symver1.d |    1 +
 include/opcode/ChangeLog           |    4 ++
 include/opcode/msp430.h            |    3 +-
 8 files changed, 73 insertions(+), 29 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]