]> gcc.gnu.org Git - gcc.git/commit
aarch64: Reorder an entry in aarch64-option-extensions.def
authorRichard Sandiford <richard.sandiford@arm.com>
Thu, 29 Sep 2022 10:32:54 +0000 (11:32 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Thu, 29 Sep 2022 10:32:54 +0000 (11:32 +0100)
commitc067c474f85b1e9c56fb34dd51ef0eec9221b766
tree1f1d834c6baa52983228adc83436e913240aba41
parentb754d32d3053a4ba2a82361ac0f2739797a811f1
aarch64: Reorder an entry in aarch64-option-extensions.def

aarch64-option-extensions.def was topologically sorted except
for one case: crypto came before its aes and sha2 dependencies.
This patch moves crypto after sha2 instead.

gcc/
* config/aarch64/aarch64-option-extensions.def: Move crypto
after sha2.

gcc/testsuite/
* gcc.target/aarch64/cpunative/native_cpu_0.c: Expect +crypto
to come after +crc.
* gcc.target/aarch64/cpunative/native_cpu_13.c: Likewise.
* gcc.target/aarch64/cpunative/native_cpu_16.c: Likewise.
* gcc.target/aarch64/cpunative/native_cpu_17.c: Likewise.
* gcc.target/aarch64/cpunative/native_cpu_6.c: Likewise.
* gcc.target/aarch64/cpunative/native_cpu_7.c: Likewise.
* gcc.target/aarch64/options_set_2.c: Likewise.
* gcc.target/aarch64/options_set_3.c: Likewise.
* gcc.target/aarch64/options_set_4.c: Likewise.
gcc/config/aarch64/aarch64-option-extensions.def
gcc/testsuite/gcc.target/aarch64/cpunative/native_cpu_0.c
gcc/testsuite/gcc.target/aarch64/cpunative/native_cpu_13.c
gcc/testsuite/gcc.target/aarch64/cpunative/native_cpu_16.c
gcc/testsuite/gcc.target/aarch64/cpunative/native_cpu_17.c
gcc/testsuite/gcc.target/aarch64/cpunative/native_cpu_6.c
gcc/testsuite/gcc.target/aarch64/cpunative/native_cpu_7.c
gcc/testsuite/gcc.target/aarch64/options_set_2.c
gcc/testsuite/gcc.target/aarch64/options_set_3.c
gcc/testsuite/gcc.target/aarch64/options_set_4.c
This page took 0.067031 seconds and 6 git commands to generate.