tinycc/lib/dsohandle.c
Michael Matz dd60b20c6e 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)
2019-06-22 01:38:43 +02:00

2 lines
73 B
C

void * __dso_handle __attribute((visibility("hidden"))) = &__dso_handle;