K 10 svn:author V 3 dim K 8 svn:date V 27 2021-09-03T00:00:10.732726Z K 7 svn:log V 687 gptzfsboot: remove CLANG_NO_IAS Many components under stand/ had CLANG_NO_IAS added when Clang's Integrated Assembler did not handle .codeNN directives. Clang gained support quite some time ago, so we can build stand/ with IAS. In some cases there were small differences in generated object output. In the case of gptzfsboot however using GNU as or Clang IAS to assemble gptldr.S resulted in identical final gptzfsboot binary output. Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D11115 (cherry picked from commit 0a062e5ff6522fa7bac1c2e9c9f686eb55ca998c) Git Hash: cfd9d82ed8a6e531fe042b4cd9309c5e5824c725 Git Author: emaste@FreeBSD.org END