Define __dso_handle in libtcc1.a
commitdd60b20c6e0d01df8e332b0234125abaa964d324
authorMichael Matz <matz@suse.de>
Fri, 21 Jun 2019 23:38:43 +0000 (22 01:38 +0200)
committerMichael Matz <matz@suse.de>
Fri, 21 Jun 2019 23:38:43 +0000 (22 01:38 +0200)
tree3030d49377edffcd427d2e478dd7299ddbf56e80
parent7894f39e6577530c3b3b1d043d816666b20e67b0
Define __dso_handle in libtcc1.a

new glibc really can't avoid it anymore, so let's provide it.
I've tried doing it only on systems that possibly are glibc
based.  (For others it would be harmless as it simply wouldn't
be picked up from libtcc1.a)
lib/Makefile
lib/dsohandle.c [new file with mode: 0644]