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 ce54b072 0: update: binutils-gcc: 2
new 7c9ad454 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 (ce54b072)
\
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 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2700 -> 2720 bytes
04-build_abe-binutils/console.log.xz | Bin 51796 -> 51312 bytes
05-build_abe-bootstrap_O3/console.log.xz | Bin 460096 -> 458392 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.
unknown user pushed a change to branch master
in repository newlib.
from 830a9b707 Cygwin: drop PROCESSOR_ARCHITECTURE_INTEL from uname
new 93bea9f53 Cygwin: drop i686 exception handling
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:
winsup/cygwin/cygtls.h | 72 +--------
winsup/cygwin/exception.h | 121 ---------------
winsup/cygwin/exceptions.cc | 363 +++++++++-----------------------------------
3 files changed, 72 insertions(+), 484 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 49a73ab9d34 gdb, btrace: Throw an error for empty recordings when repla [...]
new a1f2ddd3837 Fix gdb.python/py-connection.exp with remote targets
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/testsuite/gdb.python/py-connection.exp | 4 ++--
1 file changed, 2 insertions(+), 2 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/binutils-gdb.
from 626d0e40e5 Automatic date update in version.in
adds 035784e345 RISC-V: Added half-precision floating-point v1.0 instructions.
new bc6004dfd2 Remove gdb_test questions that GDB doesn't ask
new 35b72e4e5b gdb.base/scope.exp: Remove bogus gdb_test questions
new 1fe69430d1 Fix bogus gdb_test invocations
new 8d08cccb01 Avoid having to unload file in gdb.server/connect-with-no-sy [...]
new d7440bee9f gdb.base/skip.exp: Don't abuse gdb_test's question support
new ed01945057 Make gdb_test's question non-optional if specified
new 49a73ab9d3 gdb, btrace: Throw an error for empty recordings when replay [...]
The 7 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/elfxx-riscv.c | 11 ++++
gas/config/tc-riscv.c | 12 +++-
gas/testsuite/gas/riscv/float16-be.d | 10 +++
gas/testsuite/gas/riscv/float16-le.d | 10 +++
gas/testsuite/gas/riscv/float16.s | 21 +++++++
gas/testsuite/gas/riscv/fp-zfh-insns.d | 71 +++++++++++++++++++++
gas/testsuite/gas/riscv/fp-zfh-insns.s | 68 ++++++++++++++++++++
gdb/record-btrace.c | 2 +-
gdb/testsuite/gdb.base/auxv.exp | 3 +-
gdb/testsuite/gdb.base/catch-fork-kill.exp | 3 +-
gdb/testsuite/gdb.base/default.exp | 2 +-
gdb/testsuite/gdb.base/pointers.exp | 2 +-
gdb/testsuite/gdb.base/scope.exp | 60 +++++++++---------
gdb/testsuite/gdb.base/skip.exp | 55 +++++++++--------
gdb/testsuite/gdb.base/style.exp | 4 +-
gdb/testsuite/gdb.multi/tids.exp | 2 +-
gdb/testsuite/gdb.python/py-parameter.exp | 2 +-
gdb/testsuite/gdb.python/py-xmethods.exp | 1 +
.../gdb.server/connect-with-no-symbol-file.exp | 17 +++--
gdb/testsuite/gdb.server/solib-list.exp | 3 +-
gdb/testsuite/lib/gdb.exp | 25 ++++++--
include/opcode/riscv-opc.h | 72 ++++++++++++++++++++++
include/opcode/riscv.h | 5 ++
opcodes/riscv-opc.c | 65 +++++++++++++++++++
24 files changed, 443 insertions(+), 83 deletions(-)
create mode 100644 gas/testsuite/gas/riscv/float16-be.d
create mode 100644 gas/testsuite/gas/riscv/float16-le.d
create mode 100644 gas/testsuite/gas/riscv/float16.s
create mode 100644 gas/testsuite/gas/riscv/fp-zfh-insns.d
create mode 100644 gas/testsuite/gas/riscv/fp-zfh-insns.s
--
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 1e9af599 0: update: binutils-gcc: 1
new fb64e364 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 (1e9af599)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (fb64e364)
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 -> 1528 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2704 bytes
03-build_abe-binutils/console.log.xz | Bin 53076 -> 51940 bytes
04-build_abe-gcc/console.log.xz | Bin 230628 -> 230616 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3824 -> 3796 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2612 -> 2632 bytes
07-check_regression/console.log.xz | Bin 2480 -> 2812 bytes
07-check_regression/results.compare | 16 +-
07-check_regression/results.compare2 | 56 +-
08-update_baseline/console.log | 222 +-
08-update_baseline/results.compare | 16 +-
08-update_baseline/results.compare2 | 56 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 2759716 -> 2768188 bytes
sumfiles/g++.sum | 132 +-
sumfiles/gcc.log.xz | Bin 2357812 -> 2327752 bytes
sumfiles/gcc.sum | 5010 +++++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 897348 -> 903940 bytes
sumfiles/gfortran.sum | 59 +-
sumfiles/libatomic.log.xz | Bin 2172 -> 2176 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 200412 -> 200328 bytes
sumfiles/libgomp.sum | 24 +-
sumfiles/libitm.log.xz | Bin 2544 -> 2536 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 455508 -> 459028 bytes
sumfiles/libstdc++.sum | 10 +-
27 files changed, 2880 insertions(+), 2743 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.