https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233611
--- Comment #3 from [email protected] --- A commit references this bug: Author: emaste Date: Mon Dec 3 19:16:35 UTC 2018 New revision: 341437 URL: https://svnweb.freebsd.org/changeset/base/341437 Log: 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 Changes: head/stand/i386/kgzldr/Makefile head/stand/i386/kgzldr/crt.S head/stand/i386/kgzldr/crt.s head/stand/i386/kgzldr/sio.S head/stand/i386/kgzldr/sio.s head/stand/i386/kgzldr/start.S head/stand/i386/kgzldr/start.s head/stand/i386/mbr/Makefile head/stand/i386/mbr/mbr.S head/stand/i386/mbr/mbr.s head/stand/i386/pmbr/Makefile head/stand/i386/pmbr/pmbr.S head/stand/i386/pmbr/pmbr.s -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
