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 1a2f1b54a52 x86-64: Provide more info when failed to convert GOTPCREL
new 35a01a04544 libctf, ld: fix symtypetab and var section population under ld -r
new 78f28b89e8c libctf: rip out dead code handling typedefs with no name
new caa170493e8 libctf: prohibit nameless ints, floats, typedefs and forwards
new 5dacd11ddcf libctf: fix uninitialized variable in symbol serialization [...]
new ee87f50b8d2 libctf: always name nameless types "", never NULL
The 5 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:
include/ChangeLog | 9 +
include/ctf-api.h | 14 +-
ld/ChangeLog | 5 +
ld/ldlang.c | 2 +
libctf/ChangeLog | 62 ++++++
libctf/ctf-create.c | 187 +++++++++++-------
libctf/ctf-dedup.c | 7 +-
libctf/ctf-impl.h | 8 +-
libctf/ctf-link.c | 34 +++-
libctf/ctf-lookup.c | 24 ---
libctf/ctf-open.c | 21 +-
libctf/ctf-string.c | 9 +-
libctf/ctf-types.c | 8 +-
libctf/testsuite/lib/ctf-lib.exp | 11 +-
.../nonstatic-var-section-ld-executable.lk | 9 +
.../nonstatic-var-section-ld-r-ctf.c | 9 +
.../libctf-regression/nonstatic-var-section-ld-r.c | 73 +++++++
.../nonstatic-var-section-ld-r.lk | 7 +
.../libctf-regression/nonstatic-var-section-ld.c | 76 +++++++
.../libctf-regression/nonstatic-var-section-ld.lk | 6 +
.../symtypetab-nonlinker-writeout.c | 218 +++++++++++++++++++++
.../symtypetab-nonlinker-writeout.lk | 12 ++
22 files changed, 680 insertions(+), 131 deletions(-)
create mode 100644 libctf/testsuite/libctf-regression/nonstatic-var-section-ld-exe [...]
create mode 100644 libctf/testsuite/libctf-regression/nonstatic-var-section-ld-r-ctf.c
create mode 100644 libctf/testsuite/libctf-regression/nonstatic-var-section-ld-r.c
create mode 100644 libctf/testsuite/libctf-regression/nonstatic-var-section-ld-r.lk
create mode 100644 libctf/testsuite/libctf-regression/nonstatic-var-section-ld.c
create mode 100644 libctf/testsuite/libctf-regression/nonstatic-var-section-ld.lk
create mode 100644 libctf/testsuite/libctf-writable/symtypetab-nonlinker-writeout.c
create mode 100644 libctf/testsuite/libctf-writable/symtypetab-nonlinker-writeout.lk
--
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 glibc.
from 2d8a22cdec manual: Correct description of ENTRY [BZ #17183]
new dfc3907cde Use binutils 2.36 branch in build-many-glibcs.py.
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:
scripts/build-many-glibcs.py | 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_bmk_tx1
in repository toolchain/ci/interesting-commits.
from 3f92c9d Add last-good 67904db23cf49a3465f1764d150a8123f5d2e163 from h [...]
new c93f7d8 Add regression 4698bf145d583e26ed438026ef7fde031ef322b1 from [...]
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:
llvm | 1 +
1 file changed, 1 insertion(+)
--
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_tx1
in repository toolchain/ci/interesting-commits.
from 30009dd Add regression 5879ab5fafedc8f6f9bfe95a4cf8501b0df90edd from [...]
new 3f92c9d Add last-good 67904db23cf49a3465f1764d150a8123f5d2e163 from h [...]
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:
llvm | 1 +
1 file changed, 1 insertion(+)
--
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-release-aarch64-stable-defconfig
in repository toolchain/ci/llvm-project.
from 3a8282376b6 Add minor version to libclang.so and libclang-cpp.so SONAME
adds e18e509bdb4 workflows: Add job to check for ABI changes in libclang.so [...]
adds 17e842f3785 workflows: Update action branch names
adds 85fcd465594 workflows: Re-enable lldb test on Mac OS X
adds 1fdec59bffc [lldb] Fix fallout caused by D89156 on 11.0.1 for MacOS
No new revisions were added by this update.
Summary of changes:
.github/workflows/clang-tests.yml | 6 +-
.github/workflows/libclang-abi-tests.yml | 132 +++++++++++++++++++++
.github/workflows/libclc-tests.yml | 6 +-
.github/workflows/lld-tests.yml | 6 +-
.github/workflows/lldb-tests.yml | 12 +-
.github/workflows/llvm-tests.yml | 10 +-
.../Platform/MacOSX/PlatformAppleTVSimulator.cpp | 8 +-
.../Platform/MacOSX/PlatformAppleTVSimulator.h | 2 +-
.../MacOSX/PlatformAppleWatchSimulator.cpp | 8 +-
.../Platform/MacOSX/PlatformAppleWatchSimulator.h | 2 +-
.../Platform/MacOSX/PlatformDarwinKernel.cpp | 2 +-
.../Platform/MacOSX/PlatformiOSSimulator.cpp | 10 +-
.../Plugins/Platform/MacOSX/PlatformiOSSimulator.h | 2 +-
13 files changed, 170 insertions(+), 36 deletions(-)
create mode 100644 .github/workflows/libclang-abi-tests.yml
--
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-release-aarch64-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 08633f0d 0: update: binutils-llvm-linux-qemu: boot
new c94fb6b2 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 (08633f0d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 171 +-
02-prepare_abe/console.log | 404 +-
03-build_abe-binutils/console.log | 11378 +++++++------
04-build_llvm/console.log | 13265 +++++++--------
05-build_linux/console.log | 750 +-
06-build_abe-qemu/console.log | 4660 +++---
07-boot_linux/console.log | 482 +-
08-check_regression/console.log | 2 +-
09-update_baseline/console.log | 10 +-
console.log | 31122 ++++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
results | 2 +-
12 files changed, 31112 insertions(+), 31152 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 aa652fb2a08 aarch64: Use RTL builtins for [su]mull_high_lane[q] intrinsics
new e6cc142ad99 c++: fix string literal member initializer bug [PR90926]
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/cp/call.c | 48 ++++++++++++++++++-------------
gcc/cp/cp-tree.h | 1 +
gcc/cp/typeck2.c | 48 +++++++++++++++++--------------
gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr12.C | 36 +++++++++++++++++++++++
4 files changed, 92 insertions(+), 41 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr12.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.