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 e5b737d Support aligning text section from odd addresses
new b2c6190 ChangeLog formatting fixes
new f0d19df Don't make_bfd_vms_lib archive functions NULL
The 2 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 | 11 +++++++++++
bfd/libbfd-in.h | 18 ++++++++++--------
bfd/libbfd.h | 18 ++++++++++--------
gas/ChangeLog | 4 ++--
opcodes/ChangeLog | 2 +-
5 files changed, 34 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 binutils-gdb.
from 9ef7906 Do not add padding if an output section is marked as ignored
new 58a6d3c Avoid creating symbol table entries for registers
new ad5bc88 Fix a const-safety issue on GCC-4.9 and above
new e5b737d Support aligning text section from odd addresses
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:
gas/ChangeLog | 10 ++++++++++
gas/config/tc-riscv.c | 24 +++++++++++++++++-------
opcodes/ChangeLog | 4 ++++
opcodes/riscv-opc.c | 4 ++--
4 files changed, 33 insertions(+), 9 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 8191163 PR 71444 define more error constants for mingw-w64
new c4f6ed6 gcc/testsuite/ PR testsuite/52641 * gcc.dg/builtin-object-s [...]
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/testsuite/ChangeLog | 13 +++++++++++++
gcc/testsuite/gcc.dg/builtin-object-size-16.c | 4 ++++
gcc/testsuite/gcc.dg/builtin-object-size-17.c | 4 ++++
gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c | 2 +-
gcc/testsuite/gcc.dg/pr78408-1.c | 2 +-
gcc/testsuite/gcc.dg/pr78408-2.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr78428.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/tailcall-7.c | 2 +-
8 files changed, 26 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 master
in repository glibc.
from fcd9423 x86_64: tst-quad1pie, tst-quad2pie: compile with -fPIE [BZ #7065]
new d08ab9c Remove unused function _dl_tls_setup
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:
ChangeLog | 7 +++++++
csu/libc-tls.c | 19 -------------------
elf/Versions | 2 +-
elf/dl-tls.c | 34 +---------------------------------
sysdeps/generic/ldsodefs.h | 6 ------
5 files changed, 9 insertions(+), 59 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 3145b99 bfd: aarch64: fix word and arrdess size declaration in ilp32 mode
new 9ef7906 Do not add padding if an output section is marked as ignored
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:
ld/ChangeLog | 5 +++++
ld/ldlang.c | 3 ++-
2 files changed, 7 insertions(+), 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 gcc.
from 08814ca * configure.ac: Don't bootstrap libmpx unless --with-build-c [...]
new 8191163 PR 71444 define more error constants for mingw-w64
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:
libstdc++-v3/ChangeLog | 20 ++++
.../config/os/mingw32-w64/error_constants.h | 101 +++++++++++++--------
.../headers/system_error/errc_std_c++0x.cc | 2 +
3 files changed, 83 insertions(+), 40 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-6-branch
in repository gcc.
from d5dd4e8 * BASE-VER: Set to 6.3.1.
new ce299bc Backported from mainline 2016-12-13 Jakub Jelinek <jakub@ [...]
new 073fb21 PR c/77767 * c-decl.c (grokdeclarator): If *expr is non-NUL [...]
The 2 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 | 10 ++++++++++
gcc/c/ChangeLog | 6 ++++++
gcc/c/c-decl.c | 14 ++++++++++++--
gcc/ipa-pure-const.c | 3 ++-
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/g++.dg/ipa/pr77905.C | 21 +++++++++++++++++++++
gcc/testsuite/gcc.c-torture/execute/pr77767.c | 16 ++++++++++++++++
7 files changed, 78 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ipa/pr77905.C
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr77767.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 llvm.
from b4e27a0 Added a template for building target specific memory node in DAG.
new 3c3803e First commit adding new line to X86.h
new 2f4b616 revert first commit . removing empty line in X86.h
The 2 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:
--
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 08f0bd3 [ELF] - Linkerscript: Fall back to search paths when INCLUDE [...]
new 0f2b7a4 [ELF/tests] Use cpio -it instead of cpio -t.
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:
test/ELF/reproduce-backslash.s | 2 +-
test/ELF/reproduce-windows.s | 2 +-
test/ELF/reproduce.s | 2 +-
3 files changed, 3 insertions(+), 3 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 4e25adb Remove high bit set characters
new 3145b99 bfd: aarch64: fix word and arrdess size declaration in ilp32 mode
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/ChangeLog | 7 +++++++
bfd/cpu-aarch64.c | 8 ++++----
2 files changed, 11 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.