Date: Mon, 01 Oct 2018 13:11:58 +0000 From: bugzilla-noreply@freebsd.org To: mips@FreeBSD.org Subject: [Bug 231790] mips64: attempting to load a module results in relocation errors and crash Message-ID: <bug-231790-27794-0C43vZf7nC@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-231790-27794@https.bugs.freebsd.org/bugzilla/> References: <bug-231790-27794@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231790 --- Comment #4 from Ed Maste <emaste@freebsd.org> --- >From another module, [ 3] .rela.text RELA 0000000000000000 00004400 00000000000095b8 0000000000000018 I 21 2 8 -00004400: 0000 0000 0000 0028 0000 0002 0000 0003 .......(........ +00004400: 0000 0000 0000 0028 0000 0001 0000 0004 .......(........ -offset------------ -sym ndx-=20 00004410: 0000 0000 0000 0420 0000 0000 0000 0034 ....... .......4 -addend------------ -offset------------ The symbol index and relocation type info is corrupt, but note that the sum= of the symbol index and the following 32-bit word is equal: it appears we're adjusting the symbol index (i.e., because we've removed symbols) at the wro= ng time relative to endianness conversion. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231790-27794-0C43vZf7nC>