This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_31-branch in repository binutils-gdb.
from 84fdbf1a2c When assigning symbol version, we should hide debug symbols [...] new 1929a39655 x86: Disable GOT relaxation with data prefix
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: gas/ChangeLog | 7 ++++++ gas/config/tc-i386.c | 13 ++++++------ gas/testsuite/gas/i386/mixed-mode-reloc32.d | 2 +- ld/ChangeLog | 11 ++++++++++ ld/testsuite/ld-i386/i386.exp | 1 + ld/testsuite/ld-i386/pr23854.d | 28 ++++++++++++++++++++++++ ld/testsuite/ld-i386/pr23854.s | 33 +++++++++++++++++++++++++++++ ld/testsuite/ld-x86-64/pr23854.d | 28 ++++++++++++++++++++++++ ld/testsuite/ld-x86-64/pr23854.s | 33 +++++++++++++++++++++++++++++ ld/testsuite/ld-x86-64/x86-64.exp | 1 + 10 files changed, 150 insertions(+), 7 deletions(-) create mode 100644 ld/testsuite/ld-i386/pr23854.d create mode 100644 ld/testsuite/ld-i386/pr23854.s create mode 100644 ld/testsuite/ld-x86-64/pr23854.d create mode 100644 ld/testsuite/ld-x86-64/pr23854.s