tccelf: fix version patch for defined symbols
commit7d319042479d7dd948740bb00c1290fe60c78ed5
authorgrischka <grischka>
Sat, 28 May 2022 13:58:59 +0000 (28 15:58 +0200)
committergrischka <grischka>
Sun, 24 Jul 2022 07:30:41 +0000 (24 09:30 +0200)
tree36e542fe1a83ddaf587c8749dc4699cc01cf3abf
parent8482682061ea09b3900d9e0d6adda8bba1deb543
tccelf: fix version patch for defined symbols

previous patch seems to work only for bcheck.o and only because
it's loaded after libraries (which is maybe wrong too).
See commit 4c82b003420fabbb95e077866784badc1a49189b

section_ptr_add() already clears area to zeros

4 insertions(+), 11 deletions(-)
tccelf.c