This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 49e1f4e PR c/77323 * c-decl.c (declspecs_add_type): Set typespec_wo [...]
new b72d1d4 2016-08-25 Richard Biener <rguenther(a)suse.de>
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 | 7 +++++++
gcc/dwarf2out.c | 9 ++++-----
2 files changed, 11 insertions(+), 5 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 gcc-5-branch
in repository gcc.
from a493633 Daily bump.
new e1e65fa [expr.c] PR middle-end/71700: zero-extend sub-word value when [...]
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 | 9 +++++++++
gcc/expr.c | 7 +++++++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.c-torture/execute/pr71700.c | 19 +++++++++++++++++++
4 files changed, 43 insertions(+)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr71700.c
--
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 lld.
from ea0b700 fix typo "varaibles"
new f25cab4 [ELF] - Implemented --oformat binary option.
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:
ELF/Config.h | 1 +
ELF/Driver.cpp | 12 +++++++++
ELF/Options.td | 3 +++
ELF/Writer.cpp | 67 +++++++++++++++++++++++++++++++++--------------
test/ELF/oformat-binary.s | 28 ++++++++++++++++++++
5 files changed, 92 insertions(+), 19 deletions(-)
create mode 100644 test/ELF/oformat-binary.s
--
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_27-branch
in repository binutils-gdb.
from 02fbebc Automatic date update in version.in
new b8ca4fe Remove _S version of ARM MSR/MRS special registers
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:
gas/ChangeLog | 13 +++++++++++++
gas/config/tc-arm.c | 4 ++--
gas/testsuite/gas/arm/archv8m-cmse-msr-base.d | 8 --------
gas/testsuite/gas/arm/archv8m-cmse-msr-main.d | 8 --------
gas/testsuite/gas/arm/archv8m-cmse-msr.s | 8 --------
gas/testsuite/gas/arm/archv8m-main-dsp-4.d | 8 --------
6 files changed, 15 insertions(+), 34 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 lldb.
from fde9fd9 Fix warnings preventing copy elision.
new cb5b957 gdb-remote: Make the sequence mutex non-recursive
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:
.../Process/gdb-remote/GDBRemoteClientBase.cpp | 6 +-
.../Process/gdb-remote/GDBRemoteClientBase.h | 8 +-
.../gdb-remote/GDBRemoteCommunicationClient.cpp | 107 +++++++++++++--------
.../gdb-remote/GDBRemoteCommunicationClient.h | 20 ++--
.../gdb-remote/GDBRemoteRegisterContext.cpp | 66 +++++++------
.../Process/gdb-remote/GDBRemoteRegisterContext.h | 14 +--
.../Process/gdb-remote/ProcessGDBRemote.cpp | 2 +-
.../GDBRemoteCommunicationClientTest.cpp | 42 +++++---
8 files changed, 164 insertions(+), 101 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 754653a Sync proc_service definition with GLIBC
new c4dd0ba Remove _S version of ARM MSR/MRS special registers
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:
gas/ChangeLog | 10 ++++++++++
gas/config/tc-arm.c | 4 ++--
gas/testsuite/gas/arm/archv8m-cmse-msr-base.d | 8 --------
gas/testsuite/gas/arm/archv8m-cmse-msr-main.d | 8 --------
gas/testsuite/gas/arm/archv8m-cmse-msr.s | 8 --------
gas/testsuite/gas/arm/archv8m-main-dsp-4.d | 8 --------
6 files changed, 12 insertions(+), 34 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 lldb.
from 9702bb9 If the user has specified target.memory-module-load-level 'mi [...]
new fde9fd9 Fix warnings preventing copy elision.
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:
tools/debugserver/source/JSON.cpp | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 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 156b441 Daily bump.
new 49e1f4e PR c/77323 * c-decl.c (declspecs_add_type): Set typespec_wo [...]
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/c/ChangeLog | 8 ++++++++
gcc/c/c-decl.c | 35 ++++++++++++++++++++++-------------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr77323.c | 6 ++++++
4 files changed, 41 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr77323.c
--
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 448b463 Add strerror_l prototype, change str[n]casecmp_l feature tests
new 14228e2 Use struct __locale_t * for reentrent locale functions
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:
newlib/libc/include/locale.h | 8 ++++----
1 file changed, 4 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.
unknown user pushed a change to branch gdb-7.12-branch
in repository binutils-gdb.
from c8d19f5 Automatic date update in version.in
new f2f45a7 Sync proc_service definition with GLIBC
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 | 14 ++++++++++++++
gdb/aarch64-linux-nat.c | 2 +-
gdb/amd64-linux-nat.c | 2 +-
gdb/arm-linux-nat.c | 2 +-
gdb/gdb_proc_service.h | 2 +-
gdb/gdbserver/ChangeLog | 15 +++++++++++++++
gdb/gdbserver/gdb_proc_service.h | 2 +-
gdb/gdbserver/linux-aarch64-low.c | 2 +-
gdb/gdbserver/linux-arm-low.c | 2 +-
gdb/gdbserver/linux-crisv32-low.c | 2 +-
gdb/gdbserver/linux-m68k-low.c | 2 +-
gdb/gdbserver/linux-mips-low.c | 2 +-
gdb/gdbserver/linux-nios2-low.c | 2 +-
gdb/gdbserver/linux-tic6x-low.c | 2 +-
gdb/gdbserver/linux-x86-low.c | 2 +-
gdb/gdbserver/linux-xtensa-low.c | 2 +-
gdb/i386-linux-nat.c | 2 +-
gdb/m68klinux-nat.c | 2 +-
gdb/mips-linux-nat.c | 2 +-
gdb/nat/aarch64-linux.c | 2 +-
gdb/nat/aarch64-linux.h | 2 +-
gdb/xtensa-linux-nat.c | 2 +-
22 files changed, 49 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.