| commit | 5b999c3fd21614b5d5895894942916c309afb0e8 | [log] [tgz] |
|---|---|---|
| author | Alice Carlotti <alice.carlotti@arm.com> | Wed Oct 15 14:14:43 2025 +0100 |
| committer | Alice Carlotti <alice.carlotti@arm.com> | Wed Oct 15 14:14:43 2025 +0100 |
| tree | 72db43b7c0c34941fa859a04e58c02d832405144 | |
| parent | 839618f53ffb773b99cc54fd01307bd0a437cdc7 [diff] |
aarch64: Fix pmsdsfr_el1 encoding The encoding was fixed in Binutils in May 2024, but we didn't copy the fix to GCC at the time. gcc/ChangeLog: * config/aarch64/aarch64-sys-regs.def: Fix pmsdsfr_el1 encoding. gcc/testsuite/ChangeLog: * gcc.target/aarch64/acle/rwsr-armv8p9.c: Fix pmsdsfr_el1 encoding.