]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
gptzfsboot: remove CLANG_NO_IAS
authorEd Maste <emaste@FreeBSD.org>
Thu, 15 Aug 2019 18:43:01 +0000 (18:43 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Thu, 2 Sep 2021 23:30:07 +0000 (01:30 +0200)
commitcfd9d82ed8a6e531fe042b4cd9309c5e5824c725
tree3e00ec06646fe35b9fde37b2eeec73f0e93208b8
parentdc5259b56722031110395cc823b993751252d9a3
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)
stand/i386/gptzfsboot/Makefile