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 38190b2f010 gdb/dwarf2: Fix 'rw_pieced_value' for values casted to diff [...] new 5093b5a5e7e Fix size of external_reloc for pe-aarch64 new b152649d51b Add pe-aarch64 relocations new 528e4f463f5 Add .secrel32 for pe-aarch64 new 16fea92ccd9 Add aarch64-w64-mingw32 target new 7697bc65234 gas: Restore tc_pe_dwarf2_emit_offset for pe-aarch64 new 066620dcfb9 Fix bug in 'say_where' transform
The 6 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-aarch64.c | 723 +++++++++++++++++++++++++++++++++++++- bfd/config.bfd | 10 +- bfd/peicode.h | 2 +- binutils/configure | 10 + binutils/configure.ac | 10 + binutils/dlltool.c | 57 ++- binutils/rescoff.c | 3 + gas/config/tc-aarch64.c | 110 ++++-- gas/config/tc-aarch64.h | 9 + gas/configure.tgt | 2 +- gas/testsuite/gas/pe/pe-aarch64.d | 230 +++++++++++- gas/testsuite/gas/pe/pe-aarch64.s | 162 ++++++++- gas/testsuite/gas/pe/pe.exp | 2 +- gdb/breakpoint.c | 4 +- include/coff/aarch64.h | 3 +- ld/configure.tgt | 4 +- ld/emultempl/pep.em | 11 +- ld/pe-dll.c | 12 +- ld/testsuite/ld-pe/aarch64.d | 158 +++++++++ ld/testsuite/ld-pe/aarch64a.s | 159 +++++++++ ld/testsuite/ld-pe/aarch64b.s | 8 + ld/testsuite/ld-pe/pe-aarch64.d | 13 +- ld/testsuite/ld-pe/pe.exp | 14 +- ld/testsuite/ld-scripts/weak.exp | 1 + 24 files changed, 1623 insertions(+), 94 deletions(-) create mode 100644 ld/testsuite/ld-pe/aarch64.d create mode 100644 ld/testsuite/ld-pe/aarch64a.s create mode 100644 ld/testsuite/ld-pe/aarch64b.s