This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch svn-tags/RELEASE_500
in repository test-suite.
at 4a22679c Creating release candidate rc1 from release_500 branch
This branch includes the following new commits:
new 7aca1707 Creating release directory for release_500.
new 4a22679c Creating release candidate rc1 from release_500 branch
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.
--
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 hjl/pie/static
in repository glibc.
discards 9c7642e415 Use hidden visibility for libc.a with PIC
discards 9190f48d90 Add _startup_sbrk and _startup_fatal
discards c97ca22b17 i386: Define I386_USE_SYSENTER to 0 or 1 and check PIC
discards 4092d656f3 i386: Check PIC in i386 multiarch functions
discards 462584630b i386: Check PIC instead of SHARED in start.S
discards f8165a184c Add _dl_relocate_static_pie
discards 3bd49c37c9 Define pie-default/default-pie-ldflag for --enable-static-pie
discards ec2ae059cd x86-64: Check if linker supports static PIE
discards 02ba0184e6 Add --enable-static-pie
discards 405074089c Check if -static -pie works
discards d88ce513c5 Check if -static-pie works
discards d849e57880 Check if linker supports --no-dynamic-linker
discards 6bcc4e8e40 x86-64: Check PIC instead of SHARED in start.S
discards d0a797f2b3 Compile tst-prelink.c without PIE [BZ #21815]
discards c10be1e0ed x86: Remove assembly versions of HAS_CPU_FEATURE/HAS_ARCH_FEATURE
discards 9272adff65 i686: Implement IFUNC selectors in C
discards 8cdbe17e3b x86-64: Implement libmathvec IFUNC selectors in C
discards a707a604d3 x86-64: Implement libm IFUNC selectors in C
discards e53435fb46 i386: Don't define multiarch __memmove_chk in libc.a [BZ #21791]
omits 7bb9a6fba2 x86-64: Use IFUNC memcpy and mempcpy in libc.a
omits 4b3f8ce678 Don't include _dl_resolve_conflicts in libc.a [BZ #21742]
adds 930324b356 Update translations
adds e1113af30d Update NEWS
adds 9938cc545d Update translations
adds e061bd1771 Add list of bugs fixed in 2.26
adds 4d9a5c60e1 Fix up ChangeLog formatting
adds 15192aaa25 Update contributors and latest gcc and binutils versions
adds 1c9a5c270d Update for 2.26 release
adds 00cdcf5a41 Open master for development
adds 92c3af3c14 Rotate ChangeLog
adds edf66db113 Rotate ChangeLog correctly
adds b358255f95 i386: Don't define multiarch __memmove_chk in libc.a [BZ #21791]
adds 4d8ec0900e x86-64: Implement libm IFUNC selectors in C
adds a4bf3e1165 x86-64: Implement libmathvec IFUNC selectors in C
adds 9d1ebc4ec4 i686: Implement IFUNC selectors in C
adds 5097017ce6 x86: Remove assembly versions of HAS_CPU_FEATURE/HAS_ARCH_FEATURE
new c6fc03a9bc x86-64: Use IFUNC memcpy and mempcpy in libc.a
new db4b7381d7 Compile tst-prelink.c without PIE [BZ #21815]
new 07d47d0071 x86-64: Check PIC instead of SHARED in start.S
new ed53d85916 Check if linker supports --no-dynamic-linker
new dc753d4ba0 Check if -static-pie works
new a620fa5682 Check if -static -pie works
new 7bf1576548 Add --enable-static-pie
new 8e955d3003 x86-64: Check if linker supports static PIE
new 668875740b Define pie-default/default-pie-ldflag for --enable-static-pie
new ccbbdcd3df Add _dl_relocate_static_pie
new e4aca16edd i386: Check PIC instead of SHARED in start.S
new 3ac82e7d07 i386: Check PIC in i386 multiarch functions
new 48063c0cae i386: Define I386_USE_SYSENTER to 0 or 1 and check PIC
new 142657cd05 Add _startup_sbrk and _startup_fatal
new 4addb04156 Use hidden visibility for libc.a with PIC
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 (9c7642e415)
\
N -- N -- N refs/heads/hjl/pie/static (4addb04156)
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 15 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 | 96712 +-------------------------------------------
ChangeLog.1 | 4 +-
ChangeLog => ChangeLog.18 | 48 +-
ChangeLog.2 | 24 +-
ChangeLog.3 | 30 +-
ChangeLog.4 | 8 +-
ChangeLog.5 | 1082 +-
ChangeLog.6 | 18 +-
ChangeLog.9 | 2 +-
INSTALL | 4 +-
NEWS | 263 +-
elf/dl-conflict.c | 2 -
include/features.h | 2 +-
manual/contrib.texi | 28 +
manual/install.texi | 4 +-
po/be.po | 1978 +-
po/fr.po | 1186 +-
po/ko.po | 1147 +-
po/nl.po | 1219 +-
po/ru.po | 1183 +-
version.h | 2 +-
21 files changed, 4321 insertions(+), 100625 deletions(-)
copy ChangeLog => ChangeLog.18 (99%)
--
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 hjl/ifunc/x86
in repository glibc.
discards 8c4cf1f056 x86: Remove assembly versions of HAS_CPU_FEATURE/HAS_ARCH_FEATURE
discards 5817d14846 i686: Implement IFUNC selectors in C
discards 628ca2a5af x86-64: Implement libmathvec IFUNC selectors in C
discards ded753e9d5 x86-64: Implement libm IFUNC selectors in C
discards 1839f33b48 i386: Don't define multiarch __memmove_chk in libc.a [BZ #21791]
adds 92c3af3c14 Rotate ChangeLog
adds edf66db113 Rotate ChangeLog correctly
adds b358255f95 i386: Don't define multiarch __memmove_chk in libc.a [BZ #21791]
new 4d8ec0900e x86-64: Implement libm IFUNC selectors in C
new a4bf3e1165 x86-64: Implement libmathvec IFUNC selectors in C
new 9d1ebc4ec4 i686: Implement IFUNC selectors in C
new 5097017ce6 x86: Remove assembly versions of HAS_CPU_FEATURE/HAS_ARCH_FEATURE
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 (8c4cf1f056)
\
N -- N -- N refs/heads/hjl/ifunc/x86 (5097017ce6)
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 4 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 | 96742 +-------------------------------------------
ChangeLog.1 | 4 +-
ChangeLog => ChangeLog.18 | 0
ChangeLog.2 | 24 +-
ChangeLog.3 | 30 +-
ChangeLog.4 | 8 +-
ChangeLog.5 | 1082 +-
ChangeLog.6 | 18 +-
ChangeLog.9 | 2 +-
9 files changed, 591 insertions(+), 97319 deletions(-)
copy ChangeLog => ChangeLog.18 (100%)
--
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 db99ecc08f Check ELF section header only for ELF output
new a4f320fd1b MIPS: Factor out FPU type naming in `gdbarch' debug
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 | 5 +++++
gdb/mips-tdep.c | 28 ++++++++++++++++++++--------
2 files changed, 25 insertions(+), 8 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 llvm.
from c334e7d9ca1 Remove unreachable code. (NFC)
new 8c82257cde3 Remove unused includes of MachineLocation.h (NFC)
new 749993640bf [AArch64] Improve the test of conditional branch fusion
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:
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 1 +
lib/CodeGen/AsmPrinter/DwarfDebug.h | 1 -
lib/Target/Hexagon/HexagonRegisterInfo.h | 1 -
test/CodeGen/AArch64/misched-fusion.ll | 30 ++++++++++++++++++++++++-----
4 files changed, 26 insertions(+), 7 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 92c3af3c14 Rotate ChangeLog
new edf66db113 Rotate ChangeLog correctly
new b358255f95 i386: Don't define multiarch __memmove_chk in libc.a [BZ #21791]
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:
ChangeLog | 11 +
ChangeLog.1 | 97707 +---------------
ChangeLog.10 | 16226 ++-
ChangeLog.11 | 21072 ++--
ChangeLog.12 | 18861 ++--
ChangeLog.13 | 19617 ++--
ChangeLog.14 | 25788 +++--
ChangeLog.15 | 20039 +---
ChangeLog.16 | 16589 ++-
ChangeLog.17 | 25653 +++--
ChangeLog.18 | 105645 ++++++++++++++++--
ChangeLog.2 | 4748 +-
ChangeLog.3 | 4490 +-
ChangeLog.4 | 3020 +-
ChangeLog.5 | 12100 +-
ChangeLog.6 | 17495 ++-
ChangeLog.7 | 20189 ++--
ChangeLog.8 | 21889 ++--
ChangeLog.9 | 15532 +--
.../i386/i686/multiarch/memcpy-sse2-unaligned.S | 2 +-
sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 2 +-
sysdeps/i386/i686/multiarch/memcpy-ssse3.S | 2 +-
22 files changed, 233344 insertions(+), 233333 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 users/aoliva/SFN
in repository binutils-gdb.
from d75054da83 * dwarf2dbg.c (dwarf2dbg_final_check): Rename local variable [...]
new bee8ffa84f Fix gas and binutils testsuite failures for am33_2.0-linux target.
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/testsuite/binutils-all/objdump.exp | 2 +-
gas/testsuite/gas/all/gas.exp | 4 +++-
gas/testsuite/gas/elf/dwarf2-11.d | 4 ++--
gas/testsuite/gas/elf/dwarf2-12.d | 4 ++--
gas/testsuite/gas/elf/dwarf2-13.d | 4 ++--
gas/testsuite/gas/elf/dwarf2-14.d | 4 ++--
gas/testsuite/gas/elf/dwarf2-15.d | 4 ++--
gas/testsuite/gas/elf/dwarf2-16.d | 4 ++--
gas/testsuite/gas/elf/dwarf2-17.d | 4 ++--
gas/testsuite/gas/elf/dwarf2-18.d | 4 ++--
gas/testsuite/gas/elf/dwarf2-5.d | 4 ++--
gas/testsuite/gas/elf/dwarf2-6.d | 4 ++--
gas/testsuite/gas/elf/dwarf2-7.d | 4 ++--
gas/testsuite/gas/elf/elf.exp | 2 ++
14 files changed, 28 insertions(+), 24 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 llvm.
from 1ce4e2320bd [AArch64] Simplify AES*Tied pseudo expansion (NFC).
new c334e7d9ca1 Remove unreachable code. (NFC)
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/CodeGen/AsmPrinter/DebugLocEntry.h | 2 +-
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 15 ++-------------
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 8 +-------
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 6 +-----
4 files changed, 5 insertions(+), 26 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 llvm.
from 7ab6937c028 [InlineCost] Remove redundant call. NFC.
new 1ce4e2320bd [AArch64] Simplify AES*Tied pseudo expansion (NFC).
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/Target/AArch64/AArch64ExpandPseudoInsts.cpp | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.