Catch up on rtld's special status. Since it does not appear on

main object list, its versioning information needs to be examined
separately.

This hopefully fixes problems that people running with SYMVER_ENABLED
are experiencing.
This commit is contained in:
Alexander Kabaev 2007-04-07 23:17:00 +00:00
parent 9a691cb33a
commit ac34654dd9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168479

View File

@ -3340,6 +3340,8 @@ rtld_verify_versions(const Objlist *objlist)
break;
}
}
if (rc == 0 || ld_tracing != NULL)
rc = rtld_verify_object_versions(&obj_rtld);
return rc;
}