This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allmodconfig
in repository toolchain/gcc.
from c073a8bd16b Daily bump.
adds 79f604a5383 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-defconfig
in repository toolchain/binutils-gdb.
from 384d2d7eee Automatic date update in version.in
adds c205da22ad Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository dejagnu.
from 34199f9 * config/vxworks.exp (${board}_init): Use 'ne' instead of !=.
new 80e7788 * testsuite/runtest.all/default_procs.tcl: (lib_errpat_test [...]
The 1 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:
ChangeLog | 10 +++
testsuite/runtest.all/default_procs.tcl | 124 +++++++++++++++++++++++---------
2 files changed, 101 insertions(+), 33 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 5aee1c38f9 Automatic date update in version.in
new 7ca166c940 Fix strings.c endian issue and strings test
new c0ab2ae3cc [GOLD] icf_safe_so_test
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:
binutils/ChangeLog | 7 ++
binutils/strings.c | 167 +++++++++++++---------------
binutils/testsuite/binutils-all/strings.exp | 18 +--
gold/ChangeLog | 8 ++
gold/testsuite/icf_safe_so_test.sh | 54 +++++----
5 files changed, 125 insertions(+), 129 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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 9a087462c Add interceptors for md5(3) from NetBSD
new 660f7441b Revert a chunk of previous change in sanitizer_platform_limit [...]
The 1 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:
lib/sanitizer_common/sanitizer_platform_limits_netbsd.h | 2 --
1 file changed, 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-next-allnoconfig
in repository toolchain/binutils-gdb.
from 384d2d7eee Automatic date update in version.in
adds c205da22ad Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-lts-allnoconfig
in repository toolchain/binutils-gdb.
from 384d2d7eee Automatic date update in version.in
adds c205da22ad Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-defconfig
in repository toolchain/binutils-gdb.
from 384d2d7eee Automatic date update in version.in
adds c205da22ad Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-allyesconfig
in repository toolchain/gcc.
from c073a8bd16b Daily bump.
adds 79f604a5383 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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 1a2736caa [sanitizer] Add lit.local.cfg for FreeBSD
new 27af3db52 Add interceptors for the sha1(3) from NetBSD
new 8f77a2e89 Add interceptors for the md4(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/md4.cc | 114 ++++++++++++++
test/sanitizer_common/TestCases/NetBSD/sha1.cc | 171 ++++++++++++++++++++
6 files changed, 471 insertions(+)
create mode 100644 test/sanitizer_common/TestCases/NetBSD/md4.cc
create mode 100644 test/sanitizer_common/TestCases/NetBSD/sha1.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.