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 932617230e Fix a typo discards 74672c1048 Update gotpcrel2.dd discards 27328def89 Allow any registers with R_X86_64_THUNK_GOTPCRELX discards 2b2975ba2a Scan next reloc discards fef7280688 Rename to R_X86_64_THUNK_GOTPCRELX discards 122b3eab9c Support R_X86_64_GOTPCRELX_THUNK discards fc03e121cc Rename to R_X86_64_GOTPCRELX_THUNK discards 32dd6e42a4 Support movq foo@GOTPCREL_R11(%rip), %r11 discards 1126c6c001 Initial R_X86_64_R11_GOTPCRELX discards 8871197a96 Add a testcase for Write 2-byte nop + 5-byte nop discards dbc8e924ab Check for scratch register discards 3c735739f6 Convert movq foo@GOTPCREL(%rip), %reg adds f433138f1f Update Swedish translation for the binutils sub-directory adds 49da480ff6 Fix the RX assembler so that it can handle escaped double qu [...] adds d65ce302ab MAINTAINERS: Update my company e-mail address adds 5c319bb260 Fix segfault with 'set print object on' + 'whatis <struct>' & co adds 1ea332d693 binutils/doc: Fix a "using" typo in `objcopy --rename-sectio [...] adds 75c80ee120 GAS/doc: Correct `.set nomips16e2' directive description syntax adds d820e164e4 Automatic date update in version.in new 100ec8feb6 x86-64: Add 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 (932617230e) \ N -- N -- N refs/heads/users/hjl/x86 (100ec8feb6)
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 1 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 | 9 +- bfd/version.h | 2 +- binutils/ChangeLog | 13 + binutils/MAINTAINERS | 2 +- binutils/doc/binutils.texi | 2 +- binutils/po/sv.po | 3718 ++++++++++++---------- gas/ChangeLog | 13 + gas/config/tc-i386.c | 8 +- gas/config/tc-i386.h | 3 +- gas/config/tc-rx.c | 7 +- gas/doc/c-mips.texi | 4 +- gas/testsuite/gas/i386/i386.exp | 3 + gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d | 28 + gas/testsuite/gas/i386/ilp32/x86-64-localpic-2.d | 11 + gas/testsuite/gas/i386/x86-64-gotpcrel-2.d | 26 + gas/testsuite/gas/i386/x86-64-gotpcrel-2.s | 23 + gas/testsuite/gas/i386/x86-64-localpic-2.d | 10 + gas/testsuite/gas/i386/x86-64-localpic-2.s | 4 + gas/testsuite/gas/rx/pr22737.d | 15 + gas/testsuite/gas/rx/pr22737.s | 1 + gas/testsuite/gas/rx/rx.exp | 1 + gdb/ChangeLog | 10 + gdb/MAINTAINERS | 2 +- gdb/testsuite/ChangeLog | 6 + gdb/testsuite/gdb.base/whatis.exp | 25 +- gdb/typeprint.c | 6 +- sim/ChangeLog | 4 + sim/MAINTAINERS | 2 +- 28 files changed, 2297 insertions(+), 1661 deletions(-) create mode 100644 gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d create mode 100644 gas/testsuite/gas/i386/ilp32/x86-64-localpic-2.d create mode 100644 gas/testsuite/gas/i386/x86-64-gotpcrel-2.d create mode 100644 gas/testsuite/gas/i386/x86-64-gotpcrel-2.s create mode 100644 gas/testsuite/gas/i386/x86-64-localpic-2.d create mode 100644 gas/testsuite/gas/i386/x86-64-localpic-2.s create mode 100644 gas/testsuite/gas/rx/pr22737.d create mode 100644 gas/testsuite/gas/rx/pr22737.s