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-aarch64-stable-allyesconfig
in repository toolchain/binutils-gdb.
from a1fb41caab Automatic date update in version.in
adds 3c6dd3d1c7 OBVIOUS fix the month of the last gdb/ChangeLog entry to be [...]
adds 814fa4f632 OBVIOUS Remove a useless const char *type and its initialization.
adds 470678d7c9 OBVIOUS Fix a typo in ada-lang.c add_prefix_cmd for "set ada"
adds 675accbdcb elfedit: Move ELF header magic bytes check to get_file_header
adds 9446bd8ad6 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/ChangeLog | 5 +++++
binutils/elfedit.c | 19 ++++++-------------
gdb/ChangeLog | 11 ++++++++++-
gdb/ada-lang.c | 2 +-
gdb/language.c | 4 +---
6 files changed, 24 insertions(+), 19 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-next-allyesconfig
in repository toolchain/binutils-gdb.
from a1fb41caab Automatic date update in version.in
adds 3c6dd3d1c7 OBVIOUS fix the month of the last gdb/ChangeLog entry to be [...]
adds 814fa4f632 OBVIOUS Remove a useless const char *type and its initialization.
adds 470678d7c9 OBVIOUS Fix a typo in ada-lang.c add_prefix_cmd for "set ada"
adds 675accbdcb elfedit: Move ELF header magic bytes check to get_file_header
adds 9446bd8ad6 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/ChangeLog | 5 +++++
binutils/elfedit.c | 19 ++++++-------------
gdb/ChangeLog | 11 ++++++++++-
gdb/ada-lang.c | 2 +-
gdb/language.c | 4 +---
6 files changed, 24 insertions(+), 19 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 0acb32e2c78 2018-11-04 Stafford Horne <shorne(a)gmail.com>
new 703d2f69fad Enable support for next generation AMD Zen CPU, via -march=znver2.
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:
gcc/ChangeLog | 30 +++++++++
gcc/common/config/i386/i386-common.c | 10 +++
gcc/config.gcc | 18 +++--
gcc/config/i386/driver-i386.c | 5 ++
gcc/config/i386/i386-c.c | 7 ++
gcc/config/i386/i386.c | 17 +++--
gcc/config/i386/i386.h | 2 +
gcc/config/i386/i386.md | 2 +-
gcc/config/i386/x86-tune-costs.h | 127 +++++++++++++++++++++++++++++++++++
gcc/config/i386/x86-tune-sched.c | 2 +
gcc/config/i386/x86-tune.def | 24 ++++---
gcc/doc/extend.texi | 3 +
gcc/doc/invoke.texi | 7 ++
libgcc/ChangeLog | 5 ++
libgcc/config/i386/cpuinfo.c | 2 +
libgcc/config/i386/cpuinfo.h | 1 +
16 files changed, 241 insertions(+), 21 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-mainline-allyesconfig
in repository toolchain/binutils-gdb.
from a1fb41caab Automatic date update in version.in
adds 3c6dd3d1c7 OBVIOUS fix the month of the last gdb/ChangeLog entry to be [...]
adds 814fa4f632 OBVIOUS Remove a useless const char *type and its initialization.
adds 470678d7c9 OBVIOUS Fix a typo in ada-lang.c add_prefix_cmd for "set ada"
adds 675accbdcb elfedit: Move ELF header magic bytes check to get_file_header
adds 9446bd8ad6 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/ChangeLog | 5 +++++
binutils/elfedit.c | 19 ++++++-------------
gdb/ChangeLog | 11 ++++++++++-
gdb/ada-lang.c | 2 +-
gdb/language.c | 4 +---
6 files changed, 24 insertions(+), 19 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-next-allmodconfig
in repository toolchain/binutils-gdb.
from 36444d71b0 Automatic date update in version.in
adds cef9de0879 Automatic date update in version.in
No new revisions were added by this update.
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 master
in repository lldb.
from d0da1305a Fix duplicate testcase filename
new de9e9c10e NativeProcessProtocol: Simplify breakpoint setting code
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:
include/lldb/Host/common/NativeBreakpoint.h | 56 ----
include/lldb/Host/common/NativeBreakpointList.h | 35 +--
include/lldb/Host/common/NativeProcessProtocol.h | 20 +-
include/lldb/Host/common/SoftwareBreakpoint.h | 53 ----
include/lldb/lldb-private-forward.h | 11 -
lldb.xcodeproj/project.pbxproj | 16 --
source/Host/CMakeLists.txt | 3 -
source/Host/common/NativeBreakpoint.cpp | 109 -------
source/Host/common/NativeBreakpointList.cpp | 240 ----------------
source/Host/common/NativeProcessProtocol.cpp | 223 ++++++++++++---
source/Host/common/NativeThreadProtocol.cpp | 1 -
source/Host/common/SoftwareBreakpoint.cpp | 313 ---------------------
.../Plugins/Process/Linux/NativeProcessLinux.cpp | 1 -
.../Plugins/Process/NetBSD/NativeProcessNetBSD.cpp | 1 -
14 files changed, 197 insertions(+), 885 deletions(-)
delete mode 100644 include/lldb/Host/common/NativeBreakpoint.h
delete mode 100644 include/lldb/Host/common/SoftwareBreakpoint.h
delete mode 100644 source/Host/common/NativeBreakpoint.cpp
delete mode 100644 source/Host/common/NativeBreakpointList.cpp
delete mode 100644 source/Host/common/SoftwareBreakpoint.cpp
--
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-arm-mainline-allnoconfig
in repository toolchain/gcc.
from a1e48463479 Daily bump.
adds c821b6cc776 2019-11-03 Tobias Burnus <burnus(a)net-b.de> Thomas Koenig [...]
adds ff9e8e5781d Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 9 ++++++
gcc/fortran/expr.c | 15 ++++++++-
gcc/testsuite/ChangeLog | 7 +++++
gcc/testsuite/gfortran.dg/inline_matmul_24.f90 | 42 ++++++++++++++++++++++++++
5 files changed, 73 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/inline_matmul_24.f90
--
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-aarch64-next-allnoconfig
in repository toolchain/binutils-gdb.
from a1fb41caab Automatic date update in version.in
adds 3c6dd3d1c7 OBVIOUS fix the month of the last gdb/ChangeLog entry to be [...]
adds 814fa4f632 OBVIOUS Remove a useless const char *type and its initialization.
adds 470678d7c9 OBVIOUS Fix a typo in ada-lang.c add_prefix_cmd for "set ada"
adds 675accbdcb elfedit: Move ELF header magic bytes check to get_file_header
adds 9446bd8ad6 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/ChangeLog | 5 +++++
binutils/elfedit.c | 19 ++++++-------------
gdb/ChangeLog | 11 ++++++++++-
gdb/ada-lang.c | 2 +-
gdb/language.c | 4 +---
6 files changed, 24 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.