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 b2c9266b63 Update irel_next check discards f1b4b88983 Add a testcase for Write 2-byte nop + 5-byte nop discards 064e2c24b6 Write 2-byte nop + 5-byte nop new 8871197a96 Add a testcase for Write 2-byte nop + 5-byte nop new 1126c6c001 Initial R_X86_64_R11_GOTPCRELX new 32dd6e42a4 Support movq foo@GOTPCREL_R11(%rip), %r11 new fc03e121cc Rename to R_X86_64_GOTPCRELX_THUNK new 122b3eab9c Support R_X86_64_GOTPCRELX_THUNK new fef7280688 Rename to R_X86_64_THUNK_GOTPCRELX new 2b2975ba2a Scan next reloc new 27328def89 Allow any registers with R_X86_64_THUNK_GOTPCRELX
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 (b2c9266b63) \ N -- N -- N refs/heads/users/hjl/x86 (27328def89)
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 8 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/bfd-in2.h | 1 + bfd/elf64-x86-64.c | 189 ++++++++++++++++-------------------- bfd/libbfd.h | 1 + bfd/reloc.c | 2 + gas/config/tc-i386.c | 31 +++++- gas/write.h | 1 + include/elf/x86-64.h | 1 + ld/testsuite/ld-x86-64/gotpcrel2.dd | 24 ++--- ld/testsuite/ld-x86-64/gotpcrel2a.S | 43 ++++---- ld/testsuite/ld-x86-64/gotpcrel2d.S | 24 ++--- 10 files changed, 160 insertions(+), 157 deletions(-)