]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* config/tc-avr.c: Add specified_mcu variable for selected mcu.
authorDenis Chertykov <chertykov@gmail.com>
Sat, 29 Mar 2014 05:53:16 +0000 (09:53 +0400)
committerDenis Chertykov <chertykov@gmail.com>
Sat, 29 Mar 2014 05:53:16 +0000 (09:53 +0400)
commitaf910977fbd500214e93d0a9b3d61e707df6d93c
tree139f96cbbb62fbbb04d6c655fd8c04410cbe3c55
parented0251d24b7573e58fe22bea44c04887daedaa32
* 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.
gas/config/tc-avr.c
gas/doc/c-avr.texi
gas/testsuite/gas/avr/avr.exp [new file with mode: 0644]
gas/testsuite/gas/avr/rmw.d [new file with mode: 0644]
gas/testsuite/gas/avr/rmw.s [new file with mode: 0644]