mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-13 14:40:22 +00:00
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:
parent
9a691cb33a
commit
ac34654dd9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168479
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user