]> git.ipfire.org Git - thirdparty/gcc.git/commit
aarch64: Reintroduce FLAG_AUTO_FP
authorRichard Sandiford <richard.sandiford@arm.com>
Thu, 5 Dec 2024 15:33:10 +0000 (15:33 +0000)
committerRichard Sandiford <richard.sandiford@arm.com>
Thu, 5 Dec 2024 15:33:10 +0000 (15:33 +0000)
commit0a4490a1ad3f73d546f53d0940dbc9f217d12922
tree4cc40e3af70b1d77c40533fdfcecd12c72c0c3bf
parent1e181536ba5c39d987bf394d346f49982e6df83a
aarch64: Reintroduce FLAG_AUTO_FP

The flag now known as FLAG_QUIET is an odd-one-out in that it
removes side-effects rather than adding them.  This patch inverts
it and gives it the old name FLAG_AUTO_FP.  FLAG_QUIET now means
"no flags" instead.

gcc/
* config/aarch64/aarch64-builtins.cc (FLAG_QUIET): Redefine to 0,
replacing the old flag with...
(FLAG_AUTO_FP): ...this.
(FLAG_DEFAULT): Redefine to FLAG_AUTO_FP.
(aarch64_call_properties): Update accordingly.
gcc/config/aarch64/aarch64-builtins.cc