This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gdb/master-aarch64
in repository toolchain/ci/base-artifacts.
from e23efc1178 76: onsuccess: #850: 1: Success after binutils/gcc/linux/gdb [...]
new a8fea98cfd 77: onsuccess: #851: 1: Success after binutils/gcc/linux/gli [...]
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 1696 -> 1684 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2700 bytes
03-build_abe-binutils/console.log.xz | Bin 37876 -> 37700 bytes
04-build_abe-gcc/console.log.xz | Bin 213792 -> 212792 bytes
05-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
06-build_abe-linux/console.log.xz | Bin 8688 -> 8260 bytes
07-build_abe-glibc/console.log.xz | Bin 240048 -> 239112 bytes
08-build_abe-gdb/console.log.xz | Bin 37584 -> 37336 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3832 -> 3896 bytes
10-build_abe-check_gdb/console.log.xz | Bin 2032 -> 2024 bytes
11-check_regression/console.log.xz | Bin 14780 -> 19400 bytes
11-check_regression/extra-bisect-params | 2 +-
11-check_regression/fails.sum | 30 +-
11-check_regression/mail-body.txt | 159 +-
11-check_regression/results.compare | 78 +-
11-check_regression/results.compare2 | 3626 ++++++++---
11-check_regression/results.regressions | 78 +-
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/glibc_rev | 2 +-
git/linux_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 161 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 36 +-
results | 78 +-
sumfiles/gdb.log.xz | Bin 1929236 -> 1933392 bytes
sumfiles/gdb.sum | 10032 +++++++-----------------------
30 files changed, 5336 insertions(+), 8960 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 beaad492353 Automatic date update in version.in
new 3c5e7c6dfcf ld: Use %E in einfo in pdb.c
new a7267222409 ld: Add section header stream to PDB files
new 08827105100 ld: Add publics stream to PDB files
The 3 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:
ld/pdb.c | 429 +++++++++++++++++++++++++++++++++--
ld/pdb.h | 47 ++++
ld/testsuite/ld-pe/pdb.exp | 230 ++++++++++++++++++-
ld/testsuite/ld-pe/pdb1-publics.d | 41 ++++
ld/testsuite/ld-pe/pdb1-sym-record.d | 7 +
ld/testsuite/ld-pe/pdb1.s | 18 +-
6 files changed, 754 insertions(+), 18 deletions(-)
create mode 100644 ld/testsuite/ld-pe/pdb1-publics.d
create mode 100644 ld/testsuite/ld-pe/pdb1-sym-record.d
--
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_O1
in repository toolchain/ci/base-artifacts.
from 5230926a62 83: onsuccess: #477: 2: Success after binutils/gcc: 24 commits
new 7f4689fa06 84: onsuccess: #478: 2: Success after binutils/gcc: 3 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 1712 -> 1664 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 37900 -> 37896 bytes
05-build_abe-bootstrap_O1/console.log.xz | Bin 271440 -> 271148 bytes
06-check_regression/console.log.xz | Bin 3040 -> 2528 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 18 +++++++++---------
12 files changed, 15 insertions(+), 15 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 da5e8844119 Daily bump.
new 6913cad2a38 Enable V4BFmode and V2BFmode.
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/i386/i386-modes.def | 1 +
gcc/config/i386/i386.cc | 6 +++++
gcc/config/i386/i386.h | 9 ++++----
gcc/config/i386/i386.md | 5 +++--
gcc/config/i386/mmx.md | 26 +++++++++++++---------
gcc/testsuite/gcc.target/i386/pr107261.c | 38 ++++++++++++++++++++++++++++++++
6 files changed, 68 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr107261.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-arm-bootstrap_debug
in repository toolchain/ci/base-artifacts.
from 8c3b52df9a 88: onsuccess: #507: 2: Success after binutils/gcc: 24 commits
new f0ce477d8e 89: onsuccess: #508: 2: Success after binutils/gcc: 3 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 1664 -> 1688 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 50268 -> 50176 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 469848 -> 466928 bytes
06-check_regression/console.log.xz | Bin 3096 -> 2544 bytes
07-update_baseline/console.log | 2 +-
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 18 +++++++++---------
13 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.
unknown user pushed a change to branch releases/gcc-12
in repository gcc.
from 67a7e47119b Daily bump.
new faac1fccd75 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.