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 e0461db btrace, testsuite: fix assembly source file selection new 8769bc4 [Gold, aarch64] Implement some AArch64 relocs.
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: gold/aarch64-reloc-property.cc | 46 +++++++++++++--- gold/aarch64-reloc.def | 14 +++++ gold/aarch64.cc | 51 ++++++++++++++++++ gold/testsuite/Makefile.am | 13 +++++ gold/testsuite/Makefile.in | 19 +++++-- gold/testsuite/aarch64_globals.s | 11 ++++ gold/testsuite/aarch64_relocs.s | 45 ++++++++++++++++ gold/testsuite/aarch64_relocs.sh | 110 +++++++++++++++++++++++++++++++++++++++ 8 files changed, 300 insertions(+), 9 deletions(-) create mode 100644 gold/testsuite/aarch64_globals.s create mode 100644 gold/testsuite/aarch64_relocs.s create mode 100644 gold/testsuite/aarch64_relocs.sh