]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
arm: change default FPUs from FPA to none
authorRichard Earnshaw <rearnsha@arm.com>
Tue, 4 Jun 2024 11:56:23 +0000 (12:56 +0100)
committerRichard Earnshaw <rearnsha@arm.com>
Wed, 5 Jun 2024 16:45:45 +0000 (17:45 +0100)
commitc27b73c52510eb47e86fa22281904dd6b48b66f4
tree88e842b87ce725ba2ccc6dc311527ee9c3fdb933
parente8cf93739c9a62daa8371a68af52c736d245f8b9
arm: change default FPUs from FPA to none

Change the cases where the default FPU was FPA to none.  This should
ensure that any code that used settings to pick the floating-point
order will not silently produce a different output.  The options that
explicitly set the FPA remain for the moment.
gas/config/tc-arm.c