On Fri, Apr 14, 2017 at 6:22 AM, Mark Kettenis <[email protected]> wrote: > Turns out that clang generates R_SPARC_WPLT30 relocations against > local symbols, which our binutils doesn't handle. Since the Solaris > native assembler produces such relocations (and expects them to be > handled as R_SPARC_WDISP30) and newer binutils handles them as well, I > think we should as well. The diff below fixes the issue expressed in > a slightly different way as the fix that ended up in newer binutils > versions. > > ok?
Looks like it could work. ok guenther@
