]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
stand/i386/libi386: rename .s file to .S to use Clang IAS
authoremaste <emaste@FreeBSD.org>
Mon, 26 Nov 2018 19:29:18 +0000 (19:29 +0000)
committeremaste <emaste@FreeBSD.org>
Mon, 26 Nov 2018 19:29:18 +0000 (19:29 +0000)
commitdda91770d1b26a4bb3da15c69ebd7de8d2ba2bec
tree367420830cb0924b09ccdb03f462838bebe7b809
parente3fd4c1052442e8429befe7d23b62636b113aee9
stand/i386/libi386: rename .s file to .S to use Clang IAS

As part of the migration away from obsolete binutils we want to retire
GNU as.  Most assembly files used on amd64 have a .S extension and are
assembled with Clang's Integrated Assembler (IAS); rename pxetram.s to
.S to use IAS as well.

The generated .text is identical (the entire .o file is not, as Clang
adds debug info.)

PR: 205250, 233094
Sponsored by: The FreeBSD Foundation
stand/i386/libi386/Makefile
stand/i386/libi386/pxetramp.S [moved from stand/i386/libi386/pxetramp.s with 100% similarity]