This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr14995
in repository glibc.
omits 2928381a81 Support build glibc with gold 1.14 or above [BZ #14995]
adds 5cf88a83f2 getaddrinfo: Merge IPv6 addresses and IPv4 addresses [BZ #21295]
adds 513a71a420 resolv/tst-resolv-basic: Add test cases for bug 21295
adds d9660db223 manual: Fix a minor grammatical error.
new 5a96b432be Support building glibc with gold 1.14 or above [BZ #14995]
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 (2928381a81)
\
N -- N -- N refs/heads/hjl/pr14995 (5a96b432be)
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:
ChangeLog | 15 +++++++++++++++
manual/math.texi | 2 +-
resolv/tst-resolv-basic.c | 16 ++++++++++++++++
sysdeps/posix/getaddrinfo.c | 8 ++++----
4 files changed, 36 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 binutils-gdb.
from a3aea05a66 Check unsupported .symver with common symbol
new 0602cdad74 Produce a consistent warning message when attempting to run [...]
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:
binutils/ChangeLog | 6 ++++++
binutils/bucomm.c | 2 ++
2 files changed, 8 insertions(+)
--
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 fd52715cfa Add pgste marker changelog
new a3aea05a66 Check unsupported .symver with common symbol
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/obj-elf.c | 15 +++++++++++++++
gas/testsuite/gas/elf/elf.exp | 1 +
gas/testsuite/gas/elf/pr21661.d | 2 ++
gas/testsuite/gas/elf/pr21661.l | 3 +++
gas/testsuite/gas/elf/pr21661.s | 4 ++++
6 files changed, 35 insertions(+)
create mode 100644 gas/testsuite/gas/elf/pr21661.d
create mode 100644 gas/testsuite/gas/elf/pr21661.l
create mode 100644 gas/testsuite/gas/elf/pr21661.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 master
in repository gcc.
from 2bfb0686cae PR c/80116 * c-common.h (warn_for_multistatement_macros): [...]
new 146731e0031 2017-06-26 Richard Biener <rguenther(a)suse.de>
new bdfaa1382f5 2017-06-26 Richard Biener <rguenther(a)suse.de>
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 | 12 ++
gcc/config/i386/i386.c | 336 ++++++++++++++++-----------------
gcc/testsuite/ChangeLog | 10 +
gcc/testsuite/gcc.dg/torture/pr81203.c | 10 +
gcc/testsuite/gfortran.dg/pr81175.f | 23 +++
gcc/tree-tailcall.c | 5 +
6 files changed, 228 insertions(+), 168 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr81203.c
create mode 100644 gcc/testsuite/gfortran.dg/pr81175.f
--
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 df4d0aa19 Test commit
new e6d38f726 [ELF] Define _GLOBAL_OFFSET_TABLE_ symbol relative to .got
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/Arch/PPC.cpp | 2 +-
ELF/Arch/X86.cpp | 1 +
ELF/Arch/X86_64.cpp | 1 +
ELF/Relocations.cpp | 2 +-
ELF/Target.h | 4 +++
ELF/Writer.cpp | 29 ++++++++++----------
test/ELF/arm-got-relative.s | 16 +++++------
test/ELF/global-offset-table-position-aarch64.s | 30 +++++++++++++++++++++
test/ELF/global-offset-table-position-arm.s | 35 +++++++++++++++++++++++++
test/ELF/global-offset-table-position-i386.s | 31 ++++++++++++++++++++++
test/ELF/global-offset-table-position-mips.s | 33 +++++++++++++++++++++++
test/ELF/global-offset-table-position.s | 31 ++++++++++++++++++++++
test/ELF/global_offset_table_shared.s | 9 +++++--
13 files changed, 197 insertions(+), 27 deletions(-)
create mode 100644 test/ELF/global-offset-table-position-aarch64.s
create mode 100644 test/ELF/global-offset-table-position-arm.s
create mode 100644 test/ELF/global-offset-table-position-i386.s
create mode 100644 test/ELF/global-offset-table-position-mips.s
create mode 100644 test/ELF/global-offset-table-position.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 master
in repository llvm.
from 4ae836e7b47 [IfConversion] Hoist removeBranch calls out of if/else clau [...]
new 2e6fc83eac5 [llvm-stress] Ensure that the C++11 random device respects [...]
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/llvm-stress/llvm-stress.cpp | 8 ++++++--
1 file changed, 6 insertions(+), 2 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-7-branch
in repository gcc.
from 01a79577ec5 Daily bump.
new 313bfb6cdb8 * c-c++-common/ubsan/sanitize-recover-7.c (dg-options): Add -w.
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 | 4 ++++
gcc/testsuite/c-c++-common/ubsan/sanitize-recover-7.c | 2 +-
2 files changed, 5 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 clang.
from 5e20da547e Testcase missed from r306075.
new 703b84157f [mips] Enable IAS by default for Android 64-bit MIPS target (N64)
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:
lib/Driver/ToolChains/Gnu.cpp | 8 +++++---
1 file changed, 5 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 gcc.
from 17e754aa1fd [ARM, testsuite] Add -mfloat-abi=hard to arm_neon_ok
new 137937b230c * MAINTAINERS: Add myself to Write After Approval.
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 | 4 ++++
MAINTAINERS | 1 +
2 files changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.