PC-BSD/trueos 8525381stand/i386/kgzldr crt.s crt.S, stand/i386/mbr mbr.s mbr.S

stand/i386: rename .s 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
(via rules in share/mk/bsd.suffixes.mk) are assembled with Clang's
Integrated Assembler (IAS).  Rename files in stand/i386 to .S to use
the integrated assembler.

Clang's IAS supports the defsym option (via -Wa,) but only with one
dash, not two.  As both -defsym and --defsym are accepted by GNU as,
use the former.

PR:             233611
Reviewed by:    tsoome
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D18369
DeltaFile
+0-252stand/i386/pmbr/pmbr.s
+252-0stand/i386/pmbr/pmbr.S
+0-157stand/i386/mbr/mbr.s
+157-0stand/i386/mbr/mbr.S
+0-83stand/i386/kgzldr/crt.s
+83-0stand/i386/kgzldr/crt.S
+0-45stand/i386/kgzldr/start.s
+45-0stand/i386/kgzldr/start.S
+0-44stand/i386/kgzldr/sio.s
+44-0stand/i386/kgzldr/sio.S
+4-2stand/i386/pmbr/Makefile
+2-2stand/i386/mbr/Makefile
+2-2stand/i386/kgzldr/Makefile
+589-58713 files

UnifiedSplitRaw