commit | 025f768ffc3aeb5561bb60a9c8f3841faa53bd6f | [log] [tgz] |
---|---|---|
author | Richard Sandiford <richard.sandiford@arm.com> | Thu Mar 31 17:51:16 2022 +0100 |
committer | Richard Sandiford <richard.sandiford@arm.com> | Thu Mar 31 17:51:16 2022 +0100 |
tree | 9c98019e7d6d7849a2fe4b627060a6ef1d2b1e1d | |
parent | fa8a0804b8fd7599367147754b4c82d555860374 [diff] |
aarch64: Relax check for RNG system registers FEAT_RNG is an optional Armv8.5-A extension, but it can be backported to earlier architectures as well. GAS previously made the RNG registers conditional on having both armv8.5-a and +rng, but only +rng should be required. This seems to be the only feature that was handled like this. opcodes/ * aarch64-opc.c (SR_RNG): Don't require V8_5. gas/ * testsuite/gas/aarch64/rng-1.s, testsuite/gas/aarch64/rng-1.d: New test.