This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 8294c9025a Avoid redundant operations in `fortran_array_walker'
adds 74fcd19c51 Move ordinary gdbarch code to arch-utils
adds 2b7c3f1dc0 Split gdbarch.h into two files
adds 801e2396c6 Do not generate gdbarch.h
adds ce5abab737 Do not sort the fields in gdbarch_dump
adds 65b1aa7501 Generate new gdbarch-components.py from gdbarch.sh
adds 7c8bb2ed1c Add new gdbarch generator
adds fb14eb0829 Remove gdbarch.sh
adds 166a12baea Document gdbarch-components.py
adds 404e887836 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/Makefile.in | 1 -
gdb/arch-utils.c | 488 +++++++
gdb/gdbarch-components.py | 2621 ++++++++++++++++++++++++++++++++++++++
gdb/{gdbarch.h => gdbarch-gen.h} | 487 +------
gdb/gdbarch.c | 1589 ++++++++---------------
gdb/gdbarch.h | 1588 +----------------------
gdb/gdbarch.py | 526 ++++++++
gdb/gdbarch.sh | 2604 -------------------------------------
9 files changed, 4231 insertions(+), 5675 deletions(-)
create mode 100644 gdb/gdbarch-components.py
copy gdb/{gdbarch.h => gdbarch-gen.h} (88%)
create mode 100755 gdb/gdbarch.py
delete mode 100755 gdb/gdbarch.sh
--
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_gnu_cross_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 527582e39 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new cf577f88f 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (527582e39)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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 1560 -> 1564 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2768 bytes
04-build_abe-binutils/console.log.xz | Bin 30520 -> 30276 bytes
05-build_abe-stage1/console.log.xz | Bin 70992 -> 71152 bytes
07-build_abe-linux/console.log.xz | Bin 9012 -> 8892 bytes
08-build_abe-glibc/console.log.xz | Bin 236348 -> 236024 bytes
09-build_abe-stage2/console.log.xz | Bin 193836 -> 193828 bytes
10-build_abe-gdb/console.log.xz | Bin 38124 -> 37908 bytes
11-build_abe-qemu/console.log.xz | Bin 30796 -> 30920 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 30 +++++++++++++++---------------
12 files changed, 16 insertions(+), 16 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/llvm-release-aarch64-mainline-defconfig
in repository toolchain/ci/llvm-project.
from 52bfd2c1ccd8 [ELF] Do not report undefined weak references in shared libraries
adds f3394dc82c20 [libc++] Fix wrongly non-inline basic_string::shrink_to_fit
adds 724ed207b760 [ELF] Hint -z nostart-stop-gc for __start_ undefined references
adds 29276490d13c [MC][ELF] Do not error on parsing .debug_* section directi [...]
adds 5932c004778c [MC][ELF] Fix accepting abbreviated form with Type change
adds d904698b53e4 [Analysis] Ignore casts and unary ops for uninitialized values
adds 87ca22cba2fa [Support] Attempt to fix deadlock in ThreadGroup
adds e68f640deecc [ELF][PPC32] Make R_PPC32_PLTREL retain .got
adds 9fb79e6940b2 [PowerPC] Handle base load with reservation mnemonic
adds c446ac46746e [Passes] Fix relative lookup table converter pass
adds d96358a28193 [compiler-rt] Increase kDlsymAllocPoolSize to fix test failures
new d4a57c84834c workflows: Update workaround for lldb on Mac OS
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:
.github/workflows/lldb-tests.yml | 4 +-
clang/lib/Analysis/UninitializedValues.cpp | 17 +++--
clang/test/Analysis/uninit-asm-goto.cpp | 12 ++++
compiler-rt/lib/asan/asan_malloc_linux.cpp | 2 +-
libcxx/include/string | 2 +
.../shrink_to_fit.explicit_instantiation.sh.cpp | 59 ++++++++++++++++
lld/ELF/Relocations.cpp | 10 ++-
lld/docs/ELF/start-stop-gc.rst | 66 ++++++++++++++++++
lld/docs/index.rst | 1 +
lld/test/ELF/gc-sections-startstop-hint.s | 21 ++++++
lld/test/ELF/ppc32-ifunc-nonpreemptible-pic.s | 6 +-
lld/test/ELF/ppc32-reloc-pltrel.s | 35 ++++++++++
llvm/include/llvm/Support/Parallel.h | 5 +-
llvm/lib/MC/MCParser/ELFAsmParser.cpp | 29 ++++++--
llvm/lib/Support/Parallel.cpp | 7 +-
llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp | 12 +++-
.../Transforms/Utils/RelLookupTableConverter.cpp | 4 ++
llvm/test/CodeGen/PowerPC/inline-asm-label.ll | 36 ++++++++++
llvm/test/MC/ELF/section-omitted-attributes.s | 5 ++
llvm/test/MC/Mips/elf-debug-section.s | 38 +++++++++-
llvm/test/MC/PowerPC/ppc64-encoding-bookII.s | 16 +++++
llvm/test/MC/PowerPC/ppc64-errors.s | 4 ++
.../X86/relative_lookup_table.ll | 80 ++++++++++++++++++++++
23 files changed, 448 insertions(+), 23 deletions(-)
create mode 100644 libcxx/test/std/strings/basic.string/string.capacity/shrink_to_ [...]
create mode 100644 lld/docs/ELF/start-stop-gc.rst
create mode 100644 lld/test/ELF/gc-sections-startstop-hint.s
create mode 100644 lld/test/ELF/ppc32-reloc-pltrel.s
--
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-mainline-defconfig
in repository toolchain/ci/binutils-gdb.
from 1fb4a5909e Automatic date update in version.in
adds b77f1b197a Automatic date update in version.in
adds 0a18ced151 Automatic date update in version.in
adds a2fbc5eec7 Automatic date update in version.in
new 25a297446c Automatic date update in version.in
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:
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/llvm-release-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 0f5d9ed16 2: update: binutils-llvm-linux-qemu: 37
new 65e822309 2: update: binutils-llvm-linux-qemu: 37
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 (0f5d9ed16)
\
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.xz | Bin 1624 -> 1628 bytes
02-prepare_abe/console.log.xz | Bin 2784 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 43344 -> 42820 bytes
04-build_llvm/console.log.xz | Bin 58564 -> 58024 bytes
05-build_abe-qemu/console.log.xz | Bin 30068 -> 30920 bytes
06-build_linux/console.log.xz | Bin 3932 -> 3740 bytes
08-check_regression/console.log.xz | Bin 476 -> 476 bytes
09-update_baseline/console.log | 224 +++++++++++++++++------------------
jenkins/manifest.sh | 22 ++--
9 files changed, 123 insertions(+), 123 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.