HomeFreeBSD

linuxulator: rename linux_locore.s to .asm

Description

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.

MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D18344

Details

Provenance
emasteAuthored on
Differential Revision
D18344: linuxulator: rename .s files to .S/.asm to use Clang IAS
Parents
rS350450: Enable witness(4) blessings.
Branches
Unknown
Tags
Unknown