This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_29-branch
in repository binutils-gdb.
from 018b356220 bfd_error_on_input is for archives
new 787c987377 Automatic date update in version.in
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/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 063323cc2 Enable breakpoints and read/write GPRs for ppc64le
new 6c90e959c Implement interactive command interruption
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/API/SBCommandInterpreter.h | 2 +
include/lldb/Core/IOHandler.h | 3 +-
include/lldb/Interpreter/CommandInterpreter.h | 21 +++++
.../test/functionalities/command_source/.lldb | 3 +-
.../command_source/{.lldb => commands.txt} | 1 +
scripts/interface/SBCommandInterpreter.i | 14 ++--
source/API/SBCommandInterpreter.cpp | 4 +
source/Commands/CommandObjectTarget.cpp | 14 ++++
source/Core/Debugger.cpp | 2 +-
source/Interpreter/CommandInterpreter.cpp | 98 ++++++++++++++++++----
10 files changed, 138 insertions(+), 24 deletions(-)
copy packages/Python/lldbsuite/test/functionalities/command_source/{.lldb => comma [...]
--
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 94fd701f2 [ELF] Don't crash when parsing a file with out-of-bounds vers [...]
new cbbb611cf [ELF] Add missing REQUIRES: mips to the test added in r315035
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/corrupted-version-reference.s | 1 +
1 file changed, 1 insertion(+)
--
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 53e722a78 [ELF] Don't crash when parsing a file with external version d [...]
new 94fd701f2 [ELF] Don't crash when parsing a file with out-of-bounds vers [...]
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/InputFiles.cpp | 4 +---
test/ELF/corrupted-version-reference.s | 4 ++--
2 files changed, 3 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 hjl/pie/static
in repository glibc.
discards f587daf251 Add --enable-static-pie to build-many-glibcs.py
discards 3ee7525f8e sparc: Check PIC instead of SHARED in start.S
discards 3969f58b55 microblaze: Check PIC instead of SHARED in start.S
discards b0286374c1 m68k: Check PIC instead of SHARED in start.S
discards d32b555065 hppa: Check PIC instead of SHARED in start.S
discards ffc326a9bb aarch64: Check PIC instead of SHARED in start.S
discards 938f1fb2c5 sh: Update elf_machine_load_address for static PIE
discards 1b8670104f s390: Update elf_machine_load_address for static PIE
discards db977155c5 m68k: Update elf_machine_load_address for static PIE
discards 4edf60fa32 aarch64: Update elf_machine_load_address for static PIE
discards 63696fa1d8 Add --enable-static-pie configure option to build static PIE [...]
adds 84d0e6f052 support_format_hostent: Add more error information for NETDB [...]
adds 7ea59e3e5d S390: Regenerate ULPs
adds 0c25125780 tst-gmon: Build with -fno-omit-frame-pointer
adds 91e7cf982d abort: Do not flush stdio streams [BZ #15436]
adds 19f82f3586 Always do locking when iterating over list of streams (bug 15142)
adds 644d38570a Remove add-ons mechanism.
adds 1e9522c61c nscd: Eliminate compilation time dependency in the build output
adds 9ec87fd2b1 benchtests: Memory walking benchmark for memcpy
adds 36bb8edf51 benchtests: Memory walking benchmark for memset
adds 5bfb04042d benchtests: Memory walking benchmark for memmove
adds dd5bc7f1b3 aarch64: Optimized implementation of memmove for Qualcomm Falkor
adds 86f9568af6 Use libm_alias_ldouble for ldbl-96 functions.
adds 0db0b931cf Update ARM libm-test-ulps.
new dc4e128bab Add --enable-static-pie configure option to build static PIE [...]
new d192dfe910 aarch64: Update elf_machine_load_address for static PIE
new 6989f9b7be m68k: Update elf_machine_load_address for static PIE
new f256161edd s390: Update elf_machine_load_address for static PIE
new 39abed4674 sh: Update elf_machine_load_address for static PIE
new cb10c79264 aarch64: Check PIC instead of SHARED in start.S
new 9c0188668b hppa: Check PIC instead of SHARED in start.S
new 3dcd7e147f m68k: Check PIC instead of SHARED in start.S
new a8d35ee5c3 microblaze: Check PIC instead of SHARED in start.S
new f01b79354b sparc: Check PIC instead of SHARED in start.S
new 1533643281 Add --enable-static-pie to build-many-glibcs.py
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 (f587daf251)
\
N -- N -- N refs/heads/hjl/pie/static (1533643281)
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 11 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 | 199 ++++++++++++++
INSTALL | 17 --
Makeconfig | 27 +-
Makefile | 3 +-
NEWS | 9 +
benchtests/Makefile | 3 +-
.../{bench-memcpy-large.c => bench-memcpy-walk.c} | 71 ++---
benchtests/bench-memmove-walk.c | 143 ++++++++++
.../{bench-memset-large.c => bench-memset-walk.c} | 50 ++--
config.make.in | 3 -
configure | 287 ++-------------------
configure.ac | 268 ++-----------------
elf/dl-reloc-static-pie.c | 22 +-
elf/dl-support.c | 13 +-
gmon/Makefile | 2 +-
libidn/configure | 16 --
libio/genops.c | 60 ++---
manual/Makefile | 9 +-
manual/install.texi | 16 --
manual/libc-texinfo.sh | 17 +-
manual/maint.texi | 11 +-
nscd/nscd_stat.c | 27 +-
scripts/build-many-glibcs.py | 1 -
scripts/gen-sorted.awk | 34 +--
scripts/test-installation.pl | 3 +-
stdlib/abort.c | 29 +--
support/support_format_hostent.c | 14 +-
sysdeps/aarch64/multiarch/Makefile | 3 +-
sysdeps/aarch64/multiarch/ifunc-impl-list.c | 1 +
sysdeps/aarch64/multiarch/memmove.c | 7 +-
sysdeps/aarch64/multiarch/memmove_falkor.S | 232 +++++++++++++++++
sysdeps/arm/libm-test-ulps | 10 +-
sysdeps/ieee754/ldbl-96/s_asinhl.c | 3 +-
sysdeps/ieee754/ldbl-96/s_cbrtl.c | 3 +-
sysdeps/ieee754/ldbl-96/s_copysignl.c | 3 +-
sysdeps/ieee754/ldbl-96/s_cosl.c | 3 +-
sysdeps/ieee754/ldbl-96/s_erfl.c | 5 +-
sysdeps/ieee754/ldbl-96/s_fmal.c | 3 +-
sysdeps/ieee754/ldbl-96/s_frexpl.c | 3 +-
sysdeps/ieee754/ldbl-96/s_fromfpl.c | 2 +-
sysdeps/ieee754/ldbl-96/s_fromfpl_main.c | 1 +
sysdeps/ieee754/ldbl-96/s_fromfpxl.c | 2 +-
sysdeps/ieee754/ldbl-96/s_getpayloadl.c | 3 +-
sysdeps/ieee754/ldbl-96/s_llrintl.c | 3 +-
sysdeps/ieee754/ldbl-96/s_llroundl.c | 3 +-
sysdeps/ieee754/ldbl-96/s_lrintl.c | 3 +-
sysdeps/ieee754/ldbl-96/s_lroundl.c | 3 +-
sysdeps/ieee754/ldbl-96/s_modfl.c | 3 +-
sysdeps/ieee754/ldbl-96/s_nextupl.c | 3 +-
sysdeps/ieee754/ldbl-96/s_remquol.c | 3 +-
sysdeps/ieee754/ldbl-96/s_roundevenl.c | 3 +-
sysdeps/ieee754/ldbl-96/s_roundl.c | 3 +-
sysdeps/ieee754/ldbl-96/s_setpayloadl.c | 2 +-
sysdeps/ieee754/ldbl-96/s_setpayloadl_main.c | 1 +
sysdeps/ieee754/ldbl-96/s_setpayloadsigl.c | 2 +-
sysdeps/ieee754/ldbl-96/s_sincosl.c | 3 +-
sysdeps/ieee754/ldbl-96/s_sinl.c | 3 +-
sysdeps/ieee754/ldbl-96/s_tanhl.c | 3 +-
sysdeps/ieee754/ldbl-96/s_tanl.c | 3 +-
sysdeps/ieee754/ldbl-96/s_totalorderl.c | 3 +-
sysdeps/ieee754/ldbl-96/s_totalordermagl.c | 3 +-
sysdeps/ieee754/ldbl-96/s_ufromfpl.c | 2 +-
sysdeps/ieee754/ldbl-96/s_ufromfpxl.c | 2 +-
sysdeps/nptl/Makeconfig | 2 +-
sysdeps/s390/fpu/libm-test-ulps | 10 +-
sysdeps/unix/inet/Subdirs | 1 +
sysdeps/unix/inet/configure | 9 +
{libidn => sysdeps/unix/inet}/configure.ac | 8 +-
68 files changed, 886 insertions(+), 836 deletions(-)
copy benchtests/{bench-memcpy-large.c => bench-memcpy-walk.c} (54%)
create mode 100644 benchtests/bench-memmove-walk.c
copy benchtests/{bench-memset-large.c => bench-memset-walk.c} (71%)
delete mode 100644 libidn/configure
create mode 100644 sysdeps/aarch64/multiarch/memmove_falkor.S
create mode 100644 sysdeps/unix/inet/configure
rename {libidn => sysdeps/unix/inet}/configure.ac (54%)
--
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 eaccb4b0493 rs6000: Fix an error message in sysv4.h
new b2fe901da70 compiler: drop special handling of unexported func/var [...]
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/gogo.cc | 25 +++++++++++++++++--------
gcc/go/gofrontend/gogo.h | 4 ----
gcc/go/gofrontend/names.cc | 28 +++-------------------------
4 files changed, 21 insertions(+), 38 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 lld.
from ed3b5d8ae Wait for all threads to terminate before exitting.
new 53e722a78 [ELF] Don't crash when parsing a file with external version d [...]
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/InputFiles.cpp | 15 ++++++++++++---
...ips-gp-disp.so => corrupt-version-reference.so} | Bin 131828 -> 134272 bytes
test/ELF/corrupted-version-reference.s | 10 ++++++++++
3 files changed, 22 insertions(+), 3 deletions(-)
copy test/ELF/Inputs/{mips-gp-disp.so => corrupt-version-reference.so} (88%)
create mode 100644 test/ELF/corrupted-version-reference.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 1a8db32d971 [MBP] Remove an invalid assert.
new bb46295e2f8 Revert "[llvm-dsymutil] Add support for __swift_ast MachO D [...]
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/llvm/MC/MCObjectFileInfo.h | 4 ---
lib/MC/MCObjectFileInfo.cpp | 4 ---
test/tools/dsymutil/Inputs/swift-ast.macho.x86_64 | Bin 8464 -> 0 bytes
test/tools/dsymutil/Inputs/swift-ast.swiftmodule | 1 -
test/tools/dsymutil/swift-ast.test | 14 -----------
tools/dsymutil/BinaryHolder.h | 12 ++++-----
tools/dsymutil/DebugMap.cpp | 12 ++++-----
tools/dsymutil/DebugMap.h | 8 ++----
tools/dsymutil/DwarfLinker.cpp | 29 ++--------------------
tools/dsymutil/MachODebugMapParser.cpp | 10 +-------
10 files changed, 16 insertions(+), 78 deletions(-)
delete mode 100755 test/tools/dsymutil/Inputs/swift-ast.macho.x86_64
delete mode 100644 test/tools/dsymutil/Inputs/swift-ast.swiftmodule
delete mode 100644 test/tools/dsymutil/swift-ast.test
--
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 718dba15cd1 ModuleUtils: Stop using comdat members to generate unique m [...]
new 1a8db32d971 [MBP] Remove an invalid assert.
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/MachineBlockPlacement.cpp | 6 ------
1 file changed, 6 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 lld.
from 5abbe5b33 Remove dead code.
new ed3b5d8ae Wait for all threads to terminate before exitting.
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/CMakeLists.txt | 1 +
ELF/Driver.cpp | 1 +
ELF/Error.cpp | 3 +++
ELF/Filesystem.cpp | 6 +++---
ELF/Threads.cpp | 29 +++++++++++++++++++++++++++++
ELF/Threads.h | 4 ++++
6 files changed, 41 insertions(+), 3 deletions(-)
create mode 100644 ELF/Threads.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.