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_binutils/master-arm
in repository toolchain/ci/binutils-gdb.
from cb0d58bf4d [gdb/testsuite] Skip language auto in gdb.base/parse_number.exp
adds 27049a382f ld: use definitions in generate_reloc rather than raw literals
adds 05527d8ca1 [gdb/ada] Fix gdb.ada/dynamic-iface.exp with gcc 7
adds 5a3cf18c2e [gdb/exp] Fix UB in scalar_binop
adds 735dfe028c [gdbsupport] Fix UB in print-utils.cc:int_string
adds 01a62a6d5f [gdb/testsuite] Fix -prompt handling in gdb_test
adds a6b446b222 gdb: LoongArch: Implement the iterate_over_regset_sections g [...]
adds d9b6e047f6 Fix loongarch_iterate_over_regset_sections for non-native targets.
adds e8123c847f Tweak the std::hash<> specialization for aarch64_features.
adds 9e0f632935 Automatic date update in version.in
adds 244e19c791 PR29169, invalid read displaying fuzzed .gdb_index
adds 5fbb38fcc5 PR29170, divide by zero displaying fuzzed .debug_names
adds be38442dda PR29171, invalid read causing SIGSEGV
new a55dfbb9ab Merge config/ changes from GCC, to enable DFP on AArch64
new 81657e5800 AArch64: add support for DFP (Decimal Floating point)
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:
bfd/version.h | 2 +-
binutils/dwarf.c | 132 ++++++++++++++----------------------
config/dfp.m4 | 21 +++++-
gdb/aarch64-tdep.c | 2 +
gdb/ada-lang.c | 3 +-
gdb/arch/aarch64.h | 27 ++++----
gdb/loongarch-linux-tdep.c | 26 +++++++
gdb/testsuite/gdb.base/arithmet.exp | 2 +
gdb/testsuite/lib/gdb.exp | 2 +-
gdb/valarith.c | 5 +-
gdbsupport/print-utils.cc | 6 +-
include/coff/internal.h | 16 +++++
ld/pe-dll.c | 15 ++--
libdecnumber/configure | 3 +-
14 files changed, 154 insertions(+), 108 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_gnu_native_check_binutils/master-arm
in repository toolchain/ci/base-artifacts.
discards c4554272 0: update: binutils-gcc-linux-glibc-gdb: 1
new 4a481acb 0: update: binutils-gcc-linux-glibc-gdb: 1
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 (c4554272)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_binutil [...]
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 1548 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2712 bytes
03-build_abe-binutils/console.log.xz | Bin 52024 -> 51704 bytes
04-build_abe-gcc/console.log.xz | Bin 230584 -> 232024 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 8604 -> 9692 bytes
07-build_abe-glibc/console.log.xz | Bin 232380 -> 232216 bytes
08-build_abe-gdb/console.log.xz | Bin 49752 -> 49740 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3808 -> 3800 bytes
10-build_abe-check_binutils/console.log.xz | Bin 2256 -> 2272 bytes
11-check_regression/console.log.xz | Bin 2292 -> 2296 bytes
11-check_regression/results.compare | 8 +-
11-check_regression/results.compare2 | 6 +-
12-update_baseline/console.log | 56 ++---
12-update_baseline/results.compare | 8 +-
12-update_baseline/results.compare2 | 6 +-
jenkins/manifest.sh | 24 +--
sumfiles/binutils.log.xz | Bin 55640 -> 55516 bytes
sumfiles/binutils.sum | 58 ++---
sumfiles/gas.log.xz | Bin 97740 -> 97840 bytes
sumfiles/gas.sum | 270 +++++++++++------------
sumfiles/ld.log.xz | Bin 130576 -> 130680 bytes
sumfiles/ld.sum | 334 ++++++++++++++---------------
23 files changed, 385 insertions(+), 385 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 users/palves/info_breakpoints_improvements
in repository binutils-gdb.
at 1c7b382fcc4 Extra indent & extra line
This branch includes the following new commits:
new 11d68f5901a Always show locations for breakpoints & show canonical loca [...]
new 205bb562e7f Introduce "info breakpoints -hide-locations"
new 1c7b382fcc4 Extra indent & extra line
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.
--
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 be38442ddac PR29171, invalid read causing SIGSEGV
new a55dfbb9abe Merge config/ changes from GCC, to enable DFP on AArch64
new 81657e58004 AArch64: add support for DFP (Decimal Floating point)
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:
config/dfp.m4 | 21 ++++++++++++++++++++-
gdb/aarch64-tdep.c | 2 ++
libdecnumber/configure | 3 ++-
3 files changed, 24 insertions(+), 2 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_gcc_bootstrap/master-arm-bootstrap
in repository toolchain/ci/binutils-gdb.
from 9e0f632935 Automatic date update in version.in
adds 244e19c791 PR29169, invalid read displaying fuzzed .gdb_index
adds 5fbb38fcc5 PR29170, divide by zero displaying fuzzed .debug_names
adds be38442dda PR29171, invalid read causing SIGSEGV
No new revisions were added by this update.
Summary of changes:
binutils/dwarf.c | 132 +++++++++++++++++++++----------------------------------
1 file changed, 50 insertions(+), 82 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_gcc_bootstrap/master-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards a75592d6 0: update: binutils-gcc: 2
new f2823412 0: update: binutils-gcc: 2
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 (a75592d6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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 1668 -> 1608 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2740 bytes
04-build_abe-binutils/console.log.xz | Bin 52848 -> 52292 bytes
05-build_abe-bootstrap/console.log.xz | Bin 463288 -> 465476 bytes
06-check_regression/console.log.xz | Bin 416 -> 420 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
from 20309c6b 0: update: qemu-3757b0d08b399c609954cf57f273b1167e5d7a8d: all
new 8a37186d 1: reset: gcc-1d244020246cb155e4de62ca3b302b920a1f513f: 22170
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 1716 -> 1624 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 29076 -> 28964 bytes
04-build_abe-stage1/console.log.xz | Bin 87432 -> 91500 bytes
05-build_abe-qemu/console.log.xz | Bin 31716 -> 32692 bytes
06-build_linux/console.log.xz | Bin 4840 -> 6020 bytes
07-boot_linux/console.log.xz | Bin 496 -> 0 bytes
08-check_regression/console.log.xz | Bin 412 -> 1316 bytes
08-check_regression/jira-body.txt | 2 ++
08-check_regression/mail-body.txt | 39 ++++++++++++++++++++++
08-check_regression/mail-subject.txt | 1 +
08-check_regression/results.regressions | 11 ++++++
08-check_regression/trigger-bisect | 2 ++
09-update_baseline/console.log | 57 ++++++++++++++++++++++++--------
09-update_baseline/results.regressions | 2 ++
jenkins/manifest.sh | 10 +++---
mail/jira-body.txt | 5 +++
mail/mail-body.txt | 42 +++++++++++++++++++++++
mail/mail-subject.txt | 1 +
reset-baseline | 0
results | 15 +++++++--
21 files changed, 165 insertions(+), 22 deletions(-)
delete mode 100644 07-boot_linux/console.log.xz
create mode 100644 08-check_regression/jira-body.txt
create mode 100644 08-check_regression/mail-body.txt
create mode 100644 08-check_regression/mail-subject.txt
create mode 100644 08-check_regression/results.regressions
create mode 100644 08-check_regression/trigger-bisect
create mode 100644 09-update_baseline/results.regressions
create mode 100644 mail/jira-body.txt
create mode 100644 mail/mail-body.txt
create mode 100644 mail/mail-subject.txt
create mode 100644 reset-baseline
--
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-aarch64-next-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 475549dc3a Automatic date update in version.in
adds 31fd6cd3d7 Automatic date update in version.in
adds d200cde62c Automatic date update in version.in
adds af58abfd80 Automatic date update in version.in
adds bc8ba34fc2 Automatic date update in version.in
No new revisions were added by this update.
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/gnu-release-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 2eb59ad3 0: update: linux-cc63e8e92cb872081f249ea16e6c460642f3e4fb: all
new 6e6ed366 0: update: binutils-bc8ba34fc243d452379ae55ea39ba920817b6a26: all
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 (2eb59ad3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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.xz | Bin 1564 -> 1732 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 29268 -> 30012 bytes
04-build_abe-stage1/console.log.xz | Bin 69404 -> 69020 bytes
05-build_abe-qemu/console.log.xz | Bin 33764 -> 33160 bytes
06-build_linux/console.log.xz | Bin 3328 -> 4904 bytes
07-boot_linux/console.log.xz | Bin 576 -> 576 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 8 ++++----
10 files changed, 9 insertions(+), 9 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_gnu_native_check_binutils/master-aarch64
in repository toolchain/ci/gdb.
from cb0d58bf4d [gdb/testsuite] Skip language auto in gdb.base/parse_number.exp
adds 27049a382f ld: use definitions in generate_reloc rather than raw literals
adds 05527d8ca1 [gdb/ada] Fix gdb.ada/dynamic-iface.exp with gcc 7
adds 5a3cf18c2e [gdb/exp] Fix UB in scalar_binop
adds 735dfe028c [gdbsupport] Fix UB in print-utils.cc:int_string
adds 01a62a6d5f [gdb/testsuite] Fix -prompt handling in gdb_test
adds a6b446b222 gdb: LoongArch: Implement the iterate_over_regset_sections g [...]
adds d9b6e047f6 Fix loongarch_iterate_over_regset_sections for non-native targets.
adds e8123c847f Tweak the std::hash<> specialization for aarch64_features.
adds 9e0f632935 Automatic date update in version.in
adds 244e19c791 PR29169, invalid read displaying fuzzed .gdb_index
adds 5fbb38fcc5 PR29170, divide by zero displaying fuzzed .debug_names
adds be38442dda PR29171, invalid read causing SIGSEGV
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/dwarf.c | 132 ++++++++++++++----------------------
gdb/ada-lang.c | 3 +-
gdb/arch/aarch64.h | 27 ++++----
gdb/loongarch-linux-tdep.c | 26 +++++++
gdb/testsuite/gdb.base/arithmet.exp | 2 +
gdb/testsuite/lib/gdb.exp | 2 +-
gdb/valarith.c | 5 +-
gdbsupport/print-utils.cc | 6 +-
include/coff/internal.h | 16 +++++
ld/pe-dll.c | 15 ++--
11 files changed, 130 insertions(+), 106 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_gnu_native_check_binutils/master-aarch64
in repository toolchain/ci/binutils-gdb.
from cb0d58bf4d [gdb/testsuite] Skip language auto in gdb.base/parse_number.exp
adds 27049a382f ld: use definitions in generate_reloc rather than raw literals
adds 05527d8ca1 [gdb/ada] Fix gdb.ada/dynamic-iface.exp with gcc 7
adds 5a3cf18c2e [gdb/exp] Fix UB in scalar_binop
adds 735dfe028c [gdbsupport] Fix UB in print-utils.cc:int_string
adds 01a62a6d5f [gdb/testsuite] Fix -prompt handling in gdb_test
adds a6b446b222 gdb: LoongArch: Implement the iterate_over_regset_sections g [...]
adds d9b6e047f6 Fix loongarch_iterate_over_regset_sections for non-native targets.
adds e8123c847f Tweak the std::hash<> specialization for aarch64_features.
adds 9e0f632935 Automatic date update in version.in
adds 244e19c791 PR29169, invalid read displaying fuzzed .gdb_index
adds 5fbb38fcc5 PR29170, divide by zero displaying fuzzed .debug_names
adds be38442dda PR29171, invalid read causing SIGSEGV
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/dwarf.c | 132 ++++++++++++++----------------------
gdb/ada-lang.c | 3 +-
gdb/arch/aarch64.h | 27 ++++----
gdb/loongarch-linux-tdep.c | 26 +++++++
gdb/testsuite/gdb.base/arithmet.exp | 2 +
gdb/testsuite/lib/gdb.exp | 2 +-
gdb/valarith.c | 5 +-
gdbsupport/print-utils.cc | 6 +-
include/coff/internal.h | 16 +++++
ld/pe-dll.c | 15 ++--
11 files changed, 130 insertions(+), 106 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_gnu_native_check_binutils/master-aarch64
in repository toolchain/ci/base-artifacts.
discards c8f44de5 0: update: binutils-gcc-linux-glibc-gdb: 1
new a2d65c6a 0: update: binutils-gcc-linux-glibc-gdb: 1
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 (c8f44de5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_binutil [...]
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 1516 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2716 -> 2716 bytes
03-build_abe-binutils/console.log.xz | Bin 37928 -> 38436 bytes
04-build_abe-gcc/console.log.xz | Bin 212104 -> 211492 bytes
05-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
06-build_abe-linux/console.log.xz | Bin 8524 -> 9532 bytes
07-build_abe-glibc/console.log.xz | Bin 238636 -> 238048 bytes
08-build_abe-gdb/console.log.xz | Bin 37600 -> 37396 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3840 -> 3828 bytes
10-build_abe-check_binutils/console.log.xz | Bin 2244 -> 2224 bytes
11-check_regression/console.log.xz | Bin 2276 -> 2276 bytes
11-check_regression/results.compare | 8 +-
11-check_regression/results.compare2 | 6 +-
12-update_baseline/console.log | 50 ++---
12-update_baseline/results.compare | 8 +-
12-update_baseline/results.compare2 | 6 +-
jenkins/manifest.sh | 24 +--
sumfiles/binutils.log.xz | Bin 56176 -> 55896 bytes
sumfiles/binutils.sum | 58 ++---
sumfiles/gas.log.xz | Bin 81040 -> 81032 bytes
sumfiles/gas.sum | 270 +++++++++++------------
sumfiles/ld.log.xz | Bin 120796 -> 120600 bytes
sumfiles/ld.sum | 334 ++++++++++++++---------------
23 files changed, 382 insertions(+), 382 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_gcc_check_bootstrap/master-aarch64-check_bootstrap
in repository toolchain/ci/binutils-gdb.
from cb0d58bf4d [gdb/testsuite] Skip language auto in gdb.base/parse_number.exp
adds 27049a382f ld: use definitions in generate_reloc rather than raw literals
adds 05527d8ca1 [gdb/ada] Fix gdb.ada/dynamic-iface.exp with gcc 7
adds 5a3cf18c2e [gdb/exp] Fix UB in scalar_binop
adds 735dfe028c [gdbsupport] Fix UB in print-utils.cc:int_string
adds 01a62a6d5f [gdb/testsuite] Fix -prompt handling in gdb_test
adds a6b446b222 gdb: LoongArch: Implement the iterate_over_regset_sections g [...]
adds d9b6e047f6 Fix loongarch_iterate_over_regset_sections for non-native targets.
adds e8123c847f Tweak the std::hash<> specialization for aarch64_features.
adds 9e0f632935 Automatic date update in version.in
adds 244e19c791 PR29169, invalid read displaying fuzzed .gdb_index
adds 5fbb38fcc5 PR29170, divide by zero displaying fuzzed .debug_names
adds be38442dda PR29171, invalid read causing SIGSEGV
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/dwarf.c | 132 ++++++++++++++----------------------
gdb/ada-lang.c | 3 +-
gdb/arch/aarch64.h | 27 ++++----
gdb/loongarch-linux-tdep.c | 26 +++++++
gdb/testsuite/gdb.base/arithmet.exp | 2 +
gdb/testsuite/lib/gdb.exp | 2 +-
gdb/valarith.c | 5 +-
gdbsupport/print-utils.cc | 6 +-
include/coff/internal.h | 16 +++++
ld/pe-dll.c | 15 ++--
11 files changed, 130 insertions(+), 106 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_gcc_check_bootstrap/master-aarch64-check_bootstrap
in repository toolchain/ci/base-artifacts.
discards 78dca986 0: update: binutils-gcc: 1
new e3cd90e4 0: update: binutils-gcc: 1
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 (78dca986)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/mast [...]
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 1556 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 38152 -> 39088 bytes
04-build_abe-bootstrap/console.log.xz | Bin 269324 -> 270752 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3824 -> 3828 bytes
06-build_abe-check_bootstrap/console.log.xz | Bin 2640 -> 2640 bytes
07-check_regression/console.log.xz | Bin 3064 -> 3992 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 40 +-
07-check_regression/results.compare | 61 +-
07-check_regression/results.compare2 | 119 +-
07-check_regression/results.regressions | 61 +-
08-update_baseline/console.log | 622 ++--
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 40 +-
08-update_baseline/results.compare | 61 +-
08-update_baseline/results.compare2 | 119 +-
08-update_baseline/results.regressions | 61 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3619544 -> 3586164 bytes
sumfiles/g++.sum | 118 +-
sumfiles/gcc.log.xz | Bin 3181860 -> 3191948 bytes
sumfiles/gcc.sum | 5103 ++++++++++++++-------------
sumfiles/gfortran.log.xz | Bin 1076884 -> 1081904 bytes
sumfiles/gfortran.sum | 42 +-
sumfiles/libatomic.log.xz | Bin 2352 -> 2348 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 209912 -> 209844 bytes
sumfiles/libgomp.sum | 24 +-
sumfiles/libitm.log.xz | Bin 2728 -> 2728 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 459284 -> 459508 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 3506 insertions(+), 3001 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.