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_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O3_LTO_VECT
in repository toolchain/ci/newlib.
from 34876c05a frexpl: Support smaller long double of LDBL_MANT_DIG == 53.
new a4705d387 ldtoa: Import gdtoa from OpenBSD.
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:
newlib/README | 10 +
newlib/configure | 317 +++++-----
newlib/configure.ac | 15 +
newlib/libc/include/machine/ieee.h | 127 ++++
newlib/libc/include/sys/config.h | 6 +
newlib/libc/stdlib/Makefile.am | 10 +-
newlib/libc/stdlib/Makefile.in | 51 +-
newlib/libc/stdlib/gdtoa-dmisc.c | 230 +++++++
newlib/libc/stdlib/gdtoa-gdtoa.c | 837 ++++++++++++++++++++++++++
newlib/libc/stdlib/{gdtoa.h => gdtoa-gmisc.c} | 93 +--
newlib/libc/stdlib/gdtoa-ldtoa.c | 159 +++++
newlib/libc/stdlib/gdtoa.h | 130 +++-
newlib/libc/stdlib/gdtoaimp.h | 206 +++++++
newlib/libc/stdlib/ldtoa.c | 6 +
newlib/libc/stdlib/mprec.h | 2 +-
newlib/newlib.hin | 3 +
16 files changed, 1998 insertions(+), 204 deletions(-)
create mode 100644 newlib/libc/include/machine/ieee.h
create mode 100644 newlib/libc/stdlib/gdtoa-dmisc.c
create mode 100644 newlib/libc/stdlib/gdtoa-gdtoa.c
copy newlib/libc/stdlib/{gdtoa.h => gdtoa-gmisc.c} (61%)
create mode 100644 newlib/libc/stdlib/gdtoa-ldtoa.c
create mode 100644 newlib/libc/stdlib/gdtoaimp.h
--
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_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O3_LTO_VECT
in repository toolchain/ci/base-artifacts.
discards 3594e6da 0: update: binutils-gcc-newlib: 1
new b9dc63da 0: update: binutils-gcc-newlib: 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 (3594e6da)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_e [...]
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 1600 -> 1708 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 30720 -> 30680 bytes
04-build_abe-stage1/console.log.xz | Bin 89376 -> 88156 bytes
05-clean_sysroot/console.log.xz | Bin 336 -> 336 bytes
06-build_abe-newlib/console.log.xz | Bin 32924 -> 32744 bytes
07-build_abe-stage2/console.log.xz | Bin 156312 -> 155752 bytes
08-benchmark/benchmark-build.log | 42 +++++++++++++++++------------------
08-benchmark/benchmark.log | 40 ++++++++++++++++-----------------
08-benchmark/console.log.xz | Bin 3068 -> 3124 bytes
09-check_regression/console.log.xz | Bin 856 -> 852 bytes
09-check_regression/results.log | 20 ++++++++---------
10-update_baseline/console.log | 42 +++++++++++++++++------------------
10-update_baseline/results.log | 20 ++++++++---------
jenkins/manifest.sh | 20 ++++++++---------
results | 4 ++--
results_id | 2 +-
17 files changed, 95 insertions(+), 95 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/release-arm-bootstrap_O1
in repository toolchain/ci/binutils-gdb.
from ad2e61e47f Automatic date update in version.in
adds f80ba9701b Automatic date update in version.in
adds d07a768416 Automatic date update in version.in
adds 31ab2271b4 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_bootstrap/release-arm-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards 1913c021 0: update: binutils-gcc: 2
new a60d70cb 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 (1913c021)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/release-ar [...]
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 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 60932 -> 60360 bytes
05-build_abe-bootstrap_O1/console.log.xz | Bin 445856 -> 445820 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
jenkins/manifest.sh | 14 +++++++-------
6 files changed, 7 insertions(+), 7 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-release-arm-next-allnoconfig
in repository toolchain/ci/qemu.
from 682aa69b1f Update version for v6.2.0-rc3 release
adds b154791e7b hw/block/fdc: Extract blk_create_empty_drive()
adds 1ab95af033 hw/block/fdc: Kludge missing floppy drive to fix CVE-2021-20196
adds cc20926e9b tests/qtest/fdc-test: Add a regression test for CVE-2021-20196
adds a69254a2b3 Merge tag 'ide-pull-request' of https://gitlab.com/jsnow/qem [...]
adds e7fa3377cc seabios: update submodule to 1.15.0
adds 3bc90ac567 seabios: update binaries to 1.15.0
adds 99fc08366b Merge tag 'seabios-20211203-pull-request' of git://git.kraxe [...]
No new revisions were added by this update.
Summary of changes:
hw/block/fdc.c | 23 ++++++++++++++++++++---
pc-bios/bios-256k.bin | Bin 262144 -> 262144 bytes
pc-bios/bios-microvm.bin | Bin 131072 -> 131072 bytes
pc-bios/bios.bin | Bin 131072 -> 131072 bytes
pc-bios/vgabios-ati.bin | Bin 39424 -> 39424 bytes
pc-bios/vgabios-bochs-display.bin | Bin 28672 -> 28672 bytes
pc-bios/vgabios-cirrus.bin | Bin 39424 -> 39424 bytes
pc-bios/vgabios-qxl.bin | Bin 39424 -> 39424 bytes
pc-bios/vgabios-ramfb.bin | Bin 28672 -> 28672 bytes
pc-bios/vgabios-stdvga.bin | Bin 39424 -> 39424 bytes
pc-bios/vgabios-virtio.bin | Bin 39424 -> 39424 bytes
pc-bios/vgabios-vmware.bin | Bin 39424 -> 39424 bytes
pc-bios/vgabios.bin | Bin 38912 -> 38912 bytes
roms/seabios | 2 +-
tests/qtest/fdc-test.c | 38 ++++++++++++++++++++++++++++++++++++++
15 files changed, 59 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.