]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libi386: remove CLANG_NO_IAS workaround
authorEd Maste <emaste@FreeBSD.org>
Sat, 20 Oct 2018 22:35:06 +0000 (22:35 +0000)
committerEd Maste <emaste@FreeBSD.org>
Tue, 29 Dec 2020 15:35:40 +0000 (10:35 -0500)
commit3dc739019319c8dae539affe6294c30caed89321
treeec75f279f488b2f6c96c06bec93dff1c137d1b57
parent7d69f46f6474d3d225fd7e1d6711c610db75eb55
libi386: remove CLANG_NO_IAS workaround

Clang's Integrated Assembler was previously disabled for i386 with the
note that it "doesn't grok .codeNN directives yet."  This is no longer
the case (and hasn't been for some time), and the assembled output .text
is identical between gas and IAS.

MFC after: 2 months
Sponsored by: The FreeBSD Foundation

(cherry picked from commit 188b0da1ce6708f4168309f5b925f1c9df836bc7)
stand/i386/libi386/Makefile