run: Always create .got relocs
commit2024c445411f80b7c4b761322521d823e606418d
authorMichael Matz <matz@suse.de>
Fri, 4 Apr 2014 15:54:52 +0000 (4 17:54 +0200)
committerMichael Matz <matz@suse.de>
Fri, 4 Apr 2014 15:54:52 +0000 (4 17:54 +0200)
tree7d3b6501f2a670312885d54fa12556a2961d758e
parentf2c8491fc0ecf1870ed4db48029ef32dd3a9fd41
run: Always create .got relocs

When output is memory we applied the correct GOT offset for certain
relocations (e.g. _GOT32), but we forgot to actually fill the got
entries with the final symbol values, so unconditionally create relocs
against .got as well.
tccelf.c