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_lto
in repository toolchain/ci/base-artifacts.
discards 511133b05 0: update: binutils-gcc: 2
new 26b962a58 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 (511133b05)
\
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 2756 -> 2760 bytes
04-build_abe-binutils/console.log.xz | Bin 65876 -> 66108 bytes
05-build_abe-bootstrap_lto/console.log.xz | Bin 477112 -> 482624 bytes
06-check_regression/console.log.xz | Bin 416 -> 420 bytes
07-update_baseline/console.log | 77 ++++--------------------------
jenkins/manifest.sh | 12 ++---
7 files changed, 14 insertions(+), 75 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 a5ea23036d8 [gdb/testsuite] Use function_range in gdb.dwarf2/dw2-ref-mi [...]
new cb6e6bb89d5 gdb/python: fix memory leak in python inferior code
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:
gdb/python/py-inferior.c | 16 ++-
.../py-inferior-leak.c} | 0
.../{py-pp-integral.exp => py-inferior-leak.exp} | 28 +++---
gdb/testsuite/gdb.python/py-inferior-leak.py | 109 +++++++++++++++++++++
4 files changed, 133 insertions(+), 20 deletions(-)
copy gdb/testsuite/{gdb.base/inferior-noarg.c => gdb.python/py-inferior-leak.c} (100%)
copy gdb/testsuite/gdb.python/{py-pp-integral.exp => py-inferior-leak.exp} (60%)
create mode 100644 gdb/testsuite/gdb.python/py-inferior-leak.py
--
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_build/master-aarch64
in repository toolchain/ci/qemu.
from e7ab658478 Merge remote-tracking branch 'remotes/vivier/tags/linux-user [...]
adds ba858d1fad qemu-options: -chardev reconnect=seconds duplicated in help, [...]
adds 553dc36b38 qemu-options: Tweak [, maxcpus=cpus] to [, maxcpus=maxcpus]
adds 848dd26928 qemu-options: Add missing "sockets=2, maxcpus=2" to CLI "-smp 2"
adds 196fb7ac7c target/sh4: Use lookup_symbol in sh4_tr_disas_log
adds daf0db0630 hw/remote/proxy: Categorize Wireless devices as 'Network' ones
adds 9618c5bada Merge remote-tracking branch 'remotes/vivier/tags/trivial-br [...]
No new revisions were added by this update.
Summary of changes:
hw/remote/proxy.c | 1 +
qemu-options.hx | 6 +++---
target/sh4/translate.c | 2 +-
3 files changed, 5 insertions(+), 4 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_build/master-aarch64
in repository toolchain/ci/glibc.
from a312e8fe6d Fix stdio-common tests for GCC 12 -Waddress
adds 6bbf729832 Fixed inaccuracy of j0f (BZ #28185)
No new revisions were added by this update.
Summary of changes:
math/auto-libm-test-in | 45 ++
math/auto-libm-test-out-j0 | 1100 ++++++++++++++++++++++++++++++++++++++++
sysdeps/ieee754/flt-32/e_j0f.c | 6 +-
3 files changed, 1148 insertions(+), 3 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_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from db0768c320 Automatic date update in version.in
adds 1cb56ad3f3 gdb/python: update events test to handle missing exit_code
adds b1f0f28418 gdb/python: add a new gdb_exiting event
adds a5ea23036d [gdb/testsuite] Use function_range in gdb.dwarf2/dw2-ref-mis [...]
No new revisions were added by this update.
Summary of changes:
gdb/NEWS | 6 ++
gdb/doc/python.texi | 15 ++++-
gdb/observable.c | 1 +
gdb/observable.h | 4 +-
gdb/python/py-all-events.def | 1 +
gdb/python/py-event-types.def | 5 ++
gdb/python/python.c | 35 +++++++++++
.../gdb.dwarf2/dw2-ref-missing-frame-func.c | 22 +------
gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame.S | 12 ++--
gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame.exp | 23 ++++++--
gdb/testsuite/gdb.python/py-events.exp | 69 ++++++++++++++++++++++
gdb/testsuite/gdb.python/py-events.py | 30 +++++++++-
gdb/top.c | 6 +-
13 files changed, 192 insertions(+), 37 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_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 0d638c3d1 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 8f6b9ff51 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (0d638c3d1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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 1604 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2764 bytes
04-build_abe-binutils/console.log.xz | Bin 45040 -> 45200 bytes
05-build_abe-stage1/console.log.xz | Bin 71520 -> 71188 bytes
07-build_abe-linux/console.log.xz | Bin 8776 -> 8764 bytes
08-build_abe-glibc/console.log.xz | Bin 236624 -> 235624 bytes
09-build_abe-stage2/console.log.xz | Bin 200136 -> 200876 bytes
10-build_abe-gdb/console.log.xz | Bin 44528 -> 44844 bytes
11-build_abe-qemu/console.log.xz | Bin 30744 -> 30784 bytes
12-check_regression/console.log.xz | Bin 420 -> 416 bytes
13-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 26 +++++++++++++-------------
12 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64
in repository toolchain/ci/binutils-gdb.
from db0768c320 Automatic date update in version.in
adds 1cb56ad3f3 gdb/python: update events test to handle missing exit_code
adds b1f0f28418 gdb/python: add a new gdb_exiting event
adds a5ea23036d [gdb/testsuite] Use function_range in gdb.dwarf2/dw2-ref-mis [...]
No new revisions were added by this update.
Summary of changes:
gdb/NEWS | 6 ++
gdb/doc/python.texi | 15 ++++-
gdb/observable.c | 1 +
gdb/observable.h | 4 +-
gdb/python/py-all-events.def | 1 +
gdb/python/py-event-types.def | 5 ++
gdb/python/python.c | 35 +++++++++++
.../gdb.dwarf2/dw2-ref-missing-frame-func.c | 22 +------
gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame.S | 12 ++--
gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame.exp | 23 ++++++--
gdb/testsuite/gdb.python/py-events.exp | 69 ++++++++++++++++++++++
gdb/testsuite/gdb.python/py-events.py | 30 +++++++++-
gdb/top.c | 6 +-
13 files changed, 192 insertions(+), 37 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.