Page MenuHomeFreeBSD

Add missing no-ctfconvert to C generation rules
ClosedPublic

Authored by andrew on Jan 14 2021, 3:42 PM.
Tags
None
Referenced Files
F108995312: D28156.diff
Thu, Jan 30, 10:27 AM
Unknown Object (File)
Sun, Jan 26, 6:26 PM
Unknown Object (File)
Fri, Jan 24, 5:24 PM
Unknown Object (File)
Sun, Jan 12, 12:26 PM
Unknown Object (File)
Dec 23 2024, 3:35 AM
Unknown Object (File)
Dec 10 2024, 5:17 AM
Unknown Object (File)
Dec 4 2024, 10:06 PM
Unknown Object (File)
Nov 25 2024, 9:51 AM
Subscribers

Details

Summary

Stop running ctfconvert over generated C files in the kernel by marking
them with no-ctfconvert.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 36199
Build 33088: arc lint + arc unit

Event Timeline

Looks fine to me. Is there anything specific that made you notice this?

This revision is now accepted and ready to land.Jan 15 2021, 3:27 AM
mmel added a subscriber: mmel.

LGTM. thanks.
It is a bit questionable whether ctfconvert should generate an error in this case (I don't think so), but calling it is clearly unnecessary in this case.

It fixes warning similar to the following. This is because it's running ctfconvert on the .c file rather than a .o file.

ctfconvert: rtwn-rtl8821aufw.c: Couldn't read ehdr: Invalid argument