|
|
Message-ID: <20f3ecc9-d989-4a60-a70b-d21097ee5e34@foss.arm.com> Date: Thu, 23 Oct 2025 09:19:20 -0500 From: Bill Roberts <bill.roberts@...s.arm.com> To: musl@...ts.openwall.com Subject: post processing assembly with awk and .S files Hello folks, I've been digging through musl, and currently for x86_64 and i386 targets, their are some post processing awk scripts to add CFI directives. However, this awk processing only gets invoked for .s (lowercase) files. Capital .S files are omitted. This is fine for x86_64, as it doesn't use any .S (capital) files. However, i386, does have one .S (capital) file that is skipped. I ask this under the guise of other architectures that may wish to do post processing and include .S files, should we also be post-processing those? Was this just a simple oversight or is there a reason .S (capital) are skipped? Thanks, Bill
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.