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 8099e19785 Initial elfxx-x86.h adds 41e5237748 Automatic date update in version.in adds 565ed01a4e [GOLD] Symbol flag for PowerPC64 localentry:0 tracking adds cefdd1cd64 Fix bad offset calculation for R_AARCH64_TLSDESC_* relocs. adds 90efb64229 x86: Check for valid PLT section size adds fd437cbc43 define_command: Don't convert command name to lower case adds 3804a3431a Add missing PR number in ChangeLog adds 5e89eb3ab0 gdb.base/commands.exp: Remove unused global references adds 0fb0a76778 Remove unused _bfd_elf_ifunc_get_synthetic_symtab new b17cd06af9 Initial elfxx-x86.h new 06ef28794b Add _bfd_x86_elf_merge_symbol_attribute new 2fb3d7fb68 Add _bfd_x86_elf_always_size_sections new 8550f1d853 Add 3 x86 TLS functions new c2a3dd2214 Move 3 more functions to elfxx-x86.c
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 (8099e19785) \ N -- N -- N refs/heads/users/hjl/x86 (c2a3dd2214)
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 5 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 | 12 + bfd/Makefile.am | 4 + bfd/Makefile.in | 5 + bfd/configure | 34 +- bfd/configure.ac | 34 +- bfd/elf-bfd.h | 3 - bfd/elf-ifunc.c | 125 ------ bfd/elf32-i386.c | 839 +++++++++++------------------------- bfd/elf64-x86-64.c | 14 +- bfd/elfxx-x86.c | 280 ++++++++++++ bfd/elfxx-x86.h | 70 +-- bfd/version.h | 2 +- gdb/ChangeLog | 6 + gdb/cli/cli-script.c | 6 - gdb/testsuite/ChangeLog | 18 + gdb/testsuite/gdb.base/commands.exp | 51 ++- gold/ChangeLog | 26 ++ gold/aarch64.cc | 6 +- gold/powerpc.cc | 23 +- gold/resolve.cc | 4 +- gold/symtab.cc | 1 + gold/symtab.h | 12 + gold/target.h | 2 +- gold/testsuite/Makefile.am | 11 + gold/testsuite/Makefile.in | 17 +- gold/testsuite/aarch64_tlsdesc.s | 12 + gold/testsuite/aarch64_tlsdesc.sh | 110 +++++ gold/testsuite/aarch64_tlsdesc.t | 6 + 28 files changed, 922 insertions(+), 811 deletions(-) create mode 100644 bfd/elfxx-x86.c create mode 100644 gold/testsuite/aarch64_tlsdesc.s create mode 100755 gold/testsuite/aarch64_tlsdesc.sh create mode 100644 gold/testsuite/aarch64_tlsdesc.t