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 f0aaf9ffb 0: update: binutils-gcc-linux-glibc-gdb: 1
new fa6d2dcdc 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 (f0aaf9ffb)
\
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 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 37888 -> 38020 bytes
04-build_abe-gcc/console.log.xz | Bin 202648 -> 201920 bytes
05-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
06-build_abe-linux/console.log.xz | Bin 8640 -> 8672 bytes
07-build_abe-glibc/console.log.xz | Bin 236332 -> 236588 bytes
08-build_abe-gdb/console.log.xz | Bin 38020 -> 38204 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3884 -> 3820 bytes
10-build_abe-check_gdb/console.log.xz | Bin 2140 -> 2196 bytes
11-check_regression/console.log.xz | Bin 4016 -> 3904 bytes
11-check_regression/extra-bisect-params | 2 +-
11-check_regression/fails.sum | 28 +-
11-check_regression/results.compare | 60 +-
11-check_regression/results.compare2 | 179 +-
11-check_regression/results.regressions | 60 +-
12-update_baseline/console.log | 711 +++---
12-update_baseline/extra-bisect-params | 2 +-
12-update_baseline/fails.sum | 28 +-
12-update_baseline/results.compare | 60 +-
12-update_baseline/results.compare2 | 179 +-
12-update_baseline/results.regressions | 60 +-
jenkins/manifest.sh | 26 +-
sumfiles/gdb.log.xz | Bin 1667476 -> 1662052 bytes
sumfiles/gdb.sum | 4106 ++++++++++++++++---------------
25 files changed, 2715 insertions(+), 2786 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_cross_check_gcc/master-aarch64
in repository toolchain/ci/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
new 9833dd9767 x86: Terminate mnemonicendp in swap_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:
bfd/version.h | 2 +-
gas/testsuite/gas/i386/opts-intel.d | 162 +-
gas/testsuite/gas/i386/opts.d | 18 +-
gas/testsuite/gas/i386/sse2avx-opts-intel.d | 162 +-
gas/testsuite/gas/i386/sse2avx-opts.d | 18 +-
gas/testsuite/gas/i386/x86-64-opts-intel.d | 216 +-
gas/testsuite/gas/i386/x86-64-opts.d | 24 +-
gas/testsuite/gas/i386/x86-64-sse2avx-opts-intel.d | 216 +-
gas/testsuite/gas/i386/x86-64-sse2avx-opts.d | 24 +-
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 -------------------
opcodes/i386-dis.c | 1 +
18 files changed, 4652 insertions(+), 6095 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.