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 705989f19ad as: Automatically enable DWARF5 support
new 02baa133856 gdb/testsuite: remove actual addresses from some test names
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:
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.fortran/array-slices.exp | 3 ++-
2 files changed, 7 insertions(+), 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/llvm-master-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 82cf35fc 0: update: llvm-linux-qemu: boot
new 260f954f 0: update: qemu-e0cbcf1eea16e81f116560130a1b36da711fb102: 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 (82cf35fc)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 | 235 +-
02-prepare_abe/console.log | 444 +-
03-build_abe-binutils/console.log | 5793 ++++
03-build_llvm/console.log | 6984 -----
04-build_linux/console.log | 378 -
04-build_llvm/console.log | 6808 +++++
05-build_abe-qemu/console.log | 3484 ---
05-build_linux/console.log | 252 +
06-build_abe-qemu/console.log | 3498 +++
{06-boot_linux => 07-boot_linux}/console.log | 8 +-
.../console.log | 12 +-
.../results.regressions | 0
.../console.log | 12 +-
.../results.regressions | 0
console.log | 27364 +++++++++++--------
jenkins/manifest.sh | 19 +-
results | 2 +
17 files changed, 33160 insertions(+), 22133 deletions(-)
create mode 100644 03-build_abe-binutils/console.log
delete mode 100644 03-build_llvm/console.log
delete mode 100644 04-build_linux/console.log
create mode 100644 04-build_llvm/console.log
delete mode 100644 05-build_abe-qemu/console.log
create mode 100644 05-build_linux/console.log
create mode 100644 06-build_abe-qemu/console.log
rename {06-boot_linux => 07-boot_linux}/console.log (73%)
rename {07-check_regression => 08-check_regression}/console.log (84%)
rename {07-check_regression => 08-check_regression}/results.regressions (100%)
rename {08-update_baseline => 09-update_baseline}/console.log (85%)
rename {08-update_baseline => 09-update_baseline}/results.regressions (100%)
--
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 nsz/bug27072
in repository glibc.
discards 413ed92e77 csu: Move static pie self relocation later [BZ #27072]
discards ba39a496a5 elf: Avoid RELATIVE relocs in __tunables_init
discards 54f2ce33f2 elf: Make the tunable struct definition internal only
discards dfffe46e62 Make libc symbols hidden in static PIE
discards 48b4bbc75a configure: Require PI_STATIC_AND_HIDDEN for static pie
adds d18f59bf92 Fix x86 build with --enable-tunable=no
adds 2d651eb926 x86: Move x86 processor cache info to cpu_features
adds cc528f9a7e math/test-tgmath2: Fix fabs failure when no long double
adds 86f65dffc2 ld.so: Add --list-tunables to print tunable values
adds 96f17e6e63 ARC: nofpu: Regenerate ulps
new 9c7e869002 configure: Require PI_STATIC_AND_HIDDEN for static pie
new 7bd28c328f libmvec: Add extra-test-objs to test-extras
new 58d4e6b794 elf: Make the tunable struct definition internal only
new 13b7b31869 elf: Avoid RELATIVE relocs in __tunables_init
new 78d3bf1bc9 Use hidden visibility for early static PIE code
new 3ed8c627e3 elf: Avoid RELATIVE relocation for _dl_sysinfo
new be1b797ea8 Use <startup.h> in __libc_init_secure
new 4224b7c042 csu: Move static pie self relocation later [BZ #27072]
new 9d9d859c0e x86: Check ifunc resolver with CPU_FEATURE_USABLE [BZ #27072]
new 4b93918115 Make libc symbols hidden in static PIE
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 (413ed92e77)
\
N -- N -- N refs/heads/nsz/bug27072 (4b93918115)
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 10 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:
NEWS | 4 +
csu/libc-start.c | 4 +
elf/Makefile | 11 +
elf/dl-main.h | 2 +-
elf/dl-reloc-static-pie.c | 2 +
elf/dl-support.c | 18 +-
elf/dl-tunables.c | 47 +++
elf/dl-tunables.h | 2 +
elf/dl-usage.c | 7 +-
elf/enbl-secure.c | 10 +-
elf/rtld.c | 19 +
elf/tst-rtld-list-tunables.exp | 14 +
.../tst-rtld-list-tunables.sh | 30 +-
manual/tunables.texi | 38 ++
math/test-tgmath2.c | 4 +-
misc/sbrk.c | 4 +
sysdeps/arc/nofpu/libm-test-ulps | 11 +-
sysdeps/generic/startup.h | 26 ++
sysdeps/unix/sysv/linux/aarch64/libc-start.c | 5 +
sysdeps/unix/sysv/linux/i386/startup.h | 29 +-
sysdeps/x86/Makefile | 14 +
sysdeps/x86/cacheinfo.c | 46 ++-
sysdeps/x86/cacheinfo.h | 400 ++----------------
sysdeps/x86/cpu-features.c | 35 +-
sysdeps/x86/dl-cacheinfo.h | 460 +++++++++++++++++++++
sysdeps/x86/get-isa-level.h | 1 +
sysdeps/x86/include/cpu-features.h | 22 +
sysdeps/x86/libc-start.c | 5 +
sysdeps/x86/tst-ifunc-isa-1-static.c | 1 +
sysdeps/x86/tst-ifunc-isa-1.c | 115 ++++++
sysdeps/x86/tst-ifunc-isa-2-static.c | 1 +
sysdeps/x86/tst-ifunc-isa-2.c | 119 ++++++
sysdeps/x86_64/dl-hwcaps-subdirs.c | 1 +
sysdeps/x86_64/fpu/Makefile | 8 +
34 files changed, 1074 insertions(+), 441 deletions(-)
create mode 100644 elf/tst-rtld-list-tunables.exp
copy libio/test-freopen.sh => elf/tst-rtld-list-tunables.sh (70%)
create mode 100644 sysdeps/x86/tst-ifunc-isa-1-static.c
create mode 100644 sysdeps/x86/tst-ifunc-isa-1.c
create mode 100644 sysdeps/x86/tst-ifunc-isa-2-static.c
create mode 100644 sysdeps/x86/tst-ifunc-isa-2.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.
unknown user pushed a change to branch master
in repository newlib.
from a776a0ce2 Cygwin: pty: Set input_available_event only for cygwin pipe.
new 31ccf4058 Cygwin: document a recent bug fix
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:
winsup/cygwin/release/3.2.0 | 3 +++
1 file changed, 3 insertions(+)
--
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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 55fa597a tcwg-dev-build.sh: Fix thinko
new f7e8218a tcwg_kernel-build.sh: Use GNU Binutils for LLVM builds
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:
tcwg_kernel-build.sh | 28 +++++++++++++++++-----------
1 file changed, 17 insertions(+), 11 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 66cbe54960c Avoid no-stack-protector-attr fails on hppa*-*-*.
new 76c1dd15e4a Skip asm goto tests on hppa*-*-*.
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/testsuite/gcc.c-torture/compile/asmgoto-2.c | 1 +
gcc/testsuite/gcc.c-torture/compile/asmgoto-5.c | 1 +
2 files changed, 2 insertions(+)
--
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.
maxim.kuvyrkov pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-stable-defconfig
in repository toolchain/ci/binutils-gdb.
at 4100e69996 Automatic date update in version.in
No new revisions were added by this update.
--
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.
maxim.kuvyrkov pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-stable-allyesconfig
in repository toolchain/ci/binutils-gdb.
at 4100e69996 Automatic date update in version.in
No new revisions were added by this update.
--
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.
maxim.kuvyrkov pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-stable-allnoconfig
in repository toolchain/ci/binutils-gdb.
at 4100e69996 Automatic date update in version.in
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.