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-master-arm-mainline-defconfig
in repository toolchain/ci/binutils-gdb.
from 14a8ad62e6 gnu-nat: Move local functions inside gnu_nat_target class
adds cd22ee0513 Automatic date update in version.in
adds b7ed9f3d46 hurd: Add shared mig declarations
new 1313c56ef9 gdb: Preserve is-stmt lines when switch between files
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 +-
gdb/ChangeLog | 19 +++
gdb/config/i386/i386gnu.mn | 2 +-
gdb/dwarf2/read.c | 47 +++++-
gdb/gnu-nat-mig.h | 31 ++++
gdb/gnu-nat.c | 8 +-
gdb/testsuite/ChangeLog | 11 ++
gdb/testsuite/gdb.cp/step-and-next-inline.exp | 7 +
gdb/testsuite/gdb.dwarf2/dw2-inline-header-1.exp | 186 +++++++++++++++++++++
gdb/testsuite/gdb.dwarf2/dw2-inline-header-2.exp | 189 +++++++++++++++++++++
gdb/testsuite/gdb.dwarf2/dw2-inline-header-3.exp | 193 ++++++++++++++++++++++
gdb/testsuite/gdb.dwarf2/dw2-inline-header-lbls.c | 46 ++++++
gdb/testsuite/gdb.dwarf2/dw2-inline-header.c | 24 +++
gdb/testsuite/gdb.dwarf2/dw2-inline-header.h | 24 +++
14 files changed, 778 insertions(+), 11 deletions(-)
create mode 100644 gdb/gnu-nat-mig.h
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-header-1.exp
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-header-2.exp
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-header-3.exp
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-header-lbls.c
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-header.c
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-header.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_kernel/gnu-master-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 0eca589 0: update: binutils-14a8ad62e6a7885296d234c3765bfab08df3dc6f: boot
new 6fa794b 0: update: binutils-gcc-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 (0eca589)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 183 +-
02-prepare_abe/console.log | 72 +-
03-build_abe-binutils/console.log | 11021 +++++-----
04-build_abe-stage1/console.log | 20266 +++++++++---------
05-build_linux/console.log | 516 +-
06-boot_linux/console.log | 480 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 12 +-
08-update_baseline/results.regressions | 2 +-
console.log | 32662 +++++++++++++++---------------
jenkins/manifest.sh | 17 +-
12 files changed, 33042 insertions(+), 32203 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 b7ed9f3d466 hurd: Add shared mig declarations
new 1313c56ef9a gdb: Preserve is-stmt lines when switch between files
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:
gdb/ChangeLog | 10 ++
gdb/dwarf2/read.c | 47 +++++-
gdb/testsuite/ChangeLog | 11 ++
gdb/testsuite/gdb.cp/step-and-next-inline.exp | 7 +
gdb/testsuite/gdb.dwarf2/dw2-inline-header-1.exp | 186 +++++++++++++++++++++
gdb/testsuite/gdb.dwarf2/dw2-inline-header-2.exp | 189 +++++++++++++++++++++
gdb/testsuite/gdb.dwarf2/dw2-inline-header-3.exp | 193 ++++++++++++++++++++++
gdb/testsuite/gdb.dwarf2/dw2-inline-header-lbls.c | 46 ++++++
gdb/testsuite/gdb.dwarf2/dw2-inline-header.c | 24 +++
gdb/testsuite/gdb.dwarf2/dw2-inline-header.h | 24 +++
10 files changed, 734 insertions(+), 3 deletions(-)
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-header-1.exp
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-header-2.exp
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-header-3.exp
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-header-lbls.c
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-header.c
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-header.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_kernel/gnu-master-arm-lts-allyesconfig
in repository toolchain/ci/binutils-gdb.
from bb6e246742 Automatic date update in version.in
adds f68f85b52b replace_typedefs: handle templates in namespaces
adds 112c22ed1f gdb: change bug URL to https
adds 6930bffe33 hurd: fix gnu_debug_flag type
adds c6887cfb4f hurd: add missing awk script dependency
adds f14871bfa4 hurd: make function cast stronger
adds 366f550a59 hurd: add missing include
adds 5a8b86270b hurd: remove unused variables
adds 53dff92cb5 hurd: add gnu_target pointer to fix thread API calls
adds 078f2fc9c1 hurd: fix pushing target on inferior creation
adds 0af5e1061d hurd: unwinding support over signal trampolines
adds 40dba20562 Automatic date update in version.in
adds 14a8ad62e6 gnu-nat: Move local functions inside gnu_nat_target class
adds cd22ee0513 Automatic date update in version.in
new b7ed9f3d46 hurd: Add shared mig declarations
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 +-
gdb/ChangeLog | 94 +++++++++++++
gdb/config/i386/i386gnu.mn | 4 +-
gdb/configure | 2 +-
gdb/configure.ac | 2 +-
gdb/cp-support.c | 76 ++++++++++-
gdb/{arm-nbsd-tdep.h => gnu-nat-mig.h} | 24 ++--
gdb/gnu-nat.c | 152 ++++++++-------------
gdb/gnu-nat.h | 54 +++++++-
gdb/i386-gnu-nat.c | 2 +
gdb/i386-gnu-tdep.c | 132 ++++++++++++++++++
gdb/reply_mig_hack.awk | 3 +-
gdb/testsuite/ChangeLog | 5 +
.../cp-replace-typedefs-ns-template.cc | 101 ++++++++++++++
.../cp-replace-typedefs-ns-template.exp | 121 ++++++++++++++++
15 files changed, 655 insertions(+), 119 deletions(-)
copy gdb/{arm-nbsd-tdep.h => gnu-nat-mig.h} (57%)
create mode 100644 gdb/testsuite/gdb.linespec/cp-replace-typedefs-ns-template.cc
create mode 100644 gdb/testsuite/gdb.linespec/cp-replace-typedefs-ns-template.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_kernel/gnu-master-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 9dce714 0: update: linux-2d16cf4817bc6944a2adb5bf4db607c8258e87da: all
new 8a5c985 0: update: binutils-gcc-linux: all
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 (9dce714)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 111 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 11063 +++++-----
04-build_abe-stage1/console.log | 20075 +++++++++---------
05-build_linux/console.log | 1111 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 3 +-
08-update_baseline/console.log | 18 +-
08-update_baseline/results.regressions | 3 +-
console.log | 32832 +++++++++++++++---------------
jenkins/manifest.sh | 13 +-
12 files changed, 33448 insertions(+), 32235 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-release-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 9decc36 0: update: llvm-linux: all
new a516739 0: update: llvm-linux: all
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 (9decc36)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 84 +-
02-build_llvm/console.log | 12628 ++++++++++++++--------------
03-build_linux/console.log | 3964 ++++-----
04-boot_linux/console.log | 6 +-
05-check_regression/console.log | 12 +-
06-update_baseline/console.log | 12 +-
console.log | 16706 +++++++++++++++++++-------------------
jenkins/manifest.sh | 15 +-
8 files changed, 16714 insertions(+), 16713 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 newlib.
from c4b060e3f Cygwin: pty: Fix screen distortion after using less for native apps.
new 8873f073c Bump version to 3.1.6
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:
winsup/cygwin/include/cygwin/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.