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 1cba418d269 ASSERT in empty output section with address
new 42eec46f230 bfd: remove use of INLINE
new 0a0ff9d931e asan: mmo: NULL dereferenc in mmo_xore_32
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:
bfd/aoutx.h | 2 +-
bfd/bfd-in.h | 8 -----
bfd/bfd-in2.h | 8 -----
bfd/elf-eh-frame.c | 4 +--
bfd/elf32-score7.c | 2 +-
bfd/elfxx-mips.c | 4 +--
bfd/ihex.c | 2 +-
bfd/mach-o.c | 4 +--
bfd/mmo.c | 94 +++++++++++++++++++++++++++++++++++++-----------------
9 files changed, 73 insertions(+), 55 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 gcc.
from 5f9ef1339e9 rs6000: Fold xxsel to vsel since they have same semantics
new 95bb87b2458 hardened conditionals
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:
gcc/Makefile.in | 1 +
.../doc/gnat_rm/security_hardening_features.rst | 40 ++
gcc/common.opt | 8 +
gcc/doc/invoke.texi | 19 +
gcc/gimple-harden-conditionals.cc | 439 +++++++++++++++++++++
gcc/passes.def | 2 +
gcc/testsuite/c-c++-common/torture/harden-comp.c | 14 +
gcc/testsuite/c-c++-common/torture/harden-cond.c | 18 +
gcc/tree-pass.h | 3 +
9 files changed, 544 insertions(+)
create mode 100644 gcc/gimple-harden-conditionals.cc
create mode 100644 gcc/testsuite/c-c++-common/torture/harden-comp.c
create mode 100644 gcc/testsuite/c-c++-common/torture/harden-cond.c
--
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/llvm-master-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 314b8a720 0: update: binutils-llvm-linux-qemu: boot
new c745a14a5 0: update: binutils-llvm-linux-qemu: boot
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (314b8a720)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-m [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log.xz | Bin 1576 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2788 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 44296 -> 43644 bytes
04-build_llvm/console.log.xz | Bin 60016 -> 59036 bytes
05-build_abe-qemu/console.log.xz | Bin 30108 -> 29572 bytes
06-build_linux/console.log.xz | Bin 3808 -> 3744 bytes
07-boot_linux/console.log.xz | Bin 5804 -> 5796 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 22 +++++++++++-----------
10 files changed, 12 insertions(+), 12 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_bmk_gnu_tk1/gnu-release-arm-spec2k6-O3
in repository toolchain/ci/glibc.
from cb44a620ef S390: Add PCI_MIO and SIE HWCAPs
adds 79528414dc elf: Replace nsid with args.nsid [BZ #27609]
adds 76843f3b3e y2038: Use a common definition for stat for sparc32
adds cb9b8b5d76 timex: Use 64-bit fields on 32-bit TIMESIZE=64 systems (BZ #28469)
adds 024a7640ab elf: Avoid deadlock between pthread_create and ctors [BZ #28357]
No new revisions were added by this update.
Summary of changes:
NEWS | 1 +
elf/dl-close.c | 6 ++
elf/dl-open.c | 37 ++++++-
elf/dl-support.c | 7 ++
elf/dl-tls.c | 16 +--
elf/rtld.c | 1 +
posix/fork.c | 3 +
sysdeps/generic/ldsodefs.h | 9 +-
sysdeps/pthread/Makefile | 10 +-
sysdeps/pthread/tst-create1.c | 119 +++++++++++++++++++++
.../pthread/tst-create1mod.c | 30 +++---
sysdeps/unix/sysv/linux/bits/timex.h | 2 +-
sysdeps/unix/sysv/linux/sparc/bits/struct_stat.h | 54 ++++++----
13 files changed, 243 insertions(+), 52 deletions(-)
create mode 100644 sysdeps/pthread/tst-create1.c
copy elf/tst-dlopen-nodelete-reloc-mod8.c => sysdeps/pthread/tst-create1mod.c (63%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.