This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0ef99ca2943 [llvm-objcopy] Add support for removing sections
new de6c3080eda Simplify. 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/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 26 +++++++++-------------
1 file changed, 10 insertions(+), 16 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 65630365f7 Eliminate catch_exceptions/catch_exceptions_with_msg
new 22b6379798 Bind keys in dwarf-mode-map definition
new e4905c7464 Set lexical-binding in dwarf-mode
new c85fa91b5c Asynchronous insertion for dwarf-mode.el
new eb8c0d308b Bump dwarf-mode version number
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:
binutils/ChangeLog | 22 +++++++++++++
binutils/dwarf-mode.el | 87 ++++++++++++++++++++++++++++++++++++++------------
2 files changed, 89 insertions(+), 20 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 5ef60a28352 2017-10-10 Andreas Tobler <andreast(a)gcc.gnu.org>
new de382e64c20 [PATCH] preprocessor stringizing raw strings
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 | 5 +++++
gcc/testsuite/g++.dg/cpp/string-3.C | 9 +++++++++
libcpp/ChangeLog | 5 +++++
libcpp/macro.c | 14 +++++++++++---
4 files changed, 30 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp/string-3.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 1adbd77ca cygwin: fix potential buffer overflow in fork
new 0b45b053e Feature test macros overhaul: Cygwin netdb.h
new 747f31854 cygwin: fix gethostbyaddr argument types
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:
winsup/cygwin/include/netdb.h | 28 +++++++++++++++++++++++++---
winsup/cygwin/net.cc | 4 ++--
2 files changed, 27 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 llvm.
from cde4888b1c1 Revert "temporary"
new 0ef99ca2943 [llvm-objcopy] Add support for removing sections
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:
.../llvm-objcopy/dynsym-error-remove-strtab.test | 3 +
.../llvm-objcopy/reloc-error-remove-symtab.test | 32 ++++
.../llvm-objcopy/remove-section-with-symbol.test | 54 +++++++
test/tools/llvm-objcopy/remove-section.test | 109 ++++++++++++++
test/tools/llvm-objcopy/remove-shstrtab-error.test | 11 ++
test/tools/llvm-objcopy/remove-symtab.test | 57 +++++++
.../llvm-objcopy/segment-shift-section-remove.test | 164 +++++++++++++++++++++
.../llvm-objcopy/segment-test-remove-section.test | 156 ++++++++++++++++++++
.../symtab-error-on-remove-strtab.test | 11 ++
tools/llvm-objcopy/Object.cpp | 77 +++++++++-
tools/llvm-objcopy/Object.h | 48 +++++-
tools/llvm-objcopy/llvm-objcopy.cpp | 9 +-
12 files changed, 721 insertions(+), 10 deletions(-)
create mode 100644 test/tools/llvm-objcopy/dynsym-error-remove-strtab.test
create mode 100644 test/tools/llvm-objcopy/reloc-error-remove-symtab.test
create mode 100644 test/tools/llvm-objcopy/remove-section-with-symbol.test
create mode 100644 test/tools/llvm-objcopy/remove-section.test
create mode 100644 test/tools/llvm-objcopy/remove-shstrtab-error.test
create mode 100644 test/tools/llvm-objcopy/remove-symtab.test
create mode 100644 test/tools/llvm-objcopy/segment-shift-section-remove.test
create mode 100644 test/tools/llvm-objcopy/segment-test-remove-section.test
create mode 100644 test/tools/llvm-objcopy/symtab-error-on-remove-strtab.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 gcc.
from c017458ddd7 More delayed lambda capture fixes.
new 5ef60a28352 2017-10-10 Andreas Tobler <andreast(a)gcc.gnu.org>
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 | 5 +++++
gcc/config.gcc | 5 ++++-
2 files changed, 9 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 gcc-7-branch
in repository gcc.
from bbf36928eee PR go/80914 * elf.c (SHF_COMPRESSED): Define. (elf_add): [...]
new bec6b767cdd 2017-10-10 Andreas Tobler <andreast(a)gcc.gnu.org>
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 | 8 ++++++++
gcc/config.gcc | 5 ++++-
2 files changed, 12 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 gcc-6-branch
in repository gcc.
from b3e54726c4c Daily bump.
new 5edbf73b988 2017-10-10 Andreas Tobler <andreast(a)gcc.gnu.org>
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/config.gcc | 4 ++++
gcc/config/arm/freebsd.h | 5 ++++-
3 files changed, 15 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 llvm.
from 773d0e069a4 temporary
new cde4888b1c1 Revert "temporary"
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:
.../llvm-objcopy/dynsym-error-remove-strtab.test | 3 -
.../llvm-objcopy/reloc-error-remove-symtab.test | 32 ----
.../llvm-objcopy/remove-section-with-symbol.test | 54 -------
test/tools/llvm-objcopy/remove-section.test | 109 --------------
test/tools/llvm-objcopy/remove-shstrtab-error.test | 11 --
test/tools/llvm-objcopy/remove-symtab.test | 57 -------
.../llvm-objcopy/segment-shift-section-remove.test | 164 ---------------------
.../llvm-objcopy/segment-test-remove-section.test | 156 --------------------
.../symtab-error-on-remove-strtab.test | 11 --
tools/llvm-objcopy/Object.cpp | 77 +---------
tools/llvm-objcopy/Object.h | 48 +-----
tools/llvm-objcopy/llvm-objcopy.cpp | 9 +-
12 files changed, 10 insertions(+), 721 deletions(-)
delete mode 100644 test/tools/llvm-objcopy/dynsym-error-remove-strtab.test
delete mode 100644 test/tools/llvm-objcopy/reloc-error-remove-symtab.test
delete mode 100644 test/tools/llvm-objcopy/remove-section-with-symbol.test
delete mode 100644 test/tools/llvm-objcopy/remove-section.test
delete mode 100644 test/tools/llvm-objcopy/remove-shstrtab-error.test
delete mode 100644 test/tools/llvm-objcopy/remove-symtab.test
delete mode 100644 test/tools/llvm-objcopy/segment-shift-section-remove.test
delete mode 100644 test/tools/llvm-objcopy/segment-test-remove-section.test
delete mode 100644 test/tools/llvm-objcopy/symtab-error-on-remove-strtab.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 a37e165e436 Debug Info: Fix the SDLoc propagation for a DAGCombiner rule
new 773d0e069a4 temporary
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:
.../llvm-objcopy/dynsym-error-remove-strtab.test | 3 +
.../llvm-objcopy/reloc-error-remove-symtab.test | 32 ++++
.../llvm-objcopy/remove-section-with-symbol.test | 54 +++++++
test/tools/llvm-objcopy/remove-section.test | 109 ++++++++++++++
test/tools/llvm-objcopy/remove-shstrtab-error.test | 11 ++
test/tools/llvm-objcopy/remove-symtab.test | 57 +++++++
.../llvm-objcopy/segment-shift-section-remove.test | 164 +++++++++++++++++++++
.../llvm-objcopy/segment-test-remove-section.test | 156 ++++++++++++++++++++
.../symtab-error-on-remove-strtab.test | 11 ++
tools/llvm-objcopy/Object.cpp | 77 +++++++++-
tools/llvm-objcopy/Object.h | 48 +++++-
tools/llvm-objcopy/llvm-objcopy.cpp | 9 +-
12 files changed, 721 insertions(+), 10 deletions(-)
create mode 100644 test/tools/llvm-objcopy/dynsym-error-remove-strtab.test
create mode 100644 test/tools/llvm-objcopy/reloc-error-remove-symtab.test
create mode 100644 test/tools/llvm-objcopy/remove-section-with-symbol.test
create mode 100644 test/tools/llvm-objcopy/remove-section.test
create mode 100644 test/tools/llvm-objcopy/remove-shstrtab-error.test
create mode 100644 test/tools/llvm-objcopy/remove-symtab.test
create mode 100644 test/tools/llvm-objcopy/segment-shift-section-remove.test
create mode 100644 test/tools/llvm-objcopy/segment-test-remove-section.test
create mode 100644 test/tools/llvm-objcopy/symtab-error-on-remove-strtab.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.