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 b020fa8b7c gold: Initial R_X86_64_THUNK_GOTPCRELX support discards 289bbbd39c x86-64: Add R_X86_64_THUNK_GOTPCRELX new 09c7094ff4 x86-64: Add R_X86_64_THUNK_GOTPCRELX new 64c3b5162e gold: Initial R_X86_64_THUNK_GOTPCRELX support
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 (b020fa8b7c) \ N -- N -- N refs/heads/users/hjl/x86 (64c3b5162e)
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 | 112 +++++++++++++++------ .../ld-x86-64/{gotpcrel2.dd => gotpcrel3.dd} | 16 +-- .../ld-x86-64/{gotpcrel1.out => gotpcrel3.out} | 0 ld/testsuite/ld-x86-64/gotpcrel3a.S | 78 ++++++++++++++ .../{ld-i386/got1b.c => ld-x86-64/gotpcrel3b.c} | 0 .../{ld-i386/got1c.c => ld-x86-64/gotpcrel3c.c} | 0 .../ld-x86-64/{gotpcrel2d.S => gotpcrel3d.S} | 20 ++-- ld/testsuite/ld-x86-64/mpx.exp | 35 +++++++ 8 files changed, 211 insertions(+), 50 deletions(-) copy ld/testsuite/ld-x86-64/{gotpcrel2.dd => gotpcrel3.dd} (59%) copy ld/testsuite/ld-x86-64/{gotpcrel1.out => gotpcrel3.out} (100%) create mode 100644 ld/testsuite/ld-x86-64/gotpcrel3a.S copy ld/testsuite/{ld-i386/got1b.c => ld-x86-64/gotpcrel3b.c} (100%) copy ld/testsuite/{ld-i386/got1c.c => ld-x86-64/gotpcrel3c.c} (100%) copy ld/testsuite/ld-x86-64/{gotpcrel2d.S => gotpcrel3d.S} (62%)