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 740a19d914a Binutils: Adding new testcase for addr2line. new c60b3806799 aarch64-pe support for LD, GAS and BFD
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/Makefile.am | 2 + bfd/Makefile.in | 1 + bfd/archures.c | 1 + bfd/bfd-in2.h | 1 + bfd/bfd.c | 1 + bfd/coff-aarch64.c | 168 ++++++++++++++++++++++++++++++------ bfd/config.bfd | 16 +++- bfd/configure | 3 +- bfd/configure.ac | 3 +- bfd/cpu-aarch64.c | 35 +++++--- bfd/{pei-aarch64.c => pe-aarch64.c} | 21 +++-- bfd/pei-aarch64.c | 2 +- bfd/peicode.h | 2 + bfd/po/SRC-POTFILES.in | 1 + bfd/targets.c | 6 +- gas/config/obj-coff.h | 4 + gas/config/tc-aarch64.c | 49 ++++++++--- gas/config/tc-aarch64.h | 18 ++-- gas/config/te-pepaarch64.h | 29 +++++++ gas/configure.tgt | 2 +- gas/testsuite/gas/pe/pe-aarch64.d | 14 +++ gas/testsuite/gas/pe/pe-aarch64.s | 11 +++ gas/testsuite/gas/pe/pe.exp | 6 ++ gdb/coff-pe-read.c | 8 +- include/coff/aarch64.h | 22 +++++ ld/Makefile.am | 1 + ld/Makefile.in | 1 + ld/configure.tgt | 6 +- ld/emulparams/aarch64pe.sh | 9 ++ ld/emultempl/pep.em | 10 ++- ld/pe-dll.c | 44 ++++++++-- ld/pep-dll-aarch64.c | 23 +++++ ld/pep-dll-x86_64.c | 22 +++++ ld/pep-dll.c | 5 +- ld/testsuite/ld-pe/pe-aarch64.d | 16 ++++ ld/testsuite/ld-pe/pe-aarch64.s | 11 +++ ld/testsuite/ld-pe/pe.exp | 5 ++ 37 files changed, 483 insertions(+), 96 deletions(-) copy bfd/{pei-aarch64.c => pe-aarch64.c} (85%) create mode 100644 gas/config/te-pepaarch64.h create mode 100644 gas/testsuite/gas/pe/pe-aarch64.d create mode 100644 gas/testsuite/gas/pe/pe-aarch64.s create mode 100644 ld/emulparams/aarch64pe.sh create mode 100644 ld/pep-dll-aarch64.c create mode 100644 ld/pep-dll-x86_64.c create mode 100644 ld/testsuite/ld-pe/pe-aarch64.d create mode 100644 ld/testsuite/ld-pe/pe-aarch64.s