diff options
author | Bernd Schmidt <bernd.schmidt@analog.com> | 2011-02-03 23:20:25 +0000 |
---|---|---|
committer | Bernd Schmidt <bernd.schmidt@analog.com> | 2011-02-03 23:20:25 +0000 |
commit | 32688ec2a26c24094f0033874f05f1a63646c391 (patch) | |
tree | 54e02ca19658015bf7ada484ae42b78d231891b1 /include/opcode/tic6x.h | |
parent | 961b2121d701119c6c8936385a8db5e482a5b247 (diff) | |
download | gdb-32688ec2a26c24094f0033874f05f1a63646c391.tar.gz |
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 'include/opcode/tic6x.h')
-rw-r--r-- | include/opcode/tic6x.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/opcode/tic6x.h b/include/opcode/tic6x.h index ab2f2e9907b..2a7a2463d54 100644 --- a/include/opcode/tic6x.h +++ b/include/opcode/tic6x.h @@ -1,5 +1,5 @@ /* TI C6X opcode information. - Copyright 2010 + Copyright 2010, 2011 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify @@ -132,7 +132,6 @@ typedef struct #define TIC6X_INSN_C67X 0x0008 #define TIC6X_INSN_C67XP 0x0010 #define TIC6X_INSN_C674X 0x0020 -#define TIC6X_INSN_ATOMIC 0x0040 /* Flags with further information about an opcode table entry. */ |