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-arm
in repository toolchain/ci/binutils-gdb.
from f1feb9c020 Automatic date update in version.in
adds 2b2463e2b0 Regen bfd po/SRC-POTFILES.in
adds 924cf858c9 Revert commit 240d6706c6a2
adds 9751574e09 Move microblaze relax info to target specific data
adds 6e348286d8 gdb: fix gdb_print -> gdb_printf typo
adds 51c2a9e243 gdb: move some commands into the tui namespace
adds 4b52a3872b gdb/tui: rename tui_layout_base::adjust_size to ::set_height
adds ef466e0f08 gdb/tui: rename tui_layout_split:set_weights_from_heights
adds 160444ec7f gdb/tui: add new 'tui window width' command and 'winwidth' alias
adds 7421ccda76 gdb/tui: add a tui debugging flag
adds 44aad37101 gdb/tui: add left_boxed_p and right_boxed_p member functions
adds 80b2eb3c34 gdb/tui/testsuite: refactor new-layout.exp test
adds 47b8e12ffd gdb/tui: avoid fp exception when applying layouts
adds b0fcf3e344 gdb/tui: fairer distribution of excess space during apply
adds e19565b865 gdb/tui: allow cmd window to change size in tui_layout_split::apply
adds 51b72f73e9 gdb/tui: support placing the cmd window into a horizontal layout
adds b1ac644a05 gdb/testsuite: some additional tests in gdb.tui/scroll.exp
adds b45b7407cd gdb/tui: relax restrictions on window max height and width
adds 357c158f3a gdb/tui: fair split of delta after a resize
adds 57d133e0d9 gdb/Makefile.in: remove SOURCES variable
adds 18b7679416 gdb/Makefile.in: fix 'make tags' build target
adds 88fa6d3d66 gdb/Makefile.in: move ALLDEPFILES earlier in Makefile.in
adds 9f793f7bed gdb/testsuite: resolve a duplicate test name in a gdb.mi test
adds 5187219460 gdb/testsuite: resolve some duplicate test names in gdb.base
adds 22480d7c39 gdb: small simplification in dwarf2_locexpr_baton_eval
adds 1fb43cf759 gdb/dwarf: pass an array of values to the dwarf evaluator
adds df7a7bdd97 gdb: add support for Fortran's ASSUMED RANK arrays
adds cf78890fd4 Automatic date update in version.in
new cbf26882c0 [gdb/testsuite] Fix KPASS in gdb.ada/arrayptr.exp
new ea6303b497 Remove more Python 2 code
The 2 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/bfd-in2.h | 22 +-
bfd/dwarf2.c | 84 +---
bfd/elf32-microblaze.c | 116 ++++--
bfd/po/SRC-POTFILES.in | 2 -
bfd/section.c | 22 +-
bfd/version.h | 2 +-
gdb/Makefile.in | 449 +++++++++++----------
gdb/NEWS | 25 ++
gdb/doc/gdb.texinfo | 51 ++-
gdb/dwarf2/loc.c | 27 +-
gdb/dwarf2/loc.h | 8 +-
gdb/dwarf2/read.c | 19 +-
gdb/gdbtypes.c | 127 +++++-
gdb/gdbtypes.h | 7 +
gdb/gnu-v3-abi.c | 2 +-
gdb/python/lib/gdb/FrameDecorator.py | 11 +-
gdb/testsuite/gdb.ada/arrayptr.exp | 61 ++-
gdb/testsuite/gdb.base/attach-pie-misread.exp | 10 +-
.../gdb.fortran/{rank.exp => assumedrank.exp} | 18 +-
.../{intvar-array.f90 => assumedrank.f90} | 39 +-
gdb/testsuite/gdb.mi/mi-catch-cpp-exceptions.exp | 2 +-
gdb/testsuite/gdb.tui/basic.exp | 4 +-
gdb/testsuite/gdb.tui/empty.exp | 14 +-
gdb/testsuite/gdb.tui/new-layout.exp | 100 +++--
gdb/testsuite/gdb.tui/regs.exp | 4 +-
gdb/testsuite/gdb.tui/scroll.exp | 4 +
gdb/testsuite/gdb.tui/winheight.exp | 77 ++++
gdb/testsuite/gdb.tui/winwidth.exp | 63 +++
gdb/top.c | 2 +-
gdb/tui/tui-command.c | 6 -
gdb/tui/tui-command.h | 2 -
gdb/tui/tui-layout.c | 406 +++++++++++++++----
gdb/tui/tui-layout.h | 135 +++++--
gdb/tui/tui-win.c | 118 +++++-
gdb/tui/tui.c | 26 ++
gdb/tui/tui.h | 14 +
36 files changed, 1475 insertions(+), 604 deletions(-)
copy gdb/testsuite/gdb.fortran/{rank.exp => assumedrank.exp} (80%)
copy gdb/testsuite/gdb.fortran/{intvar-array.f90 => assumedrank.f90} (61%)
create mode 100644 gdb/testsuite/gdb.tui/winwidth.exp
--
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_check_binutils/master-arm
in repository toolchain/ci/base-artifacts.
discards 92d99e72 0: update: binutils-gcc-linux-glibc-gdb: 1
new ecd0a319 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 (92d99e72)
\
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 1508 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 50660 -> 50764 bytes
04-build_abe-gcc/console.log.xz | Bin 230368 -> 230352 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 9156 -> 8564 bytes
07-build_abe-glibc/console.log.xz | Bin 229004 -> 229256 bytes
08-build_abe-gdb/console.log.xz | Bin 46872 -> 47716 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3808 -> 3804 bytes
10-build_abe-check_binutils/console.log.xz | Bin 2064 -> 2124 bytes
11-check_regression/console.log.xz | Bin 2284 -> 2264 bytes
11-check_regression/results.compare | 8 +-
11-check_regression/results.compare2 | 6 +-
12-update_baseline/console.log | 118 +++++-----
12-update_baseline/results.compare | 8 +-
12-update_baseline/results.compare2 | 6 +-
jenkins/manifest.sh | 20 +-
sumfiles/binutils.log.xz | Bin 55244 -> 55140 bytes
sumfiles/binutils.sum | 58 ++---
sumfiles/gas.log.xz | Bin 96992 -> 97024 bytes
sumfiles/gas.sum | 270 +++++++++++------------
sumfiles/ld.log.xz | Bin 129140 -> 129180 bytes
sumfiles/ld.sum | 334 ++++++++++++++---------------
23 files changed, 414 insertions(+), 414 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-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 9b82769a 2: update: qemu-3d31fe4d662f13c70eb7e87f29513623ccd76322: 22551
new 3a353d25 2: update: linux-3123109284176b1532874591f7c81f3837bbdc17: 22636
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 (9b82769a)
\
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 1616 -> 1612 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 30188 -> 29956 bytes
04-build_abe-stage1/console.log.xz | Bin 74184 -> 74076 bytes
05-build_abe-qemu/console.log.xz | Bin 31288 -> 32532 bytes
06-build_linux/console.log.xz | Bin 19928 -> 17972 bytes
08-check_regression/console.log.xz | Bin 476 -> 484 bytes
09-update_baseline/console.log | 231 +++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
results | 2 +-
10 files changed, 121 insertions(+), 122 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/release-aarch64
in repository toolchain/ci/gcc.
from a7d52dfb0d0 Daily bump.
adds 5f587c81bc5 [PR105032] LRA: modify loop condition to find reload insns [...]
adds ecc64506683 i386: Fix up ix86_expand_vector_init_general [PR105123]
new 800a09fc0bc Daily bump.
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/ChangeLog | 15 ++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/i386/i386-expand.c | 4 ++--
gcc/lra-assigns.c | 3 ++-
gcc/testsuite/ChangeLog | 13 ++++++++++++
gcc/testsuite/gcc.target/i386/pr105032.c | 35 ++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr105123.c | 22 ++++++++++++++++++++
7 files changed, 90 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr105032.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr105123.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_check/release-aarch64
in repository toolchain/ci/binutils-gdb.
from 4a50e8e714 Automatic date update in version.in
adds 5bb1199bbe Automatic date update in version.in
adds 907a9b092a Automatic date update in version.in
adds 72a6a32099 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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/release-aarch64
in repository toolchain/ci/base-artifacts.
discards 2ff79aa1 0: update: binutils-gcc: 1
new a910eca3 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 (2ff79aa1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/release-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 1572 -> 1520 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 37632 -> 37648 bytes
04-build_abe-gcc/console.log.xz | Bin 192520 -> 192692 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3888 -> 3820 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2320 -> 2324 bytes
07-check_regression/console.log.xz | Bin 6056 -> 3484 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 23 +-
07-check_regression/results.compare | 69 +-
07-check_regression/results.compare2 | 675 +----
07-check_regression/results.regressions | 69 +-
08-update_baseline/console.log | 1036 ++------
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 23 +-
08-update_baseline/results.compare | 69 +-
08-update_baseline/results.compare2 | 675 +----
08-update_baseline/results.regressions | 69 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3350376 -> 3333244 bytes
sumfiles/g++.sum | 138 +-
sumfiles/gcc.log.xz | Bin 2834140 -> 2836508 bytes
sumfiles/gcc.sum | 4300 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 811048 -> 816656 bytes
sumfiles/gfortran.sum | 49 +-
sumfiles/libatomic.log.xz | Bin 2168 -> 2172 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 140848 -> 140896 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2528 -> 2528 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 428040 -> 425448 bytes
sumfiles/libstdc++.sum | 12 +-
33 files changed, 2726 insertions(+), 4523 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 cbf26882c0c [gdb/testsuite] Fix KPASS in gdb.ada/arrayptr.exp
new ea6303b4971 Remove more Python 2 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/lib/gdb/FrameDecorator.py | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.