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-aarch64-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards eaeb42a8 0: update: qemu-27fc9f365d6f60ff86c2e2be57289bb47a2be882: boot
new 23ccec6c 0: update: linux-44c7c0a3b70c0d408a519ab70df2831dcb87ed35: 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 (eaeb42a8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 1700 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 29988 -> 30092 bytes
04-build_abe-stage1/console.log.xz | Bin 73872 -> 74060 bytes
05-build_abe-qemu/console.log.xz | Bin 30852 -> 31696 bytes
06-build_linux/console.log.xz | Bin 5052 -> 3708 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 10 +++++-----
9 files changed, 6 insertions(+), 6 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 81eaa506109 Handle ghost entities in symbol lookup
new c3f2a3738a3 Remove null sentinel from 'attributes'
new 45016746f1a Fix bug in Ada attributes lexing
new 28c4b1ffaa4 Enable "set debug parser" for Ada
new 1e237aba221 Refactor expression completion
new c66ed94ae96 Implement completion for Ada attributes
new 67700be2867 Refactor ada-lex.l:processId
new 02a8d05fc67 Remove the Ada DOT_ALL token
new 484e7c5ff5f Consolidate single-char tokens in ada-lex.l
new d4da1b2c1b7 Add context-sensitive field name completion to Ada parser
The 9 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/ada-exp.h | 23 +++++
gdb/ada-exp.y | 163 +++++++++++++++++++++++++++++---
gdb/ada-lex.l | 155 ++++++++++++++++++++----------
gdb/completer.c | 92 ++----------------
gdb/eval.c | 87 +++++++++++++++++
gdb/expop.h | 20 ++--
gdb/expression.h | 22 ++++-
gdb/parse.c | 84 +++++++---------
gdb/parser-defs.h | 57 +++++++++--
gdb/testsuite/gdb.ada/formatted_ref.exp | 21 ++--
gdb/testsuite/gdb.ada/ptype_field.exp | 31 ++++++
11 files changed, 537 insertions(+), 218 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_bmk_gnu_tx1
in repository toolchain/ci/interesting-commits.
from 7cc00ed Add last-good 0847ad33b908af88bca1e6980d0b977316d05e18 from h [...]
new 752a359 Add regression 243e649dcbb2262f2ed6116b14a78bfa82900bd2 from [...]
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:
gcc | 1 +
1 file changed, 1 insertion(+)
--
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_bmk_gnu_tx1
in repository toolchain/ci/interesting-commits.
from 7d1a2ea Add regression f902892aaf92295a7d3065370412fb51a13e13e9 from [...]
new 7cc00ed Add last-good 0847ad33b908af88bca1e6980d0b977316d05e18 from h [...]
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:
gcc | 1 +
1 file changed, 1 insertion(+)
--
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-arm
in repository toolchain/ci/binutils-gdb.
from cf78890fd4 Automatic date update in version.in
adds cbf26882c0 [gdb/testsuite] Fix KPASS in gdb.ada/arrayptr.exp
adds ea6303b497 Remove more Python 2 code
adds 60a3da00bd objdump/opcodes: add syntax highlighting to disassembler output
adds 49d31dc98e opcodes/riscv: implement style support in the disassembler
adds fbbb45cef5 opcodes/i386: partially implement disassembler style support
adds edbc15e6c4 gdb: remove use of vfprintf_filtered
No new revisions were added by this update.
Summary of changes:
binutils/NEWS | 4 +
binutils/doc/binutils.texi | 11 ++
binutils/objdump.c | 249 ++++++++++++++++++++++++++++++-----
gdb/disasm.c | 34 ++++-
gdb/disasm.h | 7 +
gdb/python/lib/gdb/FrameDecorator.py | 11 +-
gdb/testsuite/gdb.ada/arrayptr.exp | 61 ++++++---
include/dis-asm.h | 88 ++++++++++++-
opcodes/dis-init.c | 5 +-
opcodes/disassemble.c | 21 ++-
opcodes/i386-dis.c | 63 +++++----
opcodes/riscv-dis.c | 193 +++++++++++++++++----------
12 files changed, 585 insertions(+), 162 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-arm
in repository toolchain/ci/base-artifacts.
discards b05994df 0: update: gcc-2f0610acbc056052a108e4a46911fc21d0dca2ab: 1
new 7c574080 0: update: binutils-edbc15e6c4f463173b25b1f8042346c2e1a78602: 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 (b05994df)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/mast [...]
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 1608 -> 1500 bytes
02-prepare_abe/console.log.xz | Bin 2784 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 29188 -> 30224 bytes
04-build_abe-stage1/console.log.xz | Bin 90900 -> 91556 bytes
06-build_abe-linux/console.log.xz | Bin 10448 -> 10452 bytes
07-build_abe-glibc/console.log.xz | Bin 229792 -> 229696 bytes
08-build_abe-stage2/console.log.xz | Bin 221984 -> 223020 bytes
09-build_abe-gdb/console.log.xz | Bin 34036 -> 34788 bytes
10-build_abe-qemu/console.log.xz | Bin 32108 -> 32304 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3868 -> 3888 bytes
12-build_abe-check_gcc/console.log.xz | Bin 3268 -> 3368 bytes
13-check_regression/console.log.xz | Bin 2600 -> 2464 bytes
13-check_regression/results.compare2 | 43 +-
14-update_baseline/console.log | 339 +++---
14-update_baseline/results.compare2 | 43 +-
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 2638164 -> 2630604 bytes
sumfiles/g++.sum | 24 +-
sumfiles/gcc.log.xz | Bin 2198808 -> 2169892 bytes
sumfiles/gcc.sum | 2074 ++++++++++++++++-----------------
sumfiles/gfortran.log.xz | Bin 874076 -> 879508 bytes
sumfiles/gfortran.sum | 8 +-
sumfiles/libatomic.log.xz | Bin 2264 -> 2256 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 195496 -> 195504 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2668 -> 2672 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 421540 -> 423808 bytes
sumfiles/libstdc++.sum | 2 +-
30 files changed, 1260 insertions(+), 1287 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_native_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 7b0df67b 0: update: binutils-59dfe8ad84c6a9ef17a1ba4a8f443ac3cb9f6fd5: 6
new 26492783 0: update: gcc-74e243ec99476408fe60ad48e861d9575c537979: 6
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 (7b0df67b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_build/master- [...]
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 1520 -> 1528 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2768 bytes
04-build_abe-binutils/console.log.xz | Bin 51744 -> 51276 bytes
05-build_abe-gcc/console.log.xz | Bin 229928 -> 231132 bytes
06-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
07-build_abe-linux/console.log.xz | Bin 11060 -> 11180 bytes
08-build_abe-glibc/console.log.xz | Bin 227200 -> 229432 bytes
09-build_abe-gdb/console.log.xz | Bin 46776 -> 46848 bytes
10-check_regression/console.log.xz | Bin 420 -> 416 bytes
11-update_baseline/console.log | 4 ++--
jenkins/manifest.sh | 8 ++++----
11 files changed, 6 insertions(+), 6 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/gdb.
from edbc15e6c4 gdb: remove use of vfprintf_filtered
new 867b8c308a gas: copy st_size only if unset
new 056b6f879d gdb: remove some unused buildsym-legacy functions
new 59dfe8ad84 gdb: rename start_symtab/end_symtab to start_compunit_symtab [...]
new 81eaa50610 Handle ghost entities in symbol lookup
new c3f2a3738a Remove null sentinel from 'attributes'
new 45016746f1 Fix bug in Ada attributes lexing
new 28c4b1ffaa Enable "set debug parser" for Ada
new 1e237aba22 Refactor expression completion
new c66ed94ae9 Implement completion for Ada attributes
new 67700be286 Refactor ada-lex.l:processId
new 02a8d05fc6 Remove the Ada DOT_ALL token
new 484e7c5ff5 Consolidate single-char tokens in ada-lex.l
new d4da1b2c1b Add context-sensitive field name completion to Ada parser
The 13 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:
gas/config/obj-elf.c | 24 ++-
gas/testsuite/gas/elf/elf.exp | 1 +
gas/testsuite/gas/elf/size.d | 14 ++
gas/testsuite/gas/elf/size.s | 23 +++
gdb/ada-exp.h | 23 +++
gdb/ada-exp.y | 163 +++++++++++++++++++--
gdb/ada-lang.c | 12 ++
gdb/ada-lex.l | 155 +++++++++++++-------
gdb/buildsym-legacy.c | 108 ++------------
gdb/buildsym-legacy.h | 67 ++-------
gdb/buildsym.c | 64 ++++----
gdb/buildsym.h | 14 +-
gdb/coffread.c | 32 ++--
gdb/completer.c | 92 +-----------
gdb/ctfread.c | 16 +-
gdb/dbxread.c | 10 +-
gdb/dwarf2/cu.c | 4 +-
gdb/dwarf2/cu.h | 10 +-
gdb/dwarf2/read.c | 15 +-
gdb/eval.c | 87 +++++++++++
gdb/expop.h | 20 ++-
gdb/expression.h | 22 ++-
gdb/mdebugread.c | 5 +-
gdb/parse.c | 84 +++++------
gdb/parser-defs.h | 57 ++++++-
gdb/stabsread.c | 4 +-
gdb/testsuite/gdb.ada/formatted_ref.exp | 21 ++-
.../gdb.ada/{ptype_field.exp => ghost.exp} | 31 ++--
gdb/testsuite/gdb.ada/ghost/gpck.ads | 18 +++
gdb/testsuite/gdb.ada/ghost/main.adb | 22 +++
gdb/testsuite/gdb.ada/ghost/pck.ads | 19 +++
gdb/testsuite/gdb.ada/ptype_field.exp | 31 ++++
gdb/xcoffread.c | 28 ++--
33 files changed, 799 insertions(+), 497 deletions(-)
create mode 100644 gas/testsuite/gas/elf/size.d
create mode 100644 gas/testsuite/gas/elf/size.s
copy gdb/testsuite/gdb.ada/{ptype_field.exp => ghost.exp} (50%)
create mode 100644 gdb/testsuite/gdb.ada/ghost/gpck.ads
create mode 100644 gdb/testsuite/gdb.ada/ghost/main.adb
create mode 100644 gdb/testsuite/gdb.ada/ghost/pck.ads
--
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 6ff3c77149 Increase the test timeout of some string tests
new 2fe64148a8 Allow for unpriviledged nested containers
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:
elf/tst-pldd.c | 2 +
nptl/tst-pthread-getattr.c | 4 +
nss/tst-reload2.c | 2 +
support/Makefile | 1 +
support/support.h | 5 +
elf/tst-audit24b.c => support/support_need_proc.c | 26 ++--
support/test-container.c | 141 ++++++++++++++++------
7 files changed, 132 insertions(+), 49 deletions(-)
copy elf/tst-audit24b.c => support/support_need_proc.c (63%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.