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_profiled
in repository toolchain/ci/binutils-gdb.
from 255a531196 Automatic date update in version.in
adds 777b054cf9 Automatic date update in version.in
adds 7110a5d8e8 [gdb/testsuite] Remove quit in gdb.arch/i386-mpx.exp
adds 746723ba6c [gdb/testsuite] Fix gdb.base/batch-exit-status.exp with nati [...]
adds 36170420e3 [gdb/testsuite] Fix test name in gdb.python/python.exp
adds 2786ef85fa [gdb/testsuite] Require use_gdb_stub == 0 where appropriate
adds 38b03d23c7 [gdb/testsuite] Fix gdb.fortran/call-no-debug.exp with nativ [...]
adds 76b43c9b5c gdb: improve error reporting from the disassembler
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/disasm.c | 14 ++++++----
gdb/disasm.h | 7 ++++-
gdb/testsuite/boards/gdbserver-base.exp | 2 +-
gdb/testsuite/gdb.arch/i386-mpx.exp | 2 --
.../gdb.dwarf2/frame-inlined-in-outer-frame.exp | 3 +++
gdb/testsuite/gdb.fortran/call-no-debug.exp | 4 ++-
gdb/testsuite/gdb.mi/mi-async.exp | 3 +++
gdb/testsuite/gdb.python/python.exp | 30 ++++++++++++++--------
gdb/testsuite/gdb.reverse/insn-reverse.exp | 3 +++
gdb/testsuite/gdb.tui/tui-missing-src.exp | 3 +++
gdb/testsuite/lib/gdb.exp | 3 +++
12 files changed, 55 insertions(+), 21 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_profiled
in repository toolchain/ci/base-artifacts.
discards 27355edec 0: update: binutils-gcc: 2
new 369b7bf23 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 (27355edec)
\
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 1536 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 65824 -> 64660 bytes
05-build_abe-bootstrap_profiled/console.log.xz | Bin 942768 -> 939520 bytes
06-check_regression/console.log.xz | Bin 420 -> 416 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_gcc_check/master-arm
in repository toolchain/ci/gcc.
from f874a13ca38 libstdc++: Fix regression in memory use when constructing paths
adds 9eb28a0f19b Daily bump.
adds 4728afb9894 Fix TARGET_SOFT_FLOAT patterns in pa.md
adds bd440a8c1c5 Adjust testcase for O2 vectorization[Wuninitialized]
adds 2f9529fc62b AVX512FP16: Adjust builtin for mask complex fma
new ee9fa8a5792 [Ada] reenable ada83 library unit renaming error
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/ChangeLog | 99 ++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/par-ch10.adb | 9 +-
gcc/config/i386/avx512fp16intrin.h | 261 +++++++--------------
gcc/config/i386/avx512fp16vlintrin.h | 56 ++---
gcc/config/i386/i386-builtin.def | 24 +-
gcc/config/i386/i386-expand.c | 22 +-
gcc/config/i386/sse.md | 183 +++++++++++++++
gcc/config/i386/subst.md | 3 +
gcc/config/pa/pa.md | 85 ++++++-
gcc/fortran/ChangeLog | 6 +
gcc/testsuite/ChangeLog | 31 +++
gcc/testsuite/g++.dg/warn/Wuninitialized-13.C | 7 +-
gcc/testsuite/gcc.target/i386/avx-1.c | 4 +
.../gcc.target/i386/avx512fp16-vfcmaddcsh-1a.c | 2 +
...-vfcmaddcsh-1a.c => avx512fp16-vfcmaddcsh-1c.c} | 22 +-
.../gcc.target/i386/avx512fp16-vfmaddcsh-1a.c | 2 +
...16-vfmaddcsh-1a.c => avx512fp16-vfmaddcsh-1c.c} | 22 +-
gcc/testsuite/gcc.target/i386/sse-13.c | 4 +
gcc/testsuite/gcc.target/i386/sse-23.c | 4 +
libgcc/ChangeLog | 9 +
libstdc++-v3/ChangeLog | 41 ++++
22 files changed, 637 insertions(+), 261 deletions(-)
copy gcc/testsuite/gcc.target/i386/{avx512fp16-vfcmaddcsh-1a.c => avx512fp16-vfcma [...]
copy gcc/testsuite/gcc.target/i386/{avx512fp16-vfmaddcsh-1a.c => avx512fp16-vfmadd [...]
--
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/master-arm
in repository toolchain/ci/binutils-gdb.
from 9cd609f864 [gdb/exp] Improve <error reading variable> message
adds cdb6026064 Automatic date update in version.in
adds cbb35b4ac6 Re: s12z/disassembler: call memory_error_func when appropriate
adds a19da04b3c [GOLD] PowerPC64: Don't pretend to support multi-toc
adds f19c3684a6 [GOLD] Two GOT sections for PowerPC64
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/testsuite/gas/s12z/truncated.d | 3 +-
gold/output.cc | 7 +-
gold/output.h | 3 +-
gold/powerpc.cc | 501 +++++++++++++++++++++----------------
gold/s390.cc | 7 +-
gold/target.h | 15 +-
7 files changed, 304 insertions(+), 234 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/master-arm
in repository toolchain/ci/base-artifacts.
discards 87953165c 0: update: binutils-gcc: 1
new 1d1dcee2f 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 (87953165c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (1d [...]
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 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 64672 -> 66916 bytes
04-build_abe-gcc/console.log.xz | Bin 229608 -> 231880 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3796 -> 3896 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2900 -> 2500 bytes
07-check_regression/console.log.xz | Bin 2532 -> 2736 bytes
07-check_regression/results.compare | 33 +-
07-check_regression/results.compare2 | 34 +-
08-update_baseline/console.log | 221 +-
08-update_baseline/results.compare | 33 +-
08-update_baseline/results.compare2 | 34 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 2705244 -> 2658556 bytes
sumfiles/g++.sum | 126 +-
sumfiles/gcc.log.xz | Bin 2230284 -> 2240728 bytes
sumfiles/gcc.sum | 3820 ++++++++++++++++-----------------
sumfiles/gfortran.log.xz | Bin 867576 -> 860272 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2164 -> 2156 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 167528 -> 167204 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2516 -> 2520 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 457096 -> 452264 bytes
sumfiles/libstdc++.sum | 10 +-
27 files changed, 2235 insertions(+), 2154 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_gdb/master-aarch64
in repository toolchain/ci/linux.
from f4d0cc426f77 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
adds 0d67e332e6df module: fix clang CFI with MODULE_UNLOAD=n
adds 348949d9a444 Merge tag 'modules-for-v5.15-rc6' of git://git.kernel.org/ [...]
No new revisions were added by this update.
Summary of changes:
kernel/module.c | 2 ++
1 file changed, 2 insertions(+)
--
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_gdb/master-aarch64
in repository toolchain/ci/base-artifacts.
discards ce085ce59 0: update: binutils-gcc-linux-glibc-gdb: 1
new c93836dd4 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 (ce085ce59)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gdb/mas [...]
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 1552 -> 1528 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 52800 -> 53272 bytes
04-build_abe-gcc/console.log.xz | Bin 208028 -> 208796 bytes
05-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
06-build_abe-linux/console.log.xz | Bin 8624 -> 8584 bytes
07-build_abe-glibc/console.log.xz | Bin 235460 -> 235348 bytes
08-build_abe-gdb/console.log.xz | Bin 44248 -> 45020 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3824 -> 3820 bytes
10-build_abe-check_gdb/console.log.xz | Bin 2012 -> 2608 bytes
11-check_regression/console.log.xz | Bin 4448 -> 4608 bytes
11-check_regression/extra-bisect-params | 2 +-
11-check_regression/fails.sum | 31 +-
11-check_regression/results.compare | 77 +-
11-check_regression/results.compare2 | 248 +-
11-check_regression/results.regressions | 77 +-
12-update_baseline/console.log | 495 ++--
12-update_baseline/extra-bisect-params | 2 +-
12-update_baseline/fails.sum | 31 +-
12-update_baseline/results.compare | 77 +-
12-update_baseline/results.compare2 | 248 +-
12-update_baseline/results.regressions | 77 +-
jenkins/manifest.sh | 20 +-
sumfiles/gdb.log.xz | Bin 1650524 -> 1595484 bytes
sumfiles/gdb.sum | 4257 +++++++++++++++----------------
25 files changed, 2847 insertions(+), 2795 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/release-aarch64-check_bootstrap
in repository toolchain/ci/binutils-gdb.
from 0d4e7d656e Automatic date update in version.in
adds 66d5c70038 Automatic date update in version.in
adds 3414eb95d1 Automatic date update in version.in
adds c5acbdb2b1 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_gcc_check_bootstrap/release-aarch64-check_bootstrap
in repository toolchain/ci/base-artifacts.
discards 876ce3e04 0: update: binutils-gcc: 1
new b4b594ff6 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 (876ce3e04)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/rele [...]
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 1540 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 50300 -> 50496 bytes
04-build_abe-bootstrap/console.log.xz | Bin 246020 -> 244964 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3860 -> 3824 bytes
06-build_abe-check_bootstrap/console.log.xz | Bin 2404 -> 2504 bytes
07-check_regression/console.log.xz | Bin 3288 -> 3612 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 11 +-
07-check_regression/results.compare | 33 +-
07-check_regression/results.compare2 | 121 +-
07-check_regression/results.regressions | 33 +-
08-update_baseline/console.log | 358 ++-
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 11 +-
08-update_baseline/results.compare | 33 +-
08-update_baseline/results.compare2 | 121 +-
08-update_baseline/results.regressions | 33 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3381456 -> 3379988 bytes
sumfiles/g++.sum | 134 +-
sumfiles/gcc.log.xz | Bin 2952412 -> 2939848 bytes
sumfiles/gcc.sum | 4342 ++++++++++++++-------------
sumfiles/gfortran.log.xz | Bin 849528 -> 852008 bytes
sumfiles/gfortran.sum | 43 +-
sumfiles/libatomic.log.xz | Bin 2328 -> 2336 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 144868 -> 145072 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2708 -> 2708 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 440200 -> 442700 bytes
sumfiles/libstdc++.sum | 59 +-
33 files changed, 2776 insertions(+), 2598 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-master-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 2b28b22a4 0: update: binutils-llvm-linux-qemu: all
new 218dc89c1 0: update: binutils-llvm-linux-qemu: 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 (2b28b22a4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-s [...]
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 1572 -> 1572 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 43808 -> 44312 bytes
04-build_llvm/console.log.xz | Bin 59164 -> 59224 bytes
05-build_abe-qemu/console.log.xz | Bin 29760 -> 29692 bytes
06-build_linux/console.log.xz | Bin 5036 -> 5276 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 20 ++++++++++----------
results | 2 +-
11 files changed, 12 insertions(+), 12 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-master-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
from 37d3291dd 7: reset: gcc-55a3be2f5255d69e740d61b2c5aaba1ccbc643b8: 16713
new 7ced2ecbb 8: update: gcc-2dda00b734888d3b53ac91160083b5c6cd5ca5c8: 16753
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 1860 -> 1628 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2808 bytes
03-build_abe-binutils/console.log.xz | Bin 43628 -> 43816 bytes
04-build_abe-stage1/console.log.xz | Bin 91420 -> 90500 bytes
05-build_abe-qemu/console.log.xz | Bin 31888 -> 31644 bytes
06-build_linux/console.log.xz | Bin 397648 -> 385308 bytes
08-check_regression/console.log.xz | Bin 1260 -> 488 bytes
08-check_regression/jira-body.txt | 2 -
08-check_regression/mail-body.txt | 48 --------------------
08-check_regression/mail-subject.txt | 1 -
08-check_regression/results.regressions | 11 -----
08-check_regression/trigger-bisect | 2 -
09-update_baseline/console.log | 76 ++++++++++++++++++++++++++------
jenkins/manifest.sh | 10 ++---
mail/jira-body.txt | 5 ---
mail/mail-body.txt | 51 ---------------------
mail/mail-subject.txt | 1 -
reset-baseline | 0
results | 13 +-----
19 files changed, 68 insertions(+), 152 deletions(-)
delete mode 100644 08-check_regression/jira-body.txt
delete mode 100644 08-check_regression/mail-body.txt
delete mode 100644 08-check_regression/mail-subject.txt
delete mode 100644 08-check_regression/results.regressions
delete mode 100644 08-check_regression/trigger-bisect
delete mode 100644 mail/jira-body.txt
delete mode 100644 mail/mail-body.txt
delete mode 100644 mail/mail-subject.txt
delete 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/llvm-release-aarch64-lts-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 6fc54b1d1e Automatic date update in version.in
adds 0d4e7d656e Automatic date update in version.in
adds 66d5c70038 Automatic date update in version.in
adds 3414eb95d1 Automatic date update in version.in
adds c5acbdb2b1 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/llvm-release-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 39bf60152 0: update: binutils-llvm-linux-qemu: all
new 76fa40b77 0: update: binutils-llvm-linux-qemu: 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 (39bf60152)
\
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 1580 -> 1568 bytes
02-prepare_abe/console.log.xz | Bin 2784 -> 2776 bytes
03-build_abe-binutils/console.log.xz | Bin 43108 -> 42804 bytes
04-build_llvm/console.log.xz | Bin 58140 -> 57400 bytes
05-build_abe-qemu/console.log.xz | Bin 30104 -> 30412 bytes
06-build_linux/console.log.xz | Bin 3652 -> 3492 bytes
07-boot_linux/console.log.xz | Bin 576 -> 580 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 16 ++++++++--------
results | 2 +-
11 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_gcc_bootstrap/master-aarch64-bootstrap_profiled
in repository toolchain/ci/binutils-gdb.
from 255a531196 Automatic date update in version.in
adds 777b054cf9 Automatic date update in version.in
adds 7110a5d8e8 [gdb/testsuite] Remove quit in gdb.arch/i386-mpx.exp
adds 746723ba6c [gdb/testsuite] Fix gdb.base/batch-exit-status.exp with nati [...]
adds 36170420e3 [gdb/testsuite] Fix test name in gdb.python/python.exp
adds 2786ef85fa [gdb/testsuite] Require use_gdb_stub == 0 where appropriate
adds 38b03d23c7 [gdb/testsuite] Fix gdb.fortran/call-no-debug.exp with nativ [...]
adds 76b43c9b5c gdb: improve error reporting from the disassembler
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/disasm.c | 14 ++++++----
gdb/disasm.h | 7 ++++-
gdb/testsuite/boards/gdbserver-base.exp | 2 +-
gdb/testsuite/gdb.arch/i386-mpx.exp | 2 --
.../gdb.dwarf2/frame-inlined-in-outer-frame.exp | 3 +++
gdb/testsuite/gdb.fortran/call-no-debug.exp | 4 ++-
gdb/testsuite/gdb.mi/mi-async.exp | 3 +++
gdb/testsuite/gdb.python/python.exp | 30 ++++++++++++++--------
gdb/testsuite/gdb.reverse/insn-reverse.exp | 3 +++
gdb/testsuite/gdb.tui/tui-missing-src.exp | 3 +++
gdb/testsuite/lib/gdb.exp | 3 +++
12 files changed, 55 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.