This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_debug in repository toolchain/ci/binutils-gdb.
from 4d3af74a38 Automatic date update in version.in adds e1fbfba5a5 gnu-nat.c: fix calls to add_info_alias adds 9f6148cb85 gdb: more compile fixes for gnu-nat.c adds 2990bf4096 Update bug reporting address adds 0c3e266dc2 binutils debuginfod test adds b69c9d41e8 AArch64: Add support for AArch64 EFI (efi-*-aarch64). adds 7c26f8da3d configure.ac: Check for the readline.h explicitly new 95db489df6 Automatic date update in version.in
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 | 12 +- bfd/README | 2 +- bfd/bfd.c | 1 + bfd/coff-aarch64.c | 166 +++++++++++++++++++++ bfd/coffcode.h | 19 ++- bfd/config.bfd | 4 +- bfd/configure | 3 +- bfd/configure.ac | 3 +- bfd/libpei.h | 36 +++++ bfd/peXXigen.c | 43 +++--- bfd/pei-aarch64.c | 75 ++++++++++ bfd/peicode.h | 20 ++- bfd/po/Make-in | 4 +- bfd/targets.c | 2 + bfd/version.h | 2 +- binutils/NEWS | 3 + binutils/objcopy.c | 7 + binutils/po/Make-in | 2 +- .../binutils-all/aarch64/pei-aarch64-little.d | 16 ++ .../binutils-all/aarch64/pei-aarch64-little.s | 42 ++++++ binutils/testsuite/binutils-all/debuginfod.exp | 3 +- gas/README | 6 +- gas/po/Make-in | 2 +- gdb/config.in | 3 + gdb/configure | 17 +++ gdb/configure.ac | 4 + gdb/gnu-nat.c | 49 +++--- gold/po/Make-in | 2 +- gprof/po/Make-in | 2 +- include/coff/aarch64.h | 63 ++++++++ include/coff/pe.h | 1 + ld/po/Make-in | 4 +- opcodes/po/Make-in | 2 +- 35 files changed, 561 insertions(+), 69 deletions(-) create mode 100644 bfd/coff-aarch64.c create mode 100644 bfd/pei-aarch64.c create mode 100644 binutils/testsuite/binutils-all/aarch64/pei-aarch64-little.d create mode 100644 binutils/testsuite/binutils-all/aarch64/pei-aarch64-little.s create mode 100644 include/coff/aarch64.h