mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-07 13:39:43 +08:00
The weaker release consistency support of ARMv8.3-A is allowed as an optional extension for ARMv8.2-A, so separate command line option and feature flag is added: -march=armv8.2-a+rcpc turns LDAPR, LDAPRB, LDAPRH instructions on. opcodes/ * aarch64-tbl.h (RCPC, RCPC_INSN): Define. (aarch64_opcode_table): Use RCPC_INSN. include/ * opcode/aarch64.h (AARCH64_FEATURE_RCPC): Define. (AARCH64_ARCH_V8_3): Update. gas/ * config/tc-aarch64.c (aarch64_features): Add rcpc. * doc/c-aarch64.texi (AArch64 Extensions): Document rcpc. * testsuite/gas/aarch64/ldst-exclusive-armv8_3.d: Rename to ... * testsuite/gas/aarch64/ldst-rcpc.d: This. * testsuite/gas/aarch64/ldst-exclusive-armv8_3.s: Rename to ... * testsuite/gas/aarch64/ldst-rcpc.s: This. * testsuite/gas/aarch64/ldst-rcpc-armv8_2.d: New test.
47 lines
1.4 KiB
Plaintext
47 lines
1.4 KiB
Plaintext
2017-01-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
|
||
|
||
* config/tc-aarch64.c (aarch64_features): Add rcpc.
|
||
* doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
|
||
* testsuite/gas/aarch64/ldst-exclusive-armv8_3.d: Rename to ...
|
||
* testsuite/gas/aarch64/ldst-rcpc.d: This.
|
||
* testsuite/gas/aarch64/ldst-exclusive-armv8_3.s: Rename to ...
|
||
* testsuite/gas/aarch64/ldst-rcpc.s: This.
|
||
* testsuite/gas/aarch64/ldst-rcpc-armv8_2.d: New test.
|
||
|
||
2017-01-04 Norm Jacobs <norm.jacobs@oracle.com>
|
||
|
||
PR gas/20992
|
||
* configure.tgt: Treat sparcv9 as sparc64.
|
||
|
||
2017-01-03 Kito Cheng <kito.cheng@gmail.com>
|
||
|
||
* config/tc-riscv.c (riscv_set_arch): Whitelist the "q" ISA
|
||
extension.
|
||
(riscv_after_parse_args): Set FLOAT_ABI_QUAD when the Q ISA is
|
||
enabled and no other ABI is specified.
|
||
|
||
2017-01-03 Dimitar Dimitrov <dimitar@dinux.eu>
|
||
|
||
* config/tc-pru.c (md_number_to_chars): Fix parameter to be
|
||
valueT, as declared in tc.h.
|
||
(md_apply_fix): Fix to work on 32-bit hosts.
|
||
|
||
2017-01-02 Alan Modra <amodra@gmail.com>
|
||
|
||
Update year range in copyright notice of all files.
|
||
|
||
For older changes see ChangeLog-2016
|
||
|
||
Copyright (C) 2017 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|