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 8a8a1171237 Add generic tests for linker support of the -shared or -pie [...] new 09c1e68a162 AArch64: add GAS support for UDF instruction
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: binutils/ChangeLog | 6 + .../testsuite/binutils-all/aarch64/in-order-all.d | 6 +- .../binutils-all/aarch64/out-of-order-all.d | 6 +- gas/ChangeLog | 11 + gas/config/tc-aarch64.c | 4 +- gas/testsuite/gas/aarch64/udf-invalid.d | 3 + gas/testsuite/gas/aarch64/udf-invalid.l | 4 + gas/testsuite/gas/aarch64/udf-invalid.s | 6 + gas/testsuite/gas/aarch64/udf.d | 9 + gas/testsuite/gas/aarch64/udf.s | 5 + include/ChangeLog | 5 + include/opcode/aarch64.h | 1 + ld/ChangeLog | 7 + ld/testsuite/ld-aarch64/erratum843419_tls_ie.d | 4 +- ld/testsuite/ld-aarch64/farcall-b-section.d | 2 +- ld/testsuite/ld-aarch64/farcall-back.d | 2 +- ld/testsuite/ld-aarch64/farcall-bl-section.d | 2 +- opcodes/ChangeLog | 12 + opcodes/aarch64-asm-2.c | 769 ++-- opcodes/aarch64-dis-2.c | 3812 ++++++++++---------- opcodes/aarch64-opc-2.c | 53 +- opcodes/aarch64-opc.c | 3 + opcodes/aarch64-opc.h | 1 + opcodes/aarch64-tbl.h | 3 + opcodes/po/opcodes.pot | 365 +- 25 files changed, 2612 insertions(+), 2489 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/udf-invalid.d create mode 100644 gas/testsuite/gas/aarch64/udf-invalid.l create mode 100644 gas/testsuite/gas/aarch64/udf-invalid.s create mode 100644 gas/testsuite/gas/aarch64/udf.d create mode 100644 gas/testsuite/gas/aarch64/udf.s