K 10 svn:author V 3 dim K 8 svn:date V 27 2021-09-02T23:59:56.370038Z K 7 svn:log V 649 stand: remove CLANG_NO_IAS from btx and gptboot Many components under stand/ had CLANG_NO_IAS added when Clang's Integrated Assembler (IAS) did not handle .codeNN directives. Clang gained support quite some time ago, and we can now build stand/ with IAS. Note that in some cases there are small differences in the generated output, so CLANG_NO_IAS should be removed only after testing (or after finding no differences in the output). PR: 205250, 233094 Sponsored by: The FreeBSD Foundation (cherry picked from commit 02c4bf4391ec7296f5a002c139576ae8797853d1) Git Hash: 76a6b4ad3519c752f531f488f4cbbb1eea811db4 Git Author: emaste@FreeBSD.org END