aboutsummaryrefslogtreecommitdiff
path: root/stand/i386
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-10-20 22:35:06 +0000
committerEd Maste <emaste@FreeBSD.org>2018-10-20 22:35:06 +0000
commit188b0da1ce6708f4168309f5b925f1c9df836bc7 (patch)
tree5a13b5825036e99fa2195762c983ea69410cff82 /stand/i386
parent89abb9f8c24918db80bc602902fdf847b769bfa4 (diff)
downloadsrc-188b0da1ce6708f4168309f5b925f1c9df836bc7.tar.gz
src-188b0da1ce6708f4168309f5b925f1c9df836bc7.zip
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
Notes
Notes: svn path=/head/; revision=339504
Diffstat (limited to 'stand/i386')
-rw-r--r--stand/i386/libi386/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/stand/i386/libi386/Makefile b/stand/i386/libi386/Makefile
index d9529b93375f..f92558edae3a 100644
--- a/stand/i386/libi386/Makefile
+++ b/stand/i386/libi386/Makefile
@@ -51,7 +51,3 @@ CFLAGS+= -I${BOOTSRC}/ficl -I${BOOTSRC}/ficl/i386 \
CFLAGS+= ${FORMAT_EXTENSIONS}
.include <bsd.lib.mk>
-
-# XXX: clang integrated-as doesn't grok .codeNN directives yet
-CFLAGS.amd64_tramp.S= ${CLANG_NO_IAS}
-CFLAGS.multiboot_tramp.S= ${CLANG_NO_IAS}