Don't use stale section data pointers
commit30814dfacfa527c514914d9e8b84a307e2c53890
authorMichael Matz <matz@suse.de>
Fri, 12 Feb 2021 23:35:29 +0000 (13 00:35 +0100)
committerMichael Matz <matz@suse.de>
Fri, 12 Feb 2021 23:37:12 +0000 (13 00:37 +0100)
treecdb084fb664acef1c03fb5bc0bfccad3ec4abe99
parent468e59206ba8a42645becb61d08c6d1749b56ca4
Don't use stale section data pointers

put_elf_reloca might reallocate the section into which we point,
so don't remember the pointer just the offset.
tccgen.c