Page MenuHomeFreeBSD

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

Authored by bdragon on Dec 14 2018, 11:43 PM.
Referenced Files
F136268505: D18565.id52034.diff
Sun, Nov 16, 11:14 PM
Unknown Object (File)
Sun, Nov 16, 11:48 AM
Unknown Object (File)
Sat, Oct 25, 6:58 PM
Unknown Object (File)
Sat, Oct 25, 6:58 PM
Unknown Object (File)
Sat, Oct 25, 12:42 PM
Unknown Object (File)
Sun, Oct 19, 4:31 AM
Unknown Object (File)
Oct 18 2025, 2:21 PM
Unknown Object (File)
Sep 29 2025, 10:49 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.