K 10 svn:author V 5 trasz K 8 svn:date V 27 2020-08-23T21:38:48.230149Z K 7 svn:log V 455 MFC r350451 by emaste: linuxulator: rename linux_locore.s to .asm It is assembled using "${CC} -x assembler-with-cpp", which by convention (bsd.suffixes.mk) uses the .asm extension. This is a portion of the review referenced below (D18344). That review also renamed linux_support.s to .S, but that is a functional change (using the compiler's integrated assembler instead of as) and will be revisited separately. Sponsored by: The FreeBSD Foundation END