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 591cc9fbbfd gas/Dwarf: record functions new 145667f8d99 Add support for COFF secidx relocations
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/ChangeLog | 16 +++++++ bfd/bfd-in2.h | 1 + bfd/coff-i386.c | 99 ++++++++++++++++++++++++++++++++++++++--- bfd/coff-x86_64.c | 99 ++++++++++++++++++++++++++++++++++++++--- bfd/libbfd.h | 1 + bfd/reloc.c | 2 + gas/ChangeLog | 13 ++++++ gas/config/tc-i386.c | 31 ++++++++++++- gas/expr.c | 1 + gas/expr.h | 40 ++++++++--------- gas/symbols.c | 8 ++++ gas/testsuite/gas/i386/i386.exp | 3 +- gas/testsuite/gas/i386/secidx.d | 40 +++++++++++++++++ gas/testsuite/gas/i386/secidx.s | 79 ++++++++++++++++++++++++++++++++ include/ChangeLog | 5 +++ include/coff/i386.h | 1 + include/coff/x86_64.h | 1 + ld/ChangeLog | 8 ++++ ld/testsuite/ld-pe/pe.exp | 15 +++++++ ld/testsuite/ld-pe/secidx.d | 27 +++++++++++ ld/testsuite/ld-pe/secidx1.s | 77 ++++++++++++++++++++++++++++++++ ld/testsuite/ld-pe/secidx2.s | 17 +++++++ ld/testsuite/ld-pe/secidx_64.d | 27 +++++++++++ 23 files changed, 576 insertions(+), 35 deletions(-) create mode 100644 gas/testsuite/gas/i386/secidx.d create mode 100644 gas/testsuite/gas/i386/secidx.s create mode 100644 ld/testsuite/ld-pe/secidx.d create mode 100644 ld/testsuite/ld-pe/secidx1.s create mode 100644 ld/testsuite/ld-pe/secidx2.s create mode 100644 ld/testsuite/ld-pe/secidx_64.d