This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/hjl/x86 in repository binutils-gdb.
discards e3e9715eaa Move elf_backend_ macros to elfxx-x86.h discards c2a3dd2214 Move 3 more functions to elfxx-x86.c discards 8550f1d853 Add 3 x86 TLS functions discards 2fb3d7fb68 Add _bfd_x86_elf_always_size_sections discards 06ef28794b Add _bfd_x86_elf_merge_symbol_attribute discards b17cd06af9 Initial elfxx-x86.h adds 972d8a18db 2017-08-28 James Clarke jrtc27@jrtc27.com adds f2d394fce1 Automatic date update in version.in adds 34ca2bd7ac [GOLD] Reduce size of class Symbol adds 34e0882b83 [GOLD] PowerPC tls_get_addr_optimize adds 3819af136d Fix simulation of MSP430's open system call. new e65bf4e012 Initial elfxx-x86.h new c6744f0e88 Add _bfd_x86_elf_merge_symbol_attribute new ef9e9d40ff Add _bfd_x86_elf_always_size_sections new 7edf5343b8 Add 3 x86 TLS functions new c154374a47 Move 3 more functions to elfxx-x86.c new 3c5a9fc838 Move elf_backend_ macros to elfxx-x86.h new cb97234ef2 Fix elf64-x86-64.c build
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 (e3e9715eaa) \ N -- N -- N refs/heads/users/hjl/x86 (cb97234ef2)
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 7 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/elf32-i386.c | 62 ++-- bfd/elf64-x86-64.c | 791 +++++++++++++++--------------------------------- bfd/elfxx-x86.c | 2 +- bfd/elfxx-x86.h | 26 ++ bfd/version.h | 2 +- elfcpp/ChangeLog | 5 + elfcpp/elfcpp.h | 3 + elfcpp/powerpc.h | 6 + gold/ChangeLog | 55 ++++ gold/aarch64.cc | 46 ++- gold/options.h | 3 + gold/powerpc.cc | 363 ++++++++++++++++++---- gold/resolve.cc | 73 ++++- gold/symtab.cc | 38 +-- gold/symtab.h | 116 ++++--- sim/msp430/ChangeLog | 5 + sim/msp430/msp430-sim.c | 35 ++- 17 files changed, 886 insertions(+), 745 deletions(-)