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 16ca38abaa6 Fix AIX CI build break. new 3f80863fbf9 ld/PE: adjust .reloc and .edata section flags new 6e870bea5f3 gas/COFF: extend use of SEC_ALLOC new ef3816215df bfd / PE/COFF: avoid setting SEC_ALLOC when finding IMAGE_S [...] new 5f51d87cc06 bfd/COFF: optionally pass BFD section into swap_scnhdr_out() hook new b8c152b9a94 objdump: enable PE support for Interix new f72471128d1 ld/PE: adjust pe_detail_list[] new 2817be508d4 ld/PE: respect --enable-reloc-section even when .reloc isn' [...] new 023d89bf4b2 gas/SH: support BFD_RELOC_RVA in the PE/COFF case new c0f8a4a25e5 gas/SH: respect --no-pad-sections new 6b7bbb69420 bfd / PE/COFF: permit SEC_READONLY and consolidate new 8c41c5e09db bfd/PE: respect SEC_ALLOC when deciding whether to force IM [...] new 1ff5a447620 bfd/PE: make local array in _bfd_XXi_swap_scnhdr_out() static
The 12 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/coff-arm.c | 12 ++---------- bfd/coff-go32.c | 5 +++-- bfd/coff-mcore.c | 4 ++-- bfd/coff-rs6000.c | 2 +- bfd/coff-sh.c | 2 +- bfd/coff-stgo32.c | 2 +- bfd/coff64-rs6000.c | 6 +++--- bfd/coffcode.h | 31 +++++++++++++++++++++++-------- bfd/coffswap.h | 3 ++- bfd/ecoff.c | 2 +- bfd/libcoff.h | 6 +++--- bfd/libpei.h | 2 +- bfd/peXXigen.c | 20 +++++++++++++------- binutils/configure | 2 +- binutils/configure.ac | 2 +- gas/config/obj-coff.c | 8 +++++--- gas/config/tc-sh.c | 3 +++ gas/config/tc-sh.h | 3 ++- gas/testsuite/gas/pe/pe.exp | 2 ++ gas/testsuite/gas/pe/reloc.d | 13 +++++++++++++ gas/testsuite/gas/pe/reloc.s | 19 +++++++++++++++++++ ld/emultempl/pe.em | 8 ++++++++ ld/emultempl/pep.em | 8 ++++++++ ld/pe-dll.c | 33 +++++++++++++++++++++++++++++---- ld/testsuite/ld-pe/pe.exp | 3 +++ ld/testsuite/ld-pe/reloc.d | 1 - ld/testsuite/ld-pe/reloc2.s | 19 +++++++++++++++++++ ld/testsuite/ld-pe/reloc2a.d | 35 +++++++++++++++++++++++++++++++++++ ld/testsuite/ld-pe/reloc2b.d | 32 ++++++++++++++++++++++++++++++++ ld/testsuite/ld-pe/reloc2c.d | 31 +++++++++++++++++++++++++++++++ ld/testsuite/ld-scripts/provide-8.d | 4 +++- 31 files changed, 270 insertions(+), 53 deletions(-) create mode 100644 gas/testsuite/gas/pe/reloc.d create mode 100644 gas/testsuite/gas/pe/reloc.s create mode 100644 ld/testsuite/ld-pe/reloc2.s create mode 100644 ld/testsuite/ld-pe/reloc2a.d create mode 100644 ld/testsuite/ld-pe/reloc2b.d create mode 100644 ld/testsuite/ld-pe/reloc2c.d