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 42ac31ee6 Add new interceptors for FILE repositioning stream new 9e2ff43a6 Add interceptors for md2(3) from NetBSD new 0ddb9d099 Add interceptors for the sha2(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 | 179 ++++++++++++++++++ .../sanitizer_platform_interceptors.h | 2 + .../sanitizer_platform_limits_netbsd.cc | 13 ++ .../sanitizer_platform_limits_netbsd.h | 13 ++ .../TestCases/NetBSD/{md4.cc => md2.cc} | 62 +++---- test/sanitizer_common/TestCases/NetBSD/sha2.cc | 206 +++++++++++++++++++++ 6 files changed, 444 insertions(+), 31 deletions(-) copy test/sanitizer_common/TestCases/NetBSD/{md4.cc => md2.cc} (50%) create mode 100644 test/sanitizer_common/TestCases/NetBSD/sha2.cc