This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/ibhagat/try-sframe-v2
in repository binutils-gdb.
discards 23482ccf000 binutils/NEWS: announce SFrame version 2 as the new default
discards 51c000c169b doc: sframe: update specification for SFRAME_VERSION_2
discards a8a806ceeb4 doc: wip alignment related
discards 88aaf0e023f objdump/readelf: adjust for SFRAME_VERSION_2
discards 203f4d8fbbc bfd: linker: generate SFrame sections with version SFRAME_V [...]
discards 187e0e4b203 bfd: linker: add support for rep_block_size for pltN entries
discards 0e6c1d56071 libsframe: testsuite: fixes for SFRAME_VERSION_2
discards 7ea45e5d67a libsframe: adjust version check in sframe_header_sanity_check_p
discards 2b995383a49 libsframe: add new APIs to add and get SFrame FDE in SFrame V2
discards dd68db8ce48 libsframe: add new APIs to get SFrame version
discards 892853561a9 gas: generate SFrame section with version SFRAME_VERSION_2
discards bbe29988f0f sframe.h: format bump to version 2
discards 95e3d07ce1a doc: sframe: fix the text for SFRAME_FDE_TYPE_PCMASK fde type
discards 82e79a7fa49 sframe: update comment for SFRAME_FDE_TYPE_PCMASK fde
discards c6bb13aa647 libsframe: fix sframe_find_fre for pltN entries
discards 4a222ad60ca binutils/NEWS: add note about upcoming libsframe changes
discards 6c55bf560cd libsframe: bfd: use uint32_t for return type of get_num_fidx APIs
discards 213aa4ac53a libsframe: use appropriate data types for args of sframe_encode
discards 97589df515a libsframe: use uint8_t for return type of sframe_fre_get_ba [...]
discards 014bbf33da3 libsframe: use uint8_t instead of unsigned char for abi_arch
discards 69308a48981 libsframe: bfd: use uint32_t for return type of sframe_calc [...]
discards f8bc27ea72b libsframe: use uint32_t for fre_type and fde_type function args
discards 0518f57c8fd libsframe: update the semantics of sframe_fre_get_fp_offset
discards f0637848737 libsframe: update the semantics of sframe_fre_get_ra_offset
discards 2594b61385f libsframe: add symbol versioning
discards c78de402f9e libsframe: remove sframe_get_funcdesc_with_addr API
discards 9f6e1e4df54 libsframe: add library versioning
adds 7b81dececfe gdb/testsuite: Avoid infinite loop in gdb.reverse/step-reverse.exp
adds b46e0b89f3d Automatic date update in version.in
adds 0e389a1595b Automatic date update in version.in
adds 4142b236835 LoongArch: Support referring to FCSRs as $fcsrX
adds 4664287240d Automatic date update in version.in
new 9a3369d55a4 libsframe: add library versioning
new f5bea578e9b libsframe: remove sframe_get_funcdesc_with_addr API
new 2226526519f libsframe: add symbol versioning
new 266673dc95b libsframe: update the semantics of sframe_fre_get_ra_offset
new b94c84daa0b libsframe: update the semantics of sframe_fre_get_fp_offset
new d19a5292ee5 libsframe: use uint32_t for fre_type and fde_type function args
new 42628bc07a4 libsframe: bfd: use uint32_t for return type of sframe_calc [...]
new 8f1d1c6b236 libsframe: use uint8_t instead of unsigned char for abi_arch
new db31fb506dc libsframe: use uint8_t for return type of sframe_fre_get_ba [...]
new 3ca9e26c180 libsframe: use appropriate data types for args of sframe_encode
new f53f0185d2e libsframe: bfd: use uint32_t for return type of get_num_fidx APIs
new 98ae4d64c3e binutils/NEWS: add note about upcoming libsframe changes
new 301f7216b18 libsframe: fix sframe_find_fre for pltN entries
new e606cb8477f sframe: update comment for SFRAME_FDE_TYPE_PCMASK fde
new e493d9f8c78 doc: sframe: fix the text for SFRAME_FDE_TYPE_PCMASK fde type
new c5283a29668 sframe.h: format bump to version 2
new 5ed0fa0232f gas: generate SFrame section with version SFRAME_VERSION_2
new 5e1059a191e libsframe: add new APIs to get SFrame version
new 92602a7490d libsframe: add new APIs to add and get SFrame FDE in SFrame V2
new 0736556cf19 libsframe: adjust version check in sframe_header_sanity_check_p
new b9191fa3f2a libsframe: testsuite: fixes for SFRAME_VERSION_2
new 998f6e0cb3e bfd: linker: add support for rep_block_size for pltN entries
new 30c473ae434 bfd: linker: generate SFrame sections with version SFRAME_V [...]
new 6dc3779657a objdump/readelf: adjust for SFRAME_VERSION_2
new 99a6cb7031a doc: wip alignment related
new 4ad8dc5e610 doc: sframe: update specification for SFRAME_VERSION_2
new 5bd7cdf6275 binutils/NEWS: announce SFrame version 2 as the new default
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 (23482ccf000)
\
N -- N -- N refs/heads/users/ibhagat/try-sframe-v2 (5bd7cdf6275)
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 27 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 +-
gas/config/tc-loongarch.c | 29 ++++++++++++++++++++++++++++-
gas/testsuite/gas/loongarch/float_op.d | 4 ++--
gas/testsuite/gas/loongarch/float_op.s | 4 ++--
gdb/testsuite/gdb.reverse/step-reverse.exp | 28 +++++++++++++++++++++++++---
include/opcode/loongarch.h | 2 ++
ld/testsuite/ld-aarch64/sframe-simple-1.d | 4 ++--
ld/testsuite/ld-x86-64/sframe-plt-1.d | 2 +-
ld/testsuite/ld-x86-64/sframe-simple-1.d | 4 ++--
opcodes/loongarch-dis.c | 11 ++++++++++-
opcodes/loongarch-opc.c | 14 ++++++++++++--
11 files changed, 87 insertions(+), 17 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_bootstrap_build/master-arm-bootstrap_lto
in repository toolchain/ci/base-artifacts.
from 469aee5e3f onsuccess: #75: 0: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new 566122de88 onsuccess: #76: 0: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
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 2144 -> 2144 bytes
02-prepare_abe/console.log.xz | Bin 2592 -> 2584 bytes
04-build_abe-bootstrap_lto/console.log.xz | Bin 317872 -> 315492 bytes
04-build_abe-bootstrap_lto/make-gcc-stage2.log.xz | Bin 124976 -> 125008 bytes
05-check_regression/console.log.xz | Bin 460 -> 464 bytes
git/gcc_rev | 2 +-
jenkins/build-name | 2 +-
manifest.sh | 8 ++++----
8 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_bootstrap_build/master-aarch64-bootstrap_profiled
in repository toolchain/ci/base-artifacts.
from 722620eb0a onsuccess: #73: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new 1ce680590a onsuccess: #74: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
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 2188 -> 2164 bytes
02-prepare_abe/console.log.xz | Bin 2652 -> 2656 bytes
04-build_abe-bootstrap_profiled/console.log.xz | Bin 308400 -> 309384 bytes
.../make-gcc-stage2.log.xz | Bin 242792 -> 243728 bytes
05-check_regression/console.log.xz | Bin 468 -> 464 bytes
git/gcc_rev | 2 +-
jenkins/build-name | 2 +-
manifest.sh | 8 ++++----
8 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_binutils_check/master-arm
in repository toolchain/ci/base-artifacts.
from e3e56c021d onsuccess: #71: 0: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new 4b54e4b6e0 onsuccess: #72: 0: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
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:
00-sumfiles/binutils.log.xz | Bin 47652 -> 47520 bytes
00-sumfiles/gas.log.xz | Bin 100720 -> 100728 bytes
00-sumfiles/ld.log.xz | Bin 124592 -> 124588 bytes
01-reset_artifacts/console.log.xz | Bin 2152 -> 2160 bytes
02-prepare_abe/console.log.xz | Bin 2628 -> 2656 bytes
03-build_abe-binutils/console.log.xz | Bin 50084 -> 50372 bytes
03-build_abe-binutils/make-binutils.log.xz | Bin 38088 -> 37820 bytes
04-build_abe-dejagnu/console.log.xz | Bin 4312 -> 4336 bytes
04-build_abe-dejagnu/make-dejagnu.log.xz | Bin 588 -> 588 bytes
05-build_abe-check_binutils/check-binutils.log.xz | Bin 5188 -> 5188 bytes
05-build_abe-check_binutils/console.log.xz | Bin 3440 -> 3136 bytes
06-check_regression/console.log.xz | Bin 1056 -> 1056 bytes
06-check_regression/results.compare2 | 6 +++---
git/binutils_rev | 2 +-
jenkins/build-name | 2 +-
manifest.sh | 8 ++++----
sumfiles/binutils.sum | 2 +-
sumfiles/gas.sum | 4 ++--
sumfiles/ld.sum | 4 ++--
19 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_bootstrap_build/master-aarch64-bootstrap_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
from 6f39fe445f onsuccess: #79: 0: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new 74b4201683 onsuccess: #80: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
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 2168 -> 2184 bytes
02-prepare_abe/console.log.xz | Bin 2636 -> 2608 bytes
.../console.log.xz | Bin 211216 -> 314632 bytes
.../make-gcc-stage2.log.xz | Bin 44064 -> 247920 bytes
05-check_regression/console.log.xz | Bin 464 -> 464 bytes
git/gcc_rev | 2 +-
jenkins/build-name | 2 +-
manifest.sh | 8 ++++----
results | 2 +-
9 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_bootstrap_check/master-aarch64-check_bootstrap
in repository toolchain/ci/base-artifacts.
from 51fc0fea3c onsuccess: #101: 0: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
new 9d3356e6f7 onsuccess: #102: 0: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
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:
00-sumfiles/g++.log.xz | Bin 3864940 -> 3838200 bytes
00-sumfiles/gcc.log.xz | Bin 3386940 -> 3362680 bytes
00-sumfiles/gfortran.log.xz | Bin 1146564 -> 1154996 bytes
00-sumfiles/libatomic.log.xz | Bin 2336 -> 2340 bytes
00-sumfiles/libgomp.log.xz | Bin 268132 -> 270080 bytes
00-sumfiles/libitm.log.xz | Bin 2716 -> 2716 bytes
00-sumfiles/libstdc++.log.xz | Bin 495044 -> 478944 bytes
01-reset_artifacts/console.log.xz | Bin 2196 -> 2184 bytes
02-prepare_abe/console.log.xz | Bin 2644 -> 2636 bytes
03-build_abe-bootstrap/console.log.xz | Bin 271416 -> 273552 bytes
03-build_abe-bootstrap/make-gcc-stage2.log.xz | Bin 219460 -> 220560 bytes
04-build_abe-dejagnu/console.log.xz | Bin 4324 -> 4352 bytes
04-build_abe-dejagnu/make-dejagnu.log.xz | Bin 580 -> 580 bytes
05-build_abe-check_bootstrap/check-gcc.log.xz | Bin 69060 -> 55076 bytes
05-build_abe-check_bootstrap/console.log.xz | Bin 5076 -> 4436 bytes
06-check_regression/console.log.xz | Bin 1104 -> 1104 bytes
06-check_regression/results.compare2 | 6 +++---
git/gcc_rev | 2 +-
jenkins/build-name | 2 +-
manifest.sh | 8 ++++----
sumfiles/g++.sum | 2 +-
sumfiles/gcc.sum | 2 +-
sumfiles/gfortran.sum | 2 +-
sumfiles/libatomic.sum | 2 +-
sumfiles/libitm.sum | 2 +-
25 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_binutils_check/master-aarch64
in repository toolchain/ci/base-artifacts.
from b58cc569b0 onsuccess: #70: 0: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new 6c5483cd03 onsuccess: #71: 0: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
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:
00-sumfiles/binutils.log.xz | Bin 45368 -> 45372 bytes
00-sumfiles/gas.log.xz | Bin 150904 -> 150828 bytes
00-sumfiles/ld.log.xz | Bin 115856 -> 115844 bytes
01-reset_artifacts/console.log.xz | Bin 2164 -> 2108 bytes
02-prepare_abe/console.log.xz | Bin 2616 -> 2608 bytes
03-build_abe-binutils/console.log.xz | Bin 36104 -> 35716 bytes
03-build_abe-binutils/make-binutils.log.xz | Bin 24644 -> 24688 bytes
04-build_abe-dejagnu/console.log.xz | Bin 4352 -> 4332 bytes
04-build_abe-dejagnu/make-dejagnu.log.xz | Bin 580 -> 580 bytes
05-build_abe-check_binutils/check-binutils.log.xz | Bin 5072 -> 5064 bytes
05-build_abe-check_binutils/console.log.xz | Bin 3340 -> 3004 bytes
06-check_regression/console.log.xz | Bin 1052 -> 1068 bytes
06-check_regression/results.compare2 | 6 +++---
git/binutils_rev | 2 +-
jenkins/build-name | 2 +-
manifest.sh | 8 ++++----
sumfiles/binutils.sum | 2 +-
sumfiles/gas.sum | 4 ++--
sumfiles/ld.sum | 4 ++--
19 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_binutils_build/master-aarch64
in repository toolchain/ci/base-artifacts.
from edc94724dc onsuccess: #69: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new 5930472b17 onsuccess: #70: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
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 2152 -> 2136 bytes
02-prepare_abe/console.log.xz | Bin 2616 -> 2656 bytes
04-build_abe-binutils/console.log.xz | Bin 36060 -> 35832 bytes
04-build_abe-binutils/make-binutils.log.xz | Bin 24720 -> 24724 bytes
05-check_regression/console.log.xz | Bin 464 -> 468 bytes
git/binutils_rev | 2 +-
jenkins/build-name | 2 +-
manifest.sh | 8 ++++----
8 files changed, 6 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.