diff options
author | Denis Chertykov <chertykov@gmail.com> | 2014-03-29 09:46:33 +0400 |
---|---|---|
committer | Denis Chertykov <chertykov@gmail.com> | 2014-03-29 09:46:33 +0400 |
commit | ed0251d24b7573e58fe22bea44c04887daedaa32 (patch) | |
tree | f1e7fff0390eb4172b40fb45e8aa13e98de91d7d /gas/doc/c-avr.texi | |
parent | d24e46e3e247e46eb2f5e7ebb5efd0f9fcc5fcdd (diff) | |
download | binutils-ed0251d24b7573e58fe22bea44c04887daedaa32.zip binutils-ed0251d24b7573e58fe22bea44c04887daedaa32.tar.gz binutils-ed0251d24b7573e58fe22bea44c04887daedaa32.tar.bz2 |
* gas/ChangeLog: Revert
* gas/config/tc-avr.c: Revert
* gas/doc/c-avr.texi: Revert
* gas/testsuite/ChangeLog: Revert
* gas/testsuite/gas/avr/avr.exp: Revert
* gas/testsuite/gas/avr/rmw.d: Revert
* gas/testsuite/gas/avr/rmw.s: Revert
This reverts commit d24e46e3e247e46eb2f5e7ebb5efd0f9fcc5fcdd.
Diffstat (limited to 'gas/doc/c-avr.texi')
-rw-r--r-- | gas/doc/c-avr.texi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gas/doc/c-avr.texi b/gas/doc/c-avr.texi index 6476682..e9cc274 100644 --- a/gas/doc/c-avr.texi +++ b/gas/doc/c-avr.texi @@ -129,10 +129,6 @@ This option disable warnings for skipping two-word instructions. @item -mno-wrap This option reject @code{rjmp/rcall} instructions with 8K wrap-around. -@cindex @code{-mrmw} command line option, AVR -@item -mrmw -Accept RMW (@code{XCH,LAC,LAS,LAT}) instructions. - @end table |