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/release-arm
in repository toolchain/ci/binutils-gdb.
from 4a0f8275ab Automatic date update in version.in
adds 25622428e9 Automatic date update in version.in
adds c47836066d Automatic date update in version.in
new 4f0027f03c Automatic date update in version.in
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:
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_gnu_native_check_binutils/release-arm
in repository toolchain/ci/base-artifacts.
discards 43fbe0e5 0: update: binutils-gcc-linux-glibc-gdb: 1
new 4bd7eaff 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 (43fbe0e5)
\
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 1512 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2724 bytes
03-build_abe-binutils/console.log.xz | Bin 50104 -> 50488 bytes
04-build_abe-gcc/console.log.xz | Bin 224652 -> 224352 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 8984 -> 8936 bytes
07-build_abe-glibc/console.log.xz | Bin 231936 -> 231732 bytes
08-build_abe-gdb/console.log.xz | Bin 46168 -> 46152 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3828 -> 3800 bytes
10-build_abe-check_binutils/console.log.xz | Bin 2064 -> 2056 bytes
11-check_regression/console.log.xz | Bin 2296 -> 2292 bytes
11-check_regression/results.compare | 8 +-
11-check_regression/results.compare2 | 6 +-
12-update_baseline/console.log | 96 ++++-----
12-update_baseline/results.compare | 8 +-
12-update_baseline/results.compare2 | 6 +-
jenkins/manifest.sh | 20 +-
sumfiles/binutils.log.xz | Bin 55168 -> 55076 bytes
sumfiles/binutils.sum | 58 ++---
sumfiles/gas.log.xz | Bin 96708 -> 96856 bytes
sumfiles/gas.sum | 270 +++++++++++------------
sumfiles/ld.log.xz | Bin 128996 -> 129052 bytes
sumfiles/ld.sum | 332 ++++++++++++++---------------
23 files changed, 402 insertions(+), 402 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/qemu.
from 40d5224907 Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into [...]
new 545e5cf817 ps2: checkpatch fixes
new 64bbdd138a ps2: QOMify PS2State
new 8f84e53cd0 ps2: QOMify PS2KbdState
new 2d135409e6 ps2: QOMify PS2MouseState
new 0c235e3889 ps2: move QOM type definitions from ps2.c to ps2.h
new 54334e7387 ps2: improve function prototypes in ps2.c and ps2.h
new 494145b286 ps2: introduce PS2DeviceClass
new 108cb22e48 ps2: implement ps2_reset() for the PS2_DEVICE QOM type based [...]
new a243ecf8c0 ps2: remove duplicate setting of scancode_set in ps2_kbd_init()
new ea247a0f36 ps2: implement ps2_kbd_realize() and use it to register ps2_ [...]
new 4a68b4822f ps2: implement ps2_mouse_realize() and use it to register ps [...]
new f055f5075a ps2: don't use vmstate_register() in ps2_kbd_init()
new 97259e70cb ps2: don't use vmstate_register() in ps2_mouse_init()
new 600f71109d pl050: checkpatch fixes
new eca9e8702b pl050: split pl050_update_irq() into separate pl050_set_irq( [...]
new 2a93d3c165 lasips2: spacing fixes
new f342469f21 lasips2: rename ps2dev_update_irq() to lasips2_port_set_irq()
new 32be01575d pckbd: checkpatch fixes
new 77adda52ef pckbd: move KBDState from pckbd.c to i8042.h
new c9849a71b9 pckbd: move ISAKBDState from pckbd.c to i8042.h
new 150ee013ed pckbd: introduce new I8042_MMIO QOM type
new 57f6c3aac0 pckbd: implement i8042_mmio_reset() for I8042_MMIO device
new d4f5b4d879 pckbd: add mask qdev property to I8042_MMIO device
new 7b9fff290c pckbd: add size qdev property to I8042_MMIO device
new f4de68d1d4 pckbd: implement i8042_mmio_realize() function
new 47fc74154c pckbd: implement i8042_mmio_init() function
new 903dd0e49b pckbd: alter i8042_mm_init() to return a I8042_MMIO device
new 01d924dce8 pckbd: move mapping of I8042_MMIO registers to MIPS magnum machine
new 75877e9356 pckbd: more vmstate_register() from i8042_mm_init() to i8042 [...]
new 488d1537a1 pckbd: move ps2_kbd_init() and ps2_mouse_init() to i8042_mmi [...]
new 52b28f76dd ps2: make ps2_raise_irq() function static
new 892e9bbe59 ps2: use ps2_raise_irq() instead of calling update_irq() directly
new 5cb6e55622 ps2: introduce ps2_lower_irq() instead of calling update_irq [...]
new 6beb79e11a ps2: add gpio for output IRQ and optionally use it in ps2_ra [...]
new c2b1747973 pckbd: replace irq_kbd and irq_mouse with qemu_irq array in [...]
new 423bcb234b pl050: switch over from update_irq() function to PS2 device gpio
new 1d9d4b072d pl050: add QEMU interface comment
new 653b388c39 lasips2: QOMify LASIPS2State
new 07c68b5010 lasips2: move lasips2 QOM types from lasips2.c to lasips2.h
new 5cbf35d20f lasips2: rename lasips2_init() to lasips2_initfn() and updat [...]
new 63195aa5a5 lasips2: implement lasips2_init() function
new 6479296fe5 lasips2: move mapping of LASIPS2 registers to HPPA machine
new 02bb59a0e0 lasips2: move initialisation of PS2 ports from lasi_initfn() [...]
new 42119fdb2e lasips2: add base property
new 1702627c33 lasips2: implement lasips2_realize()
new 97bc05971b lasips2: use sysbus IRQ for output IRQ
new 0d1ac496a2 lasips2: switch over from update_irq() function to PS2 device gpio
new 501f062e91 lasips2: add QEMU interface comment
new cb663a81c1 pckbd: switch I8042_MMIO device from update_irq() function t [...]
new 57de3c1d35 pckbd: add QEMU interface comment for I8042_MMIO device
new 55870d6f27 pckbd: add i8042_reset() function to I8042 device
new 6eb252d50c pckbd: switch I8042 device from update_irq() function to PS2 [...]
new 38f426b8af pckbd: add QEMU interface comment for I8042 device
new 7227de94ad ps2: remove update_irq() function and update_arg parameter
new 39fbaeca09 artist: set memory region owners for buffers to the artist device
new 097ccbbbaf Merge tag 'qemu-sparc-20220626' of https://github.com/mcayla [...]
The 56 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:
hw/display/artist.c | 2 +-
hw/hppa/machine.c | 11 +-
hw/input/lasips2.c | 123 +++++++----
hw/input/pckbd.c | 338 ++++++++++++++++++++----------
hw/input/pl050.c | 56 +++--
hw/input/ps2.c | 501 ++++++++++++++++++++++++++-------------------
hw/mips/jazz.c | 11 +-
include/hw/input/i8042.h | 75 ++++++-
include/hw/input/lasips2.h | 39 +++-
include/hw/input/ps2.h | 79 ++++++-
10 files changed, 846 insertions(+), 389 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 b4eb841afe Automatic date update in version.in
adds 648f6099d4 -z relro relaxation and ld script SIZEOF
adds 0d8fb090a7 PowerPC64 .branch_lt address
No new revisions were added by this update.
Summary of changes:
ld/emulparams/elf64ppc.sh | 2 +-
ld/ldexp.c | 14 +++++++++++---
ld/ldlang.c | 1 -
ld/testsuite/ld-i386/pie1.d | 4 ++--
ld/testsuite/ld-powerpc/elfv2exe.d | 4 ++--
ld/testsuite/ld-x86-64/pr20830a.d | 8 ++++----
ld/testsuite/ld-x86-64/pr20830b.d | 8 ++++----
ld/testsuite/ld-x86-64/pr21038a.d | 8 ++++----
ld/testsuite/ld-x86-64/pr21038b.d | 6 +++---
ld/testsuite/ld-x86-64/pr21038c.d | 10 +++++-----
10 files changed, 36 insertions(+), 29 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/gcc.
from b2b72757b22 Daily bump.
adds 773dffc50fb xtensa: Optimize integer constant addition that is between [...]
new 2ae7895416a Emit asmname if set for decl with -fdump-statistics-asmname.
new f3f73e86ec8 [PATCH] PR tree-optimization/94026: Simplify (X>>8)&6 != 0 [...]
new 64d4f27a0ce Implement __imag__ of float _Complex using shufps on x86_64.
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:
gcc/config/i386/i386.md | 25 +++++++++++++++++++++++
gcc/config/xtensa/xtensa.md | 35 ++++++++++++++++++++++++++++++++
gcc/match.pd | 23 +++++++++++++++++++++
gcc/statistics.cc | 25 +++++++++++++++++++----
gcc/testsuite/gcc.dg/pr94026.c | 21 +++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr7061-2.c | 4 ++++
6 files changed, 129 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr94026.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_gnu_cross_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from b4eb841afe Automatic date update in version.in
adds 648f6099d4 -z relro relaxation and ld script SIZEOF
adds 0d8fb090a7 PowerPC64 .branch_lt address
No new revisions were added by this update.
Summary of changes:
ld/emulparams/elf64ppc.sh | 2 +-
ld/ldexp.c | 14 +++++++++++---
ld/ldlang.c | 1 -
ld/testsuite/ld-i386/pie1.d | 4 ++--
ld/testsuite/ld-powerpc/elfv2exe.d | 4 ++--
ld/testsuite/ld-x86-64/pr20830a.d | 8 ++++----
ld/testsuite/ld-x86-64/pr20830b.d | 8 ++++----
ld/testsuite/ld-x86-64/pr21038a.d | 8 ++++----
ld/testsuite/ld-x86-64/pr21038b.d | 6 +++---
ld/testsuite/ld-x86-64/pr21038c.d | 10 +++++-----
10 files changed, 36 insertions(+), 29 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 8f897b5f 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 3057a595 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 (8f897b5f)
\
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 1548 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2736 bytes
04-build_abe-binutils/console.log.xz | Bin 30264 -> 30748 bytes
05-build_abe-stage1/console.log.xz | Bin 72164 -> 72696 bytes
07-build_abe-linux/console.log.xz | Bin 9132 -> 8964 bytes
08-build_abe-glibc/console.log.xz | Bin 239256 -> 239180 bytes
09-build_abe-stage2/console.log.xz | Bin 202880 -> 204064 bytes
10-build_abe-gdb/console.log.xz | Bin 37504 -> 37948 bytes
11-build_abe-qemu/console.log.xz | Bin 33252 -> 32856 bytes
12-check_regression/console.log.xz | Bin 420 -> 416 bytes
13-update_baseline/console.log | 6 +++---
jenkins/manifest.sh | 22 +++++++++++-----------
12 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_profiled
in repository toolchain/ci/binutils-gdb.
from af6e3f77e9 gdb: LoongArch: Implement loongarch_linux_syscall_next_pc()
adds a858187afd Fix end of CU calculation in cooked_indexer::index_dies
adds 1fa2e2287e Fix corrupt DWARF in dw2-double-set-die-type
adds af9bf9cb47 arm: Define elf_backend_extern_protected_data to 0 [PR 18705]
adds 9544899f28 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/elf32-arm.c | 2 +-
bfd/version.h | 2 +-
gdb/dwarf2/read.c | 4 ++-
gdb/testsuite/gdb.dwarf2/dw2-double-set-die-type.S | 31 ----------------------
ld/testsuite/ld-arm/protected-data.d | 2 +-
5 files changed, 6 insertions(+), 35 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.