diff options
author | Bernd Schmidt <bernds@codesourcery.com> | 2011-02-03 23:20:26 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds@codesourcery.com> | 2011-02-03 23:20:26 +0000 |
commit | 98d23befa71616a16691c171a2899594c00c9c76 (patch) | |
tree | 267adf9ddd23b11165929a36437eded02eddd536 /gas/doc/as.texinfo | |
parent | 02e155fee8fa5ec3e307807a67781f112466ad19 (diff) | |
download | gdb-98d23befa71616a16691c171a2899594c00c9c76.zip gdb-98d23befa71616a16691c171a2899594c00c9c76.tar.gz gdb-98d23befa71616a16691c171a2899594c00c9c76.tar.bz2 |
gas/
* doc/as.texinfo (Target TIC6X options): Don't mention "-matomic".
* doc/c-tic6x.texi (TIC6X Directives): Don't mention ".atomic".
(TIC6X Options): Don't mention "-matomic".
* config/tc-tic6x.c (OPTION_MATOMIC, OPTION_MNO_ATOMIC): Delete.
(md_longopts): Remove corresponding entries.
(md_parse_option): Don't handle them.
(md_show_usage): Don't document them.
(tic6x_atomic): Delete variable.
(tic6x_update_features): Always copy tic6x_arch_enable to
tic6x_features.
(tic6x_arch_enable): Remove references to TIC6X_INSN_ATOMIC.
(s_tic6x_atomic, s_tic6x_noatomic): Remove functions.
(md_pseudo_table): Remove ".atomic" and ".noatomic".
gas/testsuite/
* gas/tic6x/dir-junk.l: Remove tests for .atomic and .noatomic.
* gas/tic6x/dir-junk.s: Likewise.
* gas/tic6x/insns-c674x-bad.d: Remove test.
* gas/tic6x/insns-c674x-bad.l: Likewise.
* gas/tic6x/insns-atomic.d: Remove "-matomic" switch.
include/opcode/
* tic6x-opcode-table.h (cmtl, ll, sl): Available on C64XP.
* tic6x.h (TIC6X_INSN_ATOMIC): Remove.
Diffstat (limited to 'gas/doc/as.texinfo')
-rw-r--r-- | gas/doc/as.texinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index d9d9ab1..6f09de8 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -477,9 +477,9 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}. @ifset TIC6X @emph{Target TIC6X options:} - [@b{-march=@var{arch}}] [@b{-matomic}|@b{-mno-atomic}] - [@b{-mbig-endian}|@b{-mlittle-endian}] [@b{-mdsbt}|@b{-mno-dsbt}] - [@b{-mpid=no}|@b{-mpid=near}|@b{-mpid=far}] [@b{-mpic}|@b{-mno-pic}] + [@b{-march=@var{arch}}] [@b{-mbig-endian}|@b{-mlittle-endian}] + [@b{-mdsbt}|@b{-mno-dsbt}] [@b{-mpid=no}|@b{-mpid=near}|@b{-mpid=far}] + [@b{-mpic}|@b{-mno-pic}] @end ifset @ifset XTENSA |