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


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  d24e46e3e247e46eb2f5e7ebb5efd0f9fcc5fcdd (commit)
      from  9f75a539d8c84d25465cb6af1a24890bc67121ba (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=d24e46e3e247e46eb2f5e7ebb5efd0f9fcc5fcdd

commit d24e46e3e247e46eb2f5e7ebb5efd0f9fcc5fcdd
Author: Denis Chertykov <chertykov@gmail.com>
Date:   Sat Mar 29 09:41:32 2014 +0400

    	* config/tc-avr.c: Add specified_mcu variable for selected mcu.
    	(enum options): add OPTION_RMW_ISA for -mrmw option.
    	(struct option md_longopts): Add mrmw option.
    	(md_show_usage): add -mrmw option description.
    	(md_parse_option): Update isa details if -mrmw option specified.
    	* doc/c-avr.texi: Add doc for new option -mrmw.
    	* gas/avr/avr.exp: Run new tests.
    	* gas/avr/rmw.d: Add test for additional ISA support.
    	* gas/avr/rmw.s: Ditto.

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

Summary of changes:
 gas/ChangeLog                 |    9 +++++++++
 gas/config/tc-avr.c           |   20 +++++++++++++++++---
 gas/doc/c-avr.texi            |    4 ++++
 gas/testsuite/ChangeLog       |    6 ++++++
 gas/testsuite/gas/avr/avr.exp |   24 ++++++++++++++++++++++++
 gas/testsuite/gas/avr/rmw.d   |   23 +++++++++++++++++++++++
 gas/testsuite/gas/avr/rmw.s   |   32 ++++++++++++++++++++++++++++++++
 7 files changed, 115 insertions(+), 3 deletions(-)
 create mode 100644 gas/testsuite/gas/avr/avr.exp
 create mode 100644 gas/testsuite/gas/avr/rmw.d
 create mode 100644 gas/testsuite/gas/avr/rmw.s


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]