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_ubsan
in repository toolchain/ci/binutils-gdb.
from 0f94906fba RISC-V: Remove a loop in the ISA parser
adds 13cd9508af gdb/testsuite: fix list.exp test cases
adds e8b4efc3cf Print MI prompt on interrupted command
adds 820ed8af6a gdb: add operator+= and operator+ overload for std::string
adds 18694ad5bd gdb-add-index: disable debuginfod
adds cc1cf2a604 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/Makefile.in | 1 +
gdb/contrib/gdb-add-index.sh | 1 +
gdb/mi/mi-interp.c | 11 +++++
gdb/symfile.c | 6 +--
gdb/testsuite/gdb.base/list.exp | 81 +++++++++++++--------------------
gdb/unittests/unique_xmalloc_ptr_char.c | 57 +++++++++++++++++++++++
gdbsupport/gdb_unique_ptr.h | 19 ++++++++
8 files changed, 124 insertions(+), 54 deletions(-)
create mode 100644 gdb/unittests/unique_xmalloc_ptr_char.c
--
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_ubsan
in repository toolchain/ci/base-artifacts.
discards 57926e29 0: update: binutils-gcc: 2
new 5486cd2f 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 (57926e29)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 38076 -> 37660 bytes
05-build_abe-bootstrap_ubsan/console.log.xz | Bin 321368 -> 321428 bytes
06-check_regression/console.log.xz | Bin 416 -> 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_bootstrap/master-arm-bootstrap_lto
in repository toolchain/ci/binutils-gdb.
from 13cd9508af gdb/testsuite: fix list.exp test cases
adds e8b4efc3cf Print MI prompt on interrupted command
adds 820ed8af6a gdb: add operator+= and operator+ overload for std::string
adds 18694ad5bd gdb-add-index: disable debuginfod
adds cc1cf2a604 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/Makefile.in | 1 +
gdb/contrib/gdb-add-index.sh | 1 +
gdb/mi/mi-interp.c | 11 +++++++
gdb/symfile.c | 6 ++--
gdb/unittests/unique_xmalloc_ptr_char.c | 57 +++++++++++++++++++++++++++++++++
gdbsupport/gdb_unique_ptr.h | 19 +++++++++++
7 files changed, 93 insertions(+), 4 deletions(-)
create mode 100644 gdb/unittests/unique_xmalloc_ptr_char.c
--
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_lto
in repository toolchain/ci/base-artifacts.
discards d0e05f8d 0: update: binutils-gcc: 2
new b29c2a97 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 (d0e05f8d)
\
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 1512 -> 1568 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 51608 -> 50664 bytes
05-build_abe-bootstrap_lto/console.log.xz | Bin 470108 -> 471380 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_gcc_bootstrap/master-arm-bootstrap_O3
in repository toolchain/ci/binutils-gdb.
from 0f94906fba RISC-V: Remove a loop in the ISA parser
adds 13cd9508af gdb/testsuite: fix list.exp test cases
adds e8b4efc3cf Print MI prompt on interrupted command
adds 820ed8af6a gdb: add operator+= and operator+ overload for std::string
adds 18694ad5bd gdb-add-index: disable debuginfod
adds cc1cf2a604 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/Makefile.in | 1 +
gdb/contrib/gdb-add-index.sh | 1 +
gdb/mi/mi-interp.c | 11 +++++
gdb/symfile.c | 6 +--
gdb/testsuite/gdb.base/list.exp | 81 +++++++++++++--------------------
gdb/unittests/unique_xmalloc_ptr_char.c | 57 +++++++++++++++++++++++
gdbsupport/gdb_unique_ptr.h | 19 ++++++++
8 files changed, 124 insertions(+), 54 deletions(-)
create mode 100644 gdb/unittests/unique_xmalloc_ptr_char.c
--
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_O3
in repository toolchain/ci/base-artifacts.
discards c62fd81a 0: update: binutils-gcc: 2
new 8c1e9350 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 (c62fd81a)
\
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 1496 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 52156 -> 51792 bytes
05-build_abe-bootstrap_O3/console.log.xz | Bin 458656 -> 460096 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 36 -------------------------------
jenkins/manifest.sh | 12 +++++------
7 files changed, 6 insertions(+), 42 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 cygwin-3_3-branch
in repository newlib.
from cb9e68fd9 Cygwin: pinfo: Fix exit code when non-cygwin app exits by Ctrl-C.
new 3ad4df857 Cygwin: console: Fix issues of apps which open pty.
new d5e5babda Cygwin: pty: Stop to send CTRL_C_EVENT if pcon activated.
new e2cf0e645 Cygwin: console: Prevent the order of typeahead input from swapped.
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.
Summary of changes:
winsup/cygwin/fhandler.h | 4 ++-
winsup/cygwin/fhandler_console.cc | 71 +++++++++++++++++++++++++++++++++------
winsup/cygwin/fhandler_termios.cc | 25 +++++++-------
winsup/cygwin/fhandler_tty.cc | 13 ++++++-
4 files changed, 88 insertions(+), 25 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.