Page MenuHomeFreeBSD

aic7xxx: Fix re-building firmware with -fno-common
ClosedPublic

Authored by jrtc27 on May 28 2021, 2:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 3, 6:58 PM
Unknown Object (File)
Tue, Mar 3, 11:54 AM
Unknown Object (File)
Tue, Mar 3, 6:16 AM
Unknown Object (File)
Mon, Mar 2, 9:19 PM
Unknown Object (File)
Jan 31 2026, 12:05 AM
Unknown Object (File)
Jan 22 2026, 4:27 AM
Unknown Object (File)
Jan 3 2026, 6:30 PM
Unknown Object (File)
Dec 29 2025, 6:15 PM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.May 28 2021, 3:57 PM
sys/dev/aic7xxx/aicasm/aicasm_gram.y
62

Once upon a time, this was defined in -ll.... Is that no longer the case? Or are we just not linking against that? If we're not, then this is likely the most correct fix.

sys/dev/aic7xxx/aicasm/aicasm_gram.y
62

lex itself injects the definition into the output, in this case for aicasm_scan.l's generated C. No extra libraries are linked in, only libc etc.