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)
Mon, Jun 29, 6:37 PM
Unknown Object (File)
Mon, Jun 29, 9:31 AM
Unknown Object (File)
Thu, Jun 25, 4:09 AM
Unknown Object (File)
Sat, Jun 20, 8:25 AM
Unknown Object (File)
Tue, Jun 16, 11:57 AM
Unknown Object (File)
Sat, Jun 13, 1:35 AM
Unknown Object (File)
May 20 2026, 12:20 PM
Unknown Object (File)
May 18 2026, 1:03 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.