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 9e5073d68 0: update: binutils-gcc-linux-glibc-gdb: 1
new d93b9cf45 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 (9e5073d68)
\
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 1512 -> 1508 bytes
02-prepare_abe/console.log.xz | Bin 2704 -> 2700 bytes
03-build_abe-binutils/console.log.xz | Bin 38576 -> 38700 bytes
04-build_abe-gcc/console.log.xz | Bin 211948 -> 211996 bytes
05-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
06-build_abe-linux/console.log.xz | Bin 8524 -> 8892 bytes
07-build_abe-glibc/console.log.xz | Bin 238416 -> 238408 bytes
08-build_abe-gdb/console.log.xz | Bin 37948 -> 37932 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3824 -> 3848 bytes
10-build_abe-check_binutils/console.log.xz | Bin 2372 -> 2140 bytes
11-check_regression/console.log.xz | Bin 2276 -> 2292 bytes
11-check_regression/results.compare | 8 +-
11-check_regression/results.compare2 | 6 +-
12-update_baseline/console.log | 234 ++++++++++----------
12-update_baseline/results.compare | 8 +-
12-update_baseline/results.compare2 | 6 +-
jenkins/manifest.sh | 24 +--
sumfiles/binutils.log.xz | Bin 56104 -> 56372 bytes
sumfiles/binutils.sum | 58 ++---
sumfiles/gas.log.xz | Bin 81032 -> 80996 bytes
sumfiles/gas.sum | 270 +++++++++++------------
sumfiles/ld.log.xz | Bin 120972 -> 120976 bytes
sumfiles/ld.sum | 336 ++++++++++++++---------------
23 files changed, 475 insertions(+), 475 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-defconfig
in repository toolchain/ci/base-artifacts.
discards 678e7fd05 0: update: binutils-gcc-linux-qemu: boot
new 7ae1deeae 0: update: binutils-gcc-linux-qemu: boot
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 (678e7fd05)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 1560 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2728 bytes
03-build_abe-binutils/console.log.xz | Bin 30164 -> 30732 bytes
04-build_abe-stage1/console.log.xz | Bin 90464 -> 91156 bytes
05-build_abe-qemu/console.log.xz | Bin 32484 -> 32340 bytes
06-build_linux/console.log.xz | Bin 5720 -> 5360 bytes
07-boot_linux/console.log.xz | Bin 5964 -> 5980 bytes
08-check_regression/console.log.xz | Bin 412 -> 416 bytes
09-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 20 ++++++++++----------
10 files changed, 18 insertions(+), 18 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 5fb28d2607a x86: drop print_operand_value()'s "hex" parameter
new 8a0b60471a7 gdb/python: convert gdbpy_err_fetch to use gdbpy_ref
new f0c2e3e020d gdb: add new base class to gdb_disassembler
new e4ae302562a gdb: add extension language print_insn hook
new 15e15b2d9cd gdb/python: implement the print_insn extension language hook
new 8b39b1e7ab2 gdb: refactor the non-printing disassemblers
new 75033d08412 gdb: unify two dis_asm_read_memory functions in disasm.c
The 6 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/Makefile.in | 1 +
gdb/NEWS | 34 +
gdb/arc-linux-tdep.c | 15 +-
gdb/arc-tdep.c | 29 +-
gdb/arc-tdep.h | 5 -
gdb/arm-tdep.c | 4 +-
gdb/data-directory/Makefile.in | 1 +
gdb/disasm-selftests.c | 86 ++-
gdb/disasm.c | 179 +++---
gdb/disasm.h | 207 ++++--
gdb/doc/gdb.texinfo | 45 ++
gdb/doc/python.texi | 328 ++++++++++
gdb/extension-priv.h | 15 +
gdb/extension.c | 20 +
gdb/extension.h | 10 +
gdb/guile/guile.c | 6 +-
gdb/mips-tdep.c | 4 +-
gdb/python/lib/gdb/disassembler.py | 178 ++++++
gdb/python/py-disasm.c | 1090 ++++++++++++++++++++++++++++++++
gdb/python/py-utils.c | 8 +-
gdb/python/python-internal.h | 46 +-
gdb/python/python.c | 3 +
gdb/s12z-tdep.c | 26 +-
gdb/testsuite/gdb.python/py-disasm.c | 25 +
gdb/testsuite/gdb.python/py-disasm.exp | 209 ++++++
gdb/testsuite/gdb.python/py-disasm.py | 712 +++++++++++++++++++++
26 files changed, 3068 insertions(+), 218 deletions(-)
create mode 100644 gdb/python/lib/gdb/disassembler.py
create mode 100644 gdb/python/py-disasm.c
create mode 100644 gdb/testsuite/gdb.python/py-disasm.c
create mode 100644 gdb/testsuite/gdb.python/py-disasm.exp
create mode 100644 gdb/testsuite/gdb.python/py-disasm.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.