This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 8f77a2e89 Add interceptors for the md4(3) from NetBSD new 086caf6a2 Add interceptors for the rmd160(3) from NetBSD new 9a087462c Add interceptors for md5(3) from NetBSD
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../sanitizer_common_interceptors.inc | 172 +++++++++++++++++++++ .../sanitizer_platform_interceptors.h | 2 + .../sanitizer_platform_limits_netbsd.cc | 6 + .../sanitizer_platform_limits_netbsd.h | 6 + test/sanitizer_common/TestCases/NetBSD/md5.cc | 114 ++++++++++++++ test/sanitizer_common/TestCases/NetBSD/rmd160.cc | 133 ++++++++++++++++ 6 files changed, 433 insertions(+) create mode 100644 test/sanitizer_common/TestCases/NetBSD/md5.cc create mode 100644 test/sanitizer_common/TestCases/NetBSD/rmd160.cc