gas/
commitb2bdc239c79809f363f4eee9fb80130cdaceec12
authorBernd Schmidt <bernd.schmidt@analog.com>
Thu, 3 Feb 2011 23:20:24 +0000 (3 23:20 +0000)
committerBernd Schmidt <bernd.schmidt@analog.com>
Thu, 3 Feb 2011 23:20:24 +0000 (3 23:20 +0000)
treebf02f95215457f63d277bea41886072ff7cdc801
parent1cacd4359fe9feff670d62b80c2a30189529d64a
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.
14 files changed:
gas/ChangeLog
gas/config/tc-tic6x.c
gas/doc/as.texinfo
gas/doc/c-tic6x.texi
gas/testsuite/ChangeLog
gas/testsuite/gas/tic6x/dir-junk.l
gas/testsuite/gas/tic6x/dir-junk.s
gas/testsuite/gas/tic6x/insns-atomic.d
gas/testsuite/gas/tic6x/insns-c674x-bad.d [deleted file]
gas/testsuite/gas/tic6x/insns-c674x-bad.l [deleted file]
gas/testsuite/gas/tic6x/insns-c674x-bad.s [deleted file]
include/opcode/ChangeLog
include/opcode/tic6x-opcode-table.h
include/opcode/tic6x.h