mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
651657fa61
Some of the RAS system registers added to binutils as part of the ARMv8.2 support are missing the feature checks to warn when they aren't supported by the target. This patch adds the missing feature checks with a test to check that the correct warnings are given for all the ARMv8.2 system registers. gas/ 2016-01-14 Matthew Wahab <matthew.wahab@arm.com> * testsuite/gas/aarch64/illegal-sysreg-2.l: New. * testsuite/gas/aarch64/illegal-sysreg-2.d: New. opcodes/ 2016-01-14 Matthew Wahab <matthew.wahab@arm.com> * aarch64-opc.c (aarch64_sys_reg_supported_p): Merge conditionals testing for RAS support. Add checks for erxfr_el1, erxctlr_el1, erxtatus_el1 and erxaddr_el1. Change-Id: I66b590ea49c1eb6b0e5c93e0dc2bc9c4e79a52fe
93 lines
2.9 KiB
Plaintext
93 lines
2.9 KiB
Plaintext
2016-01-14 Matthew Wahab <matthew.wahab@arm.com>
|
||
|
||
* testsuite/gas/aarch64/illegal-sysreg-2.l: New.
|
||
* testsuite/gas/aarch64/illegal-sysreg-2.d: New.
|
||
|
||
2016-01-13 Maciej W. Rozycki <macro@imgtec.com>
|
||
|
||
* config/tc-nios2.c (output_movia): Preset `code' to 0.
|
||
|
||
2016-01-13 Yoshinori Sato <ysato@users.sourceforge.jp>
|
||
|
||
* config/tc-h8300.c (get_operand): Remove spurious condition in
|
||
test for closing parenthesis.
|
||
|
||
2016-01-12 Matthew Wahab <matthew.wahab@arm.com>
|
||
|
||
* config/tc-arm.c (arm_ext_v8_2): New.
|
||
(insns): Add "esb".
|
||
* testsuite/gas/arm/armv8_2-a.d: New.
|
||
* testsuite/gas/arm/armv8_2-a.s: New.
|
||
|
||
2016-01-12 Alan Modra <amodra@gmail.com>
|
||
|
||
* testsuite/gas/ppc/vsx3.d: Accept nop padding.
|
||
|
||
2016-01-11 Peter Bergner <bergner@vnet.ibm.com>
|
||
|
||
* testsuite/gas/ppc/power9.d <xscmpnedp, xvcmpnedp, xvcmpnedp.,
|
||
xvcmpnesp, xvcmpnesp.>: Delete tests.
|
||
* testsuite/gas/ppc/power9.s: Likewise.
|
||
* testsuite/gas/ppc/vsx3.d: Likewise.
|
||
* testsuite/gas/ppc/vsx3.s: Likewise.
|
||
|
||
2016-01-08 Andreas Schwab <schwab@linux-m68k.org>
|
||
|
||
PR gas/13050
|
||
* testsuite/gas/m68k/all.exp: Add tests p13050-1 and p13050-2.
|
||
* testsuite/gas/m68k/p13050-1.s: New file.
|
||
* testsuite/gas/m68k/p13050-2.d: New file.
|
||
* testsuite/gas/m68k/p13050-2.s: New file.
|
||
|
||
2016-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
|
||
|
||
* testsuite/gas/arc/adc.d: Add 'R_' prefix to relocation names.
|
||
* testsuite/gas/arc/add.d: Likewise.
|
||
* testsuite/gas/arc/and.d: Likewise.
|
||
* testsuite/gas/arc/asl.d: Likewise.
|
||
* testsuite/gas/arc/asr.d: Likewise.
|
||
* testsuite/gas/arc/bic.d: Likewise.
|
||
* testsuite/gas/arc/extb.d: Likewise.
|
||
* testsuite/gas/arc/extw.d: Likewise.
|
||
* testsuite/gas/arc/j.d: Likewise.
|
||
* testsuite/gas/arc/jl.d: Likewise.
|
||
* testsuite/gas/arc/ld2.d: Likewise.
|
||
* testsuite/gas/arc/lsr.d: Likewise.
|
||
* testsuite/gas/arc/mov.d: Likewise.
|
||
* testsuite/gas/arc/or.d: Likewise.
|
||
* testsuite/gas/arc/pcl-relocs.d: Likewise.
|
||
* testsuite/gas/arc/pcrel-relocs.d: Likewise.
|
||
* testsuite/gas/arc/pic-relocs.d: Likewise.
|
||
* testsuite/gas/arc/plt-relocs.d: Likewise.
|
||
* testsuite/gas/arc/rlc.d: Likewise.
|
||
* testsuite/gas/arc/ror.d: Likewise.
|
||
* testsuite/gas/arc/rrc.d: Likewise.
|
||
* testsuite/gas/arc/sbc.d: Likewise.
|
||
* testsuite/gas/arc/sda-relocs.d: Likewise.
|
||
* testsuite/gas/arc/sda-relocs2.d: Likewise.
|
||
* testsuite/gas/arc/sexb.d: Likewise.
|
||
* testsuite/gas/arc/sexw.d: Likewise.
|
||
* testsuite/gas/arc/st.d: Likewise.
|
||
* testsuite/gas/arc/sub.d: Likewise.
|
||
* testsuite/gas/arc/tls-relocs.d: Likewise.
|
||
* testsuite/gas/arc/xor.d: Likewise.
|
||
|
||
2016-01-01 Alan Modra <amodra@gmail.com>
|
||
|
||
Update year range in copyright notice of all files.
|
||
|
||
For older changes see ChangeLog-2015 and testsuite/ChangeLog-2015
|
||
|
||
Copyright (C) 2016 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:
|