Page MenuHomeFreeBSD

Fix warning in PowerPC64 ELFv2 build of rtld-elf.
AbandonedPublic

Authored by bdragon on Dec 14 2018, 11:43 PM.
Referenced Files
Unknown Object (File)
Fri, Apr 19, 4:37 PM
Unknown Object (File)
Fri, Apr 12, 2:00 AM
Unknown Object (File)
Tue, Apr 9, 5:57 AM
Unknown Object (File)
Jan 27 2024, 9:35 PM
Unknown Object (File)
Jan 23 2024, 12:11 PM
Unknown Object (File)
Jan 20 2024, 7:27 PM
Unknown Object (File)
Dec 20 2023, 2:28 AM
Unknown Object (File)
Dec 11 2023, 12:19 AM
Subscribers

Details

Reviewers
jhibbits
Summary

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.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

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.

Abandoning in favor of the D18808 solution.