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-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 01fc0387 0: update: binutils-gcc-linux: boot
new 74c06c5a 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 (01fc0387)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 216 +-
02-prepare_abe/console.log | 414 +-
03-build_abe-binutils/console.log | 11653 +++++++------
04-build_abe-stage1/console.log | 13731 ++++++++-------
05-build_linux/console.log | 712 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 22 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 18 +-
08-update_baseline/results.regressions | 2 +-
console.log | 26770 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 26740 insertions(+), 26816 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 devel/omp/gcc-9
in repository gcc.
from 9ae129017c7 Fix og9 "Fix hang when running oacc exec with CUDA 9.0 nvprof"
new 775f1686a3d Really fix og9 "Fix hang when running oacc exec with CUDA 9 [...]
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/ChangeLog.omp | 5 +++++
libgomp/oacc-init.c | 12 ++++++++----
2 files changed, 13 insertions(+), 4 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-master-arm-stable-allmodconfig
in repository toolchain/ci/binutils-gdb.
from d503b685c6 Fix WOW64 process system DLL paths
adds 33aa3c10f6 Fix error message in compile-object-load.c
adds 46b438bb73 Automatic date update in version.in
adds f75fbe8ad2 alpha-vms: Sanity check ETIR__C_CTL_DFLOC index
adds 4c4addbe57 Re: ARC: Use of uninitialised value
adds ff76851054 Re: i386msdos uninitialised read
adds 832a580781 Re: H8300 use of uninitialised value
adds aa49fc22c1 Revert earlier delta adding bfd_coff_get_internal_extra_pe_a [...]
new 9fda78b611 Introduce dwarf2/dwz.h
new 0314b3901c Add dwz.c and dwz_file::read_string
new bf80d71052 Change dwarf_decode_macro_bytes calling convention
new 9eac9650ce Split dwarf_decode_macros into two overloads
new 3d27bbdb4b Move dwarf2_section_buffer_overflow_complaint to dwarf2/section.c
new a0194fa8f2 Convert dwarf2_section_buffer_overflow_complaint to a method
new 4f44ae6c69 Add dwarf2_section_info::read_string method
new c90ec28ae4 Move code to new file dwarf2/macro.c
new 8844c11b8b Make some line_header methods const
new 5a0e026fe1 Use a const line_header in macro reader
new 4f9c1eda9f Use a const dwarf2_section_info in macro reader
new 2ef46c2fbb Trivial fix in dwarf_decode_macro_bytes
new 86c0bb4c57 Convert read_indirect_line_string to a method
new 0df7ad3a67 Move more code to line-header.c
new c2d50fd0b3 Move die_info to new header
new 2b24b6e4a6 Remove dwarf2_cu::base_known
new 052c8bb83a Change dwarf2_attr_no_follow to be a method
new 436c571c6a Remove sibling_die
new a39fdb411d Change two more functions to be methods on die_info
new eeb647814f Rewrite new die_info methods
new 2b2558bfac Move DWARF-constant stringifying code to new file
new 0826b30a9f Change two functions to be methods on struct attribute
The 22 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/ChangeLog | 17 +
bfd/cofflink.c | 9 -
bfd/i386msdos.c | 2 +-
bfd/libbfd-in.h | 5 -
bfd/libbfd.h | 5 -
bfd/version.h | 2 +-
bfd/vms-alpha.c | 26 +-
gdb/ChangeLog | 205 +++++
gdb/Makefile.in | 3 +
gdb/compile/compile-object-load.c | 2 +-
gdb/dwarf2/attribute.c | 37 +
gdb/dwarf2/attribute.h | 12 +
gdb/dwarf2/die.h | 103 +++
gdb/dwarf2/dwz.c | 40 +
gdb/dwarf2/dwz.h | 65 ++
gdb/dwarf2/index-cache.c | 1 +
gdb/dwarf2/index-write.c | 1 +
gdb/dwarf2/line-header.c | 339 +++++++-
gdb/dwarf2/line-header.h | 32 +-
gdb/dwarf2/macro.c | 868 +++++++++++++++++++
gdb/dwarf2/macro.h | 33 +
gdb/dwarf2/read.c | 1717 +++----------------------------------
gdb/dwarf2/read.h | 39 +-
gdb/dwarf2/section.c | 26 +
gdb/dwarf2/section.h | 9 +
gdb/dwarf2/stringify.c | 114 +++
gdb/dwarf2/stringify.h | 38 +
opcodes/ChangeLog | 17 +
opcodes/arc-dis.c | 4 +-
opcodes/disassemble.c | 10 +-
opcodes/disassemble.h | 6 +
opcodes/h8300-dis.c | 249 +++---
32 files changed, 2250 insertions(+), 1786 deletions(-)
create mode 100644 gdb/dwarf2/die.h
create mode 100644 gdb/dwarf2/dwz.c
create mode 100644 gdb/dwarf2/dwz.h
create mode 100644 gdb/dwarf2/macro.c
create mode 100644 gdb/dwarf2/macro.h
create mode 100644 gdb/dwarf2/stringify.c
create mode 100644 gdb/dwarf2/stringify.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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 385da4a1 0: update: binutils-gcc-linux: all
new 784b519a 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 (385da4a1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 190 +-
02-prepare_abe/console.log | 124 +-
03-build_abe-binutils/console.log | 11668 +++++----
04-build_abe-stage1/console.log | 20234 ++++++++--------
05-build_linux/console.log | 6678 +++--
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 6 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 14 +-
08-update_baseline/results.regressions | 2 +-
console.log | 38916 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 38960 insertions(+), 38888 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-aarch64-lts-allmodconfig
in repository toolchain/ci/gcc.
from dff885cdc00 fortran: ICE using undeclared symbol in array constructor PR93484
adds 9b9d9fd0728 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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/gnu-release-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards e740a130 0: update: binutils-gcc-linux: all
new 3248c941 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 (e740a130)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 154 +-
02-prepare_abe/console.log | 326 +-
03-build_abe-binutils/console.log | 10550 ++++++-------
04-build_abe-stage1/console.log | 13507 ++++++++--------
05-build_linux/console.log | 816 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 25375 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
12 files changed, 25347 insertions(+), 25405 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 aa49fc22c13 Revert earlier delta adding bfd_coff_get_internal_extra_pe_ [...]
new 9fda78b6112 Introduce dwarf2/dwz.h
new 0314b3901c9 Add dwz.c and dwz_file::read_string
new bf80d710525 Change dwarf_decode_macro_bytes calling convention
new 9eac9650ce7 Split dwarf_decode_macros into two overloads
new 3d27bbdb4bc Move dwarf2_section_buffer_overflow_complaint to dwarf2/section.c
new a0194fa8f23 Convert dwarf2_section_buffer_overflow_complaint to a method
new 4f44ae6c69b Add dwarf2_section_info::read_string method
new c90ec28ae44 Move code to new file dwarf2/macro.c
new 8844c11b8bc Make some line_header methods const
new 5a0e026fe12 Use a const line_header in macro reader
new 4f9c1eda9ff Use a const dwarf2_section_info in macro reader
new 2ef46c2fbbd Trivial fix in dwarf_decode_macro_bytes
new 86c0bb4c571 Convert read_indirect_line_string to a method
new 0df7ad3a675 Move more code to line-header.c
new c2d50fd0b30 Move die_info to new header
new 2b24b6e4a6d Remove dwarf2_cu::base_known
new 052c8bb83a5 Change dwarf2_attr_no_follow to be a method
new 436c571c6af Remove sibling_die
new a39fdb411d4 Change two more functions to be methods on die_info
new eeb647814fb Rewrite new die_info methods
new 2b2558bfacb Move DWARF-constant stringifying code to new file
new 0826b30a9fa Change two functions to be methods on struct attribute
The 22 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 | 200 ++++++
gdb/Makefile.in | 3 +
gdb/dwarf2/attribute.c | 37 +
gdb/dwarf2/attribute.h | 12 +
gdb/dwarf2/die.h | 103 +++
gdb/dwarf2/dwz.c | 40 ++
gdb/dwarf2/dwz.h | 65 ++
gdb/dwarf2/index-cache.c | 1 +
gdb/dwarf2/index-write.c | 1 +
gdb/dwarf2/line-header.c | 339 ++++++++-
gdb/dwarf2/line-header.h | 32 +-
gdb/dwarf2/macro.c | 868 +++++++++++++++++++++++
gdb/dwarf2/macro.h | 33 +
gdb/dwarf2/read.c | 1717 ++++------------------------------------------
gdb/dwarf2/read.h | 39 +-
gdb/dwarf2/section.c | 26 +
gdb/dwarf2/section.h | 9 +
gdb/dwarf2/stringify.c | 114 +++
gdb/dwarf2/stringify.h | 38 +
19 files changed, 2050 insertions(+), 1627 deletions(-)
create mode 100644 gdb/dwarf2/die.h
create mode 100644 gdb/dwarf2/dwz.c
create mode 100644 gdb/dwarf2/dwz.h
create mode 100644 gdb/dwarf2/macro.c
create mode 100644 gdb/dwarf2/macro.h
create mode 100644 gdb/dwarf2/stringify.c
create mode 100644 gdb/dwarf2/stringify.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.