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 4c3cb23cc00 Automatic date update in version.in new 31f6009538b bfd: Add support for LoongArch64 EFI (efi-*-loongarch64).
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/.gitignore | 1 + bfd/Makefile.am | 9 +- bfd/Makefile.in | 11 +- bfd/bfd.c | 1 + bfd/coff-loongarch64.c | 165 +++++++++++++++++++++ bfd/coffcode.h | 19 ++- bfd/config.bfd | 2 +- bfd/configure | 1 + bfd/configure.ac | 1 + bfd/libpei.h | 36 +++++ bfd/peXXigen.c | 49 +++--- bfd/pei-loongarch64.c | 75 ++++++++++ bfd/peicode.h | 21 ++- bfd/targets.c | 2 + .../binutils-all/loongarch64/loongarch64.exp | 30 ++++ .../binutils-all/loongarch64/pei-loongarch64.d | 15 ++ .../binutils-all/loongarch64/pei-loongarch64.s | 33 +++++ include/coff/loongarch64.h | 61 ++++++++ include/coff/pe.h | 1 + 19 files changed, 506 insertions(+), 27 deletions(-) create mode 100644 bfd/coff-loongarch64.c create mode 100644 bfd/pei-loongarch64.c create mode 100644 binutils/testsuite/binutils-all/loongarch64/loongarch64.exp create mode 100644 binutils/testsuite/binutils-all/loongarch64/pei-loongarch64.d create mode 100644 binutils/testsuite/binutils-all/loongarch64/pei-loongarch64.s create mode 100644 include/coff/loongarch64.h