freebsd-dev/stand/i386/btx
Ed Maste e5b8bced3f btx: rename .s files 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; rename two files in
stand/i386/btx/lib to .S to use IAS as well.

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

PR:		205250, 233094
Discussed with:	imp
Sponsored by:	The FreeBSD Foundation
2018-11-26 19:14:33 +00:00
..
btx stand: remove CLANG_NO_IAS from btx and gptboot 2018-11-20 16:54:42 +00:00
btxldr stand: remove CLANG_NO_IAS from btx and gptboot 2018-11-20 16:54:42 +00:00
lib btx: rename .s files to .S to use Clang IAS 2018-11-26 19:14:33 +00:00
Makefile
Makefile.inc