]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
arm: ignore inapplicable .arch=no...
authorJan Beulich <jbeulich@suse.com>
Wed, 11 Jun 2025 12:32:13 +0000 (14:32 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 11 Jun 2025 12:32:13 +0000 (14:32 +0200)
commit24849da5a8990bd5a3019ba62f7286274c2a8359
tree1a23dab80fcc4cc6b36c8591d125e5ce97c3be00
parent49cc1a2ccaa91d394f1086498a153b9ddd7479c4
arm: ignore inapplicable .arch=no...

Unlike for command line options, where a base architecture needs to be
provided explicitly, the .arch directive doesn't have such a
requirement. Therefore it is odd that disabling of an inapplicable
extension isn't silently ignored; claiming "not allowed for the current
base architecture" is at best misleading. Alter the error path to emit a
more "soft" diagnostic in that case instead.
gas/config/tc-arm.c