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)
Jan 29 2025, 2:14 AM
Unknown Object (File)
Jan 16 2025, 11:17 PM
Unknown Object (File)
Dec 25 2024, 2:22 PM
Unknown Object (File)
Dec 13 2024, 3:27 AM
Unknown Object (File)
Oct 4 2024, 8:01 AM
Unknown Object (File)
Sep 9 2024, 3:58 AM
Unknown Object (File)
Sep 8 2024, 11:38 PM
Unknown Object (File)
Sep 7 2024, 2:05 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.