ld.so: __tlsdesc_static is potentially unused

This commit is contained in:
K. Lange 2022-05-31 08:13:41 +09:00
parent f0d4c5b4bb
commit 3a8c4b81d8

View File

@ -424,6 +424,7 @@ static int need_symbol_for_type(unsigned int type) {
#endif
}
__attribute__((unused))
static size_t __tlsdesc_static(size_t * a) {
return a[1];
}