This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from c774eab1c8 C99 ld configury adds 53e123a578 Adjust location of readline in sim/erc32 adds a32a7fdc94 Automatic date update in version.in adds 043bcbaf81 [gdb/testsuite] Fix xfail handling in gdb.threads/gcore-thread.exp adds d811a7cf74 [gdb/tui] Fix len_without_escapes in tui-disasm.c adds bd3d1480a8 ld: warn about PE base relocations to sections above .reloc adds da0835aebe gas: missing (re-)initialization of local variable in fixup_ [...] adds eac4eb8ecb Fix a problem assembling AArch64 sources when a relocation i [...] adds 340d00fb78 [gdb/breakpoints] Workaround missing line-table entry adds 4db29512ce C99 NEWS and README adds a2e6677373 Return symbol from symbol_at_address_func adds e23446bf96 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/ChangeLog | 9 + binutils/NEWS | 2 + binutils/README | 33 +-- binutils/objdump.c | 6 +- gas/ChangeLog | 29 +++ gas/config/tc-aarch64.c | 320 ++++++++++++++++------------- gas/testsuite/gas/aarch64/pr27217.d | 15 ++ gas/testsuite/gas/aarch64/pr27217.s | 16 ++ gas/write.c | 3 +- gdb/ChangeLog | 12 ++ gdb/infcmd.c | 14 ++ gdb/testsuite/ChangeLog | 11 + gdb/testsuite/gdb.opt/inline-cmds.exp | 17 +- gdb/testsuite/gdb.threads/gcore-thread.exp | 20 +- gdb/tui/tui-disasm.c | 7 +- include/ChangeLog | 5 + include/dis-asm.h | 10 +- ld/ChangeLog | 5 + ld/pe-dll.c | 11 +- opcodes/ChangeLog | 6 + opcodes/dis-buf.c | 6 +- opcodes/s12z-dis.c | 25 +-- sim/erc32/ChangeLog | 5 + sim/erc32/configure | 2 +- sim/erc32/configure.ac | 2 +- 26 files changed, 380 insertions(+), 213 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/pr27217.d create mode 100644 gas/testsuite/gas/aarch64/pr27217.s