This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/hjl/gpoff/master in repository binutils-gdb.
discards 9bc99112bf Add R_X86_64_GPOFF omits 56dc8a59c9 x86: Lookup __tls_get_addr or ___tls_get_addr once adds a66930b357 Automatic date update in version.in new 1b65f7d772 x86: Lookup __tls_get_addr or ___tls_get_addr once new b376a372a6 Add R_X86_64_GPOFF
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 (9bc99112bf) \ N -- N -- N refs/heads/users/hjl/gpoff/master (b376a372a6)
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 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: bfd/elf64-x86-64.c | 5 ++++- bfd/version.h | 2 +- ld/testsuite/ld-x86-64/gpoff-8.s | 10 ++++++++++ ld/testsuite/ld-x86-64/gpoff-8.t | 39 +++++++++++++++++++++++++++++++++++++++ ld/testsuite/ld-x86-64/gpoff-8a.d | 18 ++++++++++++++++++ ld/testsuite/ld-x86-64/gpoff-8b.d | 18 ++++++++++++++++++ ld/testsuite/ld-x86-64/gpoff-8c.d | 18 ++++++++++++++++++ ld/testsuite/ld-x86-64/gpoff-8d.d | 18 ++++++++++++++++++ ld/testsuite/ld-x86-64/gpoff-8e.d | 18 ++++++++++++++++++ ld/testsuite/ld-x86-64/gpoff-8f.d | 18 ++++++++++++++++++ ld/testsuite/ld-x86-64/x86-64.exp | 6 ++++++ 11 files changed, 168 insertions(+), 2 deletions(-) create mode 100644 ld/testsuite/ld-x86-64/gpoff-8.s create mode 100644 ld/testsuite/ld-x86-64/gpoff-8.t create mode 100644 ld/testsuite/ld-x86-64/gpoff-8a.d create mode 100644 ld/testsuite/ld-x86-64/gpoff-8b.d create mode 100644 ld/testsuite/ld-x86-64/gpoff-8c.d create mode 100644 ld/testsuite/ld-x86-64/gpoff-8d.d create mode 100644 ld/testsuite/ld-x86-64/gpoff-8e.d create mode 100644 ld/testsuite/ld-x86-64/gpoff-8f.d