This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 4ef0bef68c Remove MAX_REGISTER_SIZE define new bd5dea8822 x86: Remove support for old (<= 2.8.1) versions of gcc new 347a87745e x86: Treat relocation against IFUNC symbol as FUNC
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/ChangeLog | 8 + bfd/elf32-i386.c | 5 + bfd/elf64-x86-64.c | 5 + gas/ChangeLog | 20 + gas/NEWS | 2 + gas/config/tc-i386.c | 22 +- gas/testsuite/gas/i386/general.l | 16 +- gas/testsuite/gas/i386/general.s | 8 +- gas/testsuite/gas/i386/i386.exp | 2 +- gas/testsuite/gas/i386/intel-intel.d | 8 +- gas/testsuite/gas/i386/intel.d | 8 +- gas/testsuite/gas/i386/intel.e | 4 - gas/testsuite/gas/i386/intel.s | 8 +- include/ChangeLog | 4 + include/opcode/i386.h | 6 - ld/ChangeLog | 10 + ld/testsuite/ld-i386/i386.exp | 1 + ld/testsuite/ld-i386/pr22929.d | 11 + ld/testsuite/ld-i386/pr22929.s | 21 + ld/testsuite/ld-x86-64/pr22929.d | 11 + ld/testsuite/ld-x86-64/pr22929.s | 21 + ld/testsuite/ld-x86-64/x86-64.exp | 1 + opcodes/ChangeLog | 9 + opcodes/i386-gen.c | 1 - opcodes/i386-opc.h | 3 - opcodes/i386-opc.tbl | 8 - opcodes/i386-tbl.h | 10314 ++++++++++++++++----------------- 27 files changed, 5240 insertions(+), 5297 deletions(-) create mode 100644 ld/testsuite/ld-i386/pr22929.d create mode 100644 ld/testsuite/ld-i386/pr22929.s create mode 100644 ld/testsuite/ld-x86-64/pr22929.d create mode 100644 ld/testsuite/ld-x86-64/pr22929.s