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)
Wed, Apr 24, 11:53 AM
Unknown Object (File)
Tue, Apr 23, 3:40 AM
Unknown Object (File)
Mon, Apr 22, 8:55 AM
Unknown Object (File)
Tue, Apr 9, 2:16 PM
Unknown Object (File)
Feb 21 2024, 2:19 PM
Unknown Object (File)
Jan 26 2024, 8:53 PM
Unknown Object (File)
Dec 28 2023, 11:39 PM
Unknown Object (File)
Dec 23 2023, 7:32 PM

Diff Detail

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

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.