Up to this point I've been building my ELFv2 world with NO_WERROR=1. I tried a world build today without it and realized that this is the only warning that was actually preventing the build from finishing, so here's a patch.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
On second thought, it looks like there might be cases where we should actually be checking the relocation. I'll fix this properly with the ifunc implementation I'll be submitting this week.