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 25d17459e33 ld: Always call elf_backend_output_arch_local_syms
new 03acd4d8543 Change NULL to nullptr in gdb/infcmd.c and gdb/infrun.c
new 2f6831b8066 Use boolean literals for pagination_enabled
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:
gdb/infcmd.c | 122 +++++++++++++++++++--------------------
gdb/infrun.c | 164 ++++++++++++++++++++++++++---------------------------
gdb/tui/tui-regs.c | 2 +-
3 files changed, 144 insertions(+), 144 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 cbda14deaf4 gdb: new $_inferior_thread_count convenience variable
new 25d17459e33 ld: Always call elf_backend_output_arch_local_syms
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/elf32-arm.c | 5 +++++
bfd/elflink.c | 3 +--
bfd/elfnn-aarch64.c | 5 +++++
ld/testsuite/ld-elf/linux-x86.exp | 15 +++++++++++++++
ld/testsuite/ld-elf/pr29797.c | 21 +++++++++++++++++++++
5 files changed, 47 insertions(+), 2 deletions(-)
create mode 100644 ld/testsuite/ld-elf/pr29797.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_gcc_bootstrap/master-aarch64-bootstrap_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
from 4b306c79c9 92: onsuccess: #480: 2: Success after binutils/gcc: 215 commits
new 6e5c557ba0 93: onsuccess: #481: 2: Success after binutils/gcc: 50 commits
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 1660 -> 1724 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2724 bytes
04-build_abe-binutils/console.log.xz | Bin 40732 -> 39404 bytes
.../console.log.xz | Bin 529788 -> 524808 bytes
06-check_regression/console.log.xz | Bin 2992 -> 3076 bytes
06-check_regression/mail-body.txt | 2 +-
07-update_baseline/console.log | 9 +++++++++
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 4 ++--
mail/mail-subject.txt | 2 +-
manifest.sh | 18 +++++++++---------
14 files changed, 26 insertions(+), 17 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-norov-allnoconfig
in repository toolchain/ci/base-artifacts.
from 74e915ad56 23: onsuccess: #50: all: Success after binutils/gcc/qemu: 29 [...]
new 9e6814f7bf 24: onsuccess: #51: all: Success after binutils/gcc/qemu: 33 [...]
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 1692 -> 1688 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 29960 -> 30532 bytes
04-build_abe-stage1/console.log.xz | Bin 86500 -> 87164 bytes
05-build_abe-qemu/console.log.xz | Bin 30872 -> 30232 bytes
06-build_linux/console.log.xz | Bin 3452 -> 3452 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 3592 -> 3728 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 26 +++++++++++++-------------
16 files changed, 20 insertions(+), 20 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 1957bedf29a RISC-V: bitmanip: add splitter to use bexti for "(a & (1 << [...]
new 0045d254c01 RISC-V: Optimize masking with two clear bits not a SMALL_OPERAND
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/config/riscv/bitmanip.md | 38 ++++++++++++++++++++++++++++++
gcc/config/riscv/predicates.md | 5 ++++
gcc/testsuite/gcc.target/riscv/zbs-bclri.c | 12 ++++++++++
3 files changed, 55 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/riscv/zbs-bclri.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 gcc.
from 705bae2351a Enable shrink wrapping for the RISC-V target.
new 1957bedf29a RISC-V: bitmanip: add splitter to use bexti for "(a & (1 << [...]
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/config/riscv/bitmanip.md | 13 +++++++++++++
gcc/testsuite/gcc.target/riscv/zbs-bexti.c | 2 +-
2 files changed, 14 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/gnu-master-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
from 7f3466be72 27: onsuccess: #549: 33: Success after binutils/gcc/linux/qe [...]
new 74d5197853 28: onsuccess: #550: 33: Success after binutils/gcc/linux/qe [...]
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 1900 -> 1704 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 31392 -> 31836 bytes
04-build_abe-stage1/console.log.xz | Bin 73068 -> 73988 bytes
05-build_abe-qemu/console.log.xz | Bin 32104 -> 30984 bytes
06-build_linux/console.log.xz | Bin 3432 -> 3412 bytes
08-check_regression/console.log.xz | Bin 4500 -> 4452 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 32 ++++++++++++++++----------------
16 files changed, 24 insertions(+), 24 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.