diff options
author | Alan Modra <amodra@gmail.com> | 2017-04-11 07:40:24 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-04-11 07:40:24 +0930 |
commit | ef85eab0ec3d7c88ea05047538d11fe704806cd8 (patch) | |
tree | a2a8b366275cdfd6ab8a65e11126489374c9a5cd /include/opcode | |
parent | 9570835e5597037bee5042edf822675e715b3caf (diff) | |
download | gdb-ef85eab0ec3d7c88ea05047538d11fe704806cd8.zip gdb-ef85eab0ec3d7c88ea05047538d11fe704806cd8.tar.gz gdb-ef85eab0ec3d7c88ea05047538d11fe704806cd8.tar.bz2 |
Bye bye PPC_OPCODE_HTM and -mhtm
The -mhtm option is fairly useless too.
include/
* opcode/ppc.h (PPC_OPCODE_HTM): Delete.
gas/
* config/tc-ppc.c (md_show_usage): Delete mention of -mhtm.
* testsuite/gas/ppc/htm.d: Pass -mpower8 and -Mpower8.
opcodes/
* ppc-dis.c (ppc_opts): Remove PPC_OPCODE_HTM and "htm".
* ppc-opc.c (PPCHTM): Define as PPC_OPCODE_POWER8.
Diffstat (limited to 'include/opcode')
-rw-r--r-- | include/opcode/ppc.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/opcode/ppc.h b/include/opcode/ppc.h index 8c41cdc..83392e8 100644 --- a/include/opcode/ppc.h +++ b/include/opcode/ppc.h @@ -191,11 +191,6 @@ extern const int vle_num_opcodes; /* Opcode is only supported by Power8 architecture. */ #define PPC_OPCODE_POWER8 0x2000000000ull -/* Opcode which is supported by the Hardware Transactional Memory extension. */ -/* Currently, this is the same as the POWER8 mask. If another cpu comes out - that isn't a superset of POWER8, we can define this to its own mask. */ -#define PPC_OPCODE_HTM PPC_OPCODE_POWER8 - /* Opcode is supported by ppc750cl. */ #define PPC_OPCODE_750 0x4000000000ull |