This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/hjl/lto-mixed/master in repository binutils-gdb.
discards 80376e0 Don't check the plugin target twice discards 5addf2a Add test for nm on mixed LTO/non-LTO object discards 6ef0168 Add lto and none-lto input support for ld -r adds bcc3a8b Fix a seg-fault when stripping a corrupt binary. adds c09ec62 Also check that the group header's sh_info field is valid. adds 99914df Add "arm_any" architecture type to allow -m option to various [...] adds 1b40ec0 Fix PR python/18984 adds e943215 Automatic date update in version.in adds b1058ce Update x86 linker tests for --disable-x86-relax-relocations adds 0ae534d Fix C++ build for Cygwin adds 362a3eb [ARM][gas] Add support for Cortex-A73 adds 1aa7033 [AArch64][gas] Add support for Cortex-A73 new 9c46498 Add lto and none-lto input support for ld -r new 5f2f971 Add test for nm on mixed LTO/non-LTO object new 5165e79 Don't check the plugin target twice
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 (80376e0) \ N -- N -- N refs/heads/users/hjl/lto-mixed/master (5165e79)
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 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: bfd/ChangeLog | 8 ++++++++ bfd/bfd.c | 6 ++++++ bfd/cpu-arm.c | 33 ++++++++++++++++++--------------- bfd/version.h | 2 +- binutils/ChangeLog | 4 ++++ gas/ChangeLog | 10 ++++++++++ gas/config/tc-aarch64.c | 2 ++ gas/config/tc-arm.c | 2 ++ gas/doc/c-aarch64.texi | 1 + gas/doc/c-arm.texi | 1 + gdb/ChangeLog | 11 +++++++++++ gdb/gdbserver/ChangeLog | 4 ++++ gdb/gdbserver/win32-low.c | 4 ++-- gdb/python/python.c | 4 ++-- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.python/py-shared.exp | 4 ++++ gdb/windows-nat.c | 4 ++-- ld/ChangeLog | 18 ++++++++++++++++++ ld/testsuite/ld-i386/i386.exp | 6 +++--- ld/testsuite/ld-i386/lea1a.d | 2 +- ld/testsuite/ld-i386/lea1b.d | 2 +- ld/testsuite/ld-i386/lea1d.d | 2 +- ld/testsuite/ld-i386/lea1e.d | 2 +- ld/testsuite/ld-i386/lea1f.d | 2 +- ld/testsuite/ld-i386/load7.d | 2 +- ld/testsuite/ld-i386/mov1b.d | 2 +- ld/testsuite/ld-i386/pr19175.d | 2 +- ld/testsuite/ld-ifunc/ifunc-13-i386.d | 2 +- ld/testsuite/ld-ifunc/ifunc-21-i386.d | 2 +- ld/testsuite/ld-ifunc/ifunc-22-i386.d | 2 +- ld/testsuite/ld-x86-64/x86-64.exp | 8 +++----- 31 files changed, 118 insertions(+), 41 deletions(-)