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-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
discards 8422460c5 2: update: binutils-gcc: 1
new d10c7f439 2: 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 (8422460c5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 1500 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2764 bytes
04-build_abe-binutils/console.log.xz | Bin 52520 -> 51724 bytes
05-build_abe-bootstrap/console.log.xz | Bin 104052 -> 101088 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 50 +++++++++++++++++-----------------
jenkins/manifest.sh | 8 +++---
7 files changed, 29 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_gcc_bootstrap/master-aarch64-bootstrap_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
discards be9e93c60 0: update: binutils-gcc: 2
new 833d8986d 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 (be9e93c60)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 -> 1564 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2768 bytes
04-build_abe-binutils/console.log.xz | Bin 52552 -> 52736 bytes
.../console.log.xz | Bin 528480 -> 529832 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/qemu.
from c09124dcb8 Merge remote-tracking branch 'remotes/stefanha/tags/block-pu [...]
new 45a904af38 aspeed/smc: Add watchdog Control/Status Registers
new 32c54bd0ed aspeed/smc: Introduce aspeed_smc_error() helper
new d0180a3ae4 aspeed/smc: Stop using the model name for the memory regions
new 30b6852ce4 aspeed/smc: Drop AspeedSMCController structure
new a7d78beff4 aspeed/smc: Remove the 'flash' attribute from AspeedSMCFlash
new 6bb55e7967 aspeed/smc: Remove the 'size' attribute from AspeedSMCFlash
new 10f915e4ca aspeed/smc: Rename AspeedSMCFlash 'id' to 'cs'
new f75b533117 aspeed/smc: QOMify AspeedSMCFlash
new 71255c48e7 aspeed/smc: Add default reset values
new a779e37c68 aspeed/smc: Introduce a new addr_width() class handler
new 33456a8870 aspeed/smc: Remove unused attribute 'irqline'
new 602610383f aspeed/i2c: QOMify AspeedI2CBus
new 9fffe140a9 hw: aspeed_gpio: Fix pin I/O type declarations
new 87bd33e8b0 hw: aspeed_gpio: Fix GPIO array indexing
new 5857974d5d hw/adc: Add basic Aspeed ADC model
new 199fd6230c hw/arm: Integrate ADC model into Aspeed SoC
new a8eb9a4333 aspeed/wdt: Add trace events
new e2804a1ec9 aspeed/smc: Dump address offset in trace events
new 81d8537cb2 Merge remote-tracking branch 'remotes/clg/tags/pull-aspeed-2 [...]
The 19 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/adc/aspeed_adc.c | 427 ++++++++++++++++
hw/adc/meson.build | 1 +
hw/adc/trace-events | 3 +
hw/arm/aspeed.c | 18 +-
hw/arm/aspeed_ast2600.c | 22 +-
hw/arm/aspeed_soc.c | 15 +-
hw/gpio/aspeed_gpio.c | 88 ++--
hw/i2c/aspeed_i2c.c | 101 +++-
hw/ssi/aspeed_smc.c | 1134 +++++++++++++++++++++++------------------
hw/watchdog/trace-events | 4 +
hw/watchdog/wdt_aspeed.c | 5 +
include/hw/adc/aspeed_adc.h | 55 ++
include/hw/arm/aspeed_soc.h | 2 +
include/hw/gpio/aspeed_gpio.h | 5 +-
include/hw/i2c/aspeed_i2c.h | 8 +-
include/hw/ssi/aspeed_smc.h | 82 ++-
16 files changed, 1352 insertions(+), 618 deletions(-)
create mode 100644 hw/adc/aspeed_adc.c
create mode 100644 include/hw/adc/aspeed_adc.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_gnu_cross_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 12b5e709b 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new dd9bd3b50 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 (12b5e709b)
\
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 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2780 bytes
04-build_abe-binutils/console.log.xz | Bin 43856 -> 43836 bytes
05-build_abe-stage1/console.log.xz | Bin 90168 -> 90028 bytes
06-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
07-build_abe-linux/console.log.xz | Bin 9420 -> 9080 bytes
08-build_abe-glibc/console.log.xz | Bin 229572 -> 229920 bytes
09-build_abe-stage2/console.log.xz | Bin 222796 -> 223564 bytes
10-build_abe-gdb/console.log.xz | Bin 43904 -> 43748 bytes
11-build_abe-qemu/console.log.xz | Bin 30052 -> 29980 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 14 +++++++-------
13 files changed, 15 insertions(+), 15 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 gcc.
from d1dcaa31453 tree-optimization/102696 - fix SLP discovery for failed BIT [...]
new ccfcf08e66c libgomp: Release device lock on cbuf error path
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:
libgomp/target.c | 5 ++++-
1 file changed, 4 insertions(+), 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.
unknown user pushed a change to branch master
in repository glibc.
from 4912c738fc Fix nios2 localplt failure
new de82cb0da4 Add TEST_COMPARE_STRING_WIDE to support/check.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:
support/Makefile | 4 +
support/check.h | 15 ++++
support/support.h | 6 ++
support/support_quote_blob.c | 71 ++---------------
support/support_quote_blob_main.c | 88 ++++++++++++++++++++++
.../support_quote_blob_wide.c | 9 ++-
support/support_test_compare_string.c | 83 +++-----------------
...string.c => support_test_compare_string_main.c} | 29 +++----
.../support_test_compare_string_wide.c | 17 +++--
..._quote_blob.c => tst-support_quote_blob_wide.c} | 21 ++++--
...are_string.c => tst-test_compare_string_wide.c} | 78 +++++++++----------
11 files changed, 212 insertions(+), 209 deletions(-)
create mode 100644 support/support_quote_blob_main.c
copy wcsmbs/tst-wcstod-nan-sign.c => support/support_quote_blob_wide.c (81%)
copy support/{support_test_compare_string.c => support_test_compare_string_main.c} (74%)
copy bits/indirect-return.h => support/support_test_compare_string_wide.c (70%)
copy support/{tst-support_quote_blob.c => tst-support_quote_blob_wide.c} (72%)
copy support/{tst-test_compare_string.c => tst-test_compare_string_wide.c} (52%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.