Searched hist:"4 f7c9c3e4e50307f1b2177b98709a79c184f9028" (Results 1 – 2 of 2) sorted by relevance
/freebsd/stand/i386/libi386/ |
H A D | pxetramp.S | 4f7c9c3e4e50307f1b2177b98709a79c184f9028 Mon Nov 26 20:29:18 CET 2018 Ed Maste <emaste@FreeBSD.org> 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
|
H A D | Makefile | diff 4f7c9c3e4e50307f1b2177b98709a79c184f9028 Mon Nov 26 20:29:18 CET 2018 Ed Maste <emaste@FreeBSD.org> 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
|