gdb searches for libthread_db.so using its canonical name of libthread_db.so.1 rather than the file name of libthread_db-1.0.so, so use that name to store the file in the archive. Fixes #4996.
gdb searches for libthread_db.so using its canonical name of libthread_db.so.1 rather than the file name of libthread_db-1.0.so, so use that name to store the file in the archive. Fixes #4996.