mirror of
https://github.com/frida/tinycc
synced 2024-11-27 18:19:35 +03:00
dd60b20c6e
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)
2 lines
73 B
C
2 lines
73 B
C
void * __dso_handle __attribute((visibility("hidden"))) = &__dso_handle;
|