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 /gas | |
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 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/config/tc-ppc.c | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/ppc/htm.d | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f7a8628..c37ae22 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2017-04-11 Alan Modra <amodra@gmail.com> + + * config/tc-ppc.c (md_show_usage): Delete mention of -mhtm. + * testsuite/gas/ppc/htm.d: Pass -mpower8 and -Mpower8. + 2017-04-10 Max Filippov <jcmvbkbc@gmail.com> * config/tc-xtensa.c (xtensa_maybe_create_literal_pool_frag): diff --git a/gas/config/tc-ppc.c b/gas/config/tc-ppc.c index 47cc875..e8dfbc4 100644 --- a/gas/config/tc-ppc.c +++ b/gas/config/tc-ppc.c @@ -1346,7 +1346,6 @@ PowerPC options:\n\ fprintf (stream, _("\ -maltivec generate code for AltiVec\n\ -mvsx generate code for Vector-Scalar (VSX) instructions\n\ --mhtm generate code for Hardware Transactional Memory\n\ -me300 generate code for PowerPC e300 family\n\ -me500, -me500x2 generate code for Motorola e500 core complex\n\ -me500mc, generate code for Freescale e500mc core complex\n\ diff --git a/gas/testsuite/gas/ppc/htm.d b/gas/testsuite/gas/ppc/htm.d index 72be11a..44a2288 100644 --- a/gas/testsuite/gas/ppc/htm.d +++ b/gas/testsuite/gas/ppc/htm.d @@ -1,5 +1,5 @@ -#as: -mhtm -#objdump: -dr -Mhtm +#as: -mpower8 +#objdump: -dr -Mpower8 #name: Hardware Transactional Memory (HTM) tests .* |