[root@zone4 ~]$ as -Vas: SunOS 5.10 118683-07 Patch 05/02/2011[root@zone4 ~]$ ld --versionld: Software Generation Utilities - Solaris Link Editors: 5.10-1.1514
On Thu, Nov 30, 2017 at 04:14:33PM -0500, Julien Savard wrote:
> ln -s libgcc_s.so.1 sparcv8plus/libgcc_s.so
> ld: fatal: relocation error: R_SPARC_32: file _muldi3_s.o: symbol .text
> (section): offset 0x7e85dd67 is non-aligned
This means the objcopy magic used to build libgcc .o files has gone wrong
somehow (if it uses objcopy, I only have dim memories).
Martin