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 7ffa82e1222 gdb: Better frame tracking for inline frames
new e53c0f75bd1 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.
unknown user pushed a change to branch gdb-9-branch
in repository binutils-gdb.
from 937d3d4a1fe Automatic date update in version.in
new 99075aaca15 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.
unknown user pushed a change to branch binutils-2_34-branch
in repository binutils-gdb.
from b661383d7fd Automatic date update in version.in
new bb3d4539273 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_kernel/llvm-master-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards d0948f33 10: update: llvm-linux: 17560
new 515cc86f 10: update: llvm-linux: 17560
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 (d0948f33)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 | 166 +-
02-build_llvm/console.log | 12678 ++++++++++++-------------
03-build_linux/console.log | 6462 +++++++------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 98 +-
console.log | 19406 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
7 files changed, 19411 insertions(+), 19411 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/llvm-master-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 57a45ff2 0: update: llvm-linux: boot
new 8ffdacff 0: update: llvm-linux: boot
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 (57a45ff2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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 | 166 +-
02-build_llvm/console.log | 12666 ++++++++++++++++----------------
03-build_linux/console.log | 1782 +++--
04-boot_linux/console.log | 386 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 29 +
console.log | 15031 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 15065 insertions(+), 15007 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 b5f998b2dd8 RISC-V: Minor cleanup for s extension support.
new 94a72be7086 gdb: Include end of sequence markers in the line table
new 3d92a3e313a gdb: Don't reorder line table entries too much when sorting.
new 7ffa82e1222 gdb: Better frame tracking for inline frames
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:
gdb/ChangeLog | 31 ++
gdb/buildsym.c | 40 +--
gdb/dwarf2read.c | 8 +-
gdb/frame.c | 9 +-
gdb/inline-frame.c | 30 +-
gdb/symmisc.c | 8 +-
gdb/symtab.c | 7 +-
gdb/testsuite/ChangeLog | 15 +
gdb/testsuite/gdb.base/maint.exp | 20 +-
gdb/testsuite/gdb.dwarf2/dw2-inline-many-frames.c | 158 +++++++++
.../gdb.dwarf2/dw2-inline-many-frames.exp | 379 +++++++++++++++++++++
gdb/testsuite/gdb.dwarf2/dw2-inline-stepping.c | 45 +++
gdb/testsuite/gdb.dwarf2/dw2-inline-stepping.exp | 146 ++++++++
gdb/testsuite/gdb.dwarf2/dw2-ranges-base.exp | 22 ++
14 files changed, 867 insertions(+), 51 deletions(-)
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-many-frames.c
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-many-frames.exp
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-stepping.c
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-stepping.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/gnu-release-aarch64-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards 67dd33b4 0: update: gcc-f4a36c5017fae34b967ced011cd6e57a2bdac094: 1
new 5a74ca6c 0: update: gcc-a4b7cf5865823df4b4df1d840d692dfc83fd0672: 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 (67dd33b4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-aarch64- [...]
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 | 138 +-
02-prepare_abe/console.log | 346 +-
03-build_abe-bootstrap_debug/console.log | 65976 ++++++++++++++--------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 66462 ++++++++++++++---------------
jenkins/manifest.sh | 10 +-
7 files changed, 66454 insertions(+), 66482 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.