This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allmodconfig in repository toolchain/ci/binutils-gdb.
from 9e4d08bbf4 check_gc_sections_available: Mark z80 as not supported adds 5eb617a714 [2.34] Mention x86 assembler options to align branches adds 6eb1129ce0 gdb: Add myself as one of GDB maintainer adds b0999b9b45 gdb/testsuite: Avoid leaking a port number into results summary adds 1d5d29e73f gdb: Catch exceptions if the source file is not found adds 69b1ffdb01 sim/aarch64: Fix register ordering bug in blr (PR sim/25318) adds 3c83b08abf Automatic date update in version.in adds b7d0721677 ELF: Support the section flag 'o' in .section directive adds 5242a0a000 ld: Issue an error for GC on __patchable_function_entries section adds 9b538ba71f ELF: Discard a section if any of its linked-to sections has [...] adds e1104d08fe Silcence a compile time warning message building the binutil [...] adds 9984857cfd Stop the BFD library from complaining if a segment has no se [...] adds adb8754e48 pr25022.d: Xfail more targets without ldelf_before_place_orphans new 9fc0b501af Add support for the GBZ80 and Z80N variants of the Z80 archi [...] new e8319fde71 Update release making notes.
The 2 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/ChangeLog | 35 + bfd/archures.c | 17 +- bfd/bfd-in2.h | 24 +- bfd/coff-z80.c | 26 + bfd/coffcode.h | 2 + bfd/cpu-z80.c | 3 +- bfd/elf.c | 17 +- bfd/elf32-z80.c | 350 +++++++- bfd/elflink.c | 30 +- bfd/libbfd.h | 1 + bfd/reloc.c | 4 + bfd/section.c | 4 +- bfd/version.h | 2 +- binutils/ChangeLog | 16 + binutils/README-how-to-make-a-release | 3 + binutils/dwarf.c | 5 + binutils/readelf.c | 1 + gas/ChangeLog | 44 + gas/NEWS | 5 + gas/config/obj-elf.c | 52 +- gas/config/obj-elf.h | 1 + gas/config/tc-z80.c | 610 ++++++++++--- gas/config/tc-z80.h | 21 +- gas/doc/as.texi | 27 + gas/doc/c-z80.texi | 22 +- gas/testsuite/gas/elf/elf.exp | 4 + gas/testsuite/gas/elf/section18.d | 8 + gas/testsuite/gas/elf/section18.s | 13 + gas/testsuite/gas/elf/section19.d | 8 + gas/testsuite/gas/elf/section19.s | 13 + gas/testsuite/gas/elf/section20.d | 17 + gas/testsuite/gas/elf/section20.s | 13 + gas/testsuite/gas/elf/section21.d | 2 + gas/testsuite/gas/elf/section21.l | 5 + gas/testsuite/gas/elf/section21.s | 15 + gas/testsuite/gas/z80/gbz80_all.d | 514 +++++++++++ gas/testsuite/gas/z80/gbz80_all.s | 519 +++++++++++ gas/testsuite/gas/z80/z80.exp | 6 + gas/testsuite/gas/z80/z80n_all.d | 1208 +++++++++++++++++++++++++ gas/testsuite/gas/z80/z80n_all.s | 1242 ++++++++++++++++++++++++++ gas/testsuite/gas/z80/z80n_reloc.d | 10 + gdb/ChangeLog | 13 + gdb/MAINTAINERS | 1 + gdb/source-cache.c | 39 +- gdb/testsuite/ChangeLog | 10 + gdb/testsuite/gdb.server/multi-ui-errors.exp | 3 +- gdb/testsuite/gdb.tui/tui-missing-src.exp | 97 ++ gdb/tui/tui-source.c | 2 +- include/ChangeLog | 7 + include/coff/internal.h | 1 + include/elf/z80.h | 2 + ld/ChangeLog | 91 ++ ld/emulparams/elf32z80.sh | 2 +- ld/emultempl/aix.em | 1 + ld/emultempl/armcoff.em | 1 + ld/emultempl/beos.em | 1 + ld/emultempl/elf.em | 1 + ld/emultempl/generic.em | 1 + ld/emultempl/linux.em | 1 + ld/emultempl/msp430.em | 1 + ld/emultempl/pe.em | 1 + ld/emultempl/pep.em | 1 + ld/emultempl/ticoff.em | 1 + ld/emultempl/vanilla.em | 1 + ld/emultempl/z80.em | 215 ++--- ld/emultempl/z80elf.em | 133 --- ld/ldelf.c | 29 + ld/ldelf.h | 1 + ld/ldemul.c | 11 + ld/ldemul.h | 7 + ld/ldlang.c | 2 + ld/testsuite/ld-elf/elf.exp | 63 ++ ld/testsuite/ld-elf/pr22450.d | 1 + ld/testsuite/ld-elf/pr24526.d | 9 + ld/testsuite/ld-elf/pr24526.s | 13 + ld/testsuite/ld-elf/pr25021.d | 7 + ld/testsuite/ld-elf/pr25021.s | 22 + ld/testsuite/ld-elf/pr25022.d | 10 + ld/testsuite/ld-elf/pr25022.s | 11 + ld/testsuite/ld-elf/pr25022.t | 1 + ld/testsuite/ld-elf/pr25490-1.d | 3 + ld/testsuite/ld-elf/pr25490-1.s | 9 + ld/testsuite/ld-elf/pr25490-2-16.rd | 7 + ld/testsuite/ld-elf/pr25490-2-32.rd | 7 + ld/testsuite/ld-elf/pr25490-2-64.rd | 7 + ld/testsuite/ld-elf/pr25490-2.s | 9 + ld/testsuite/ld-elf/pr25490-3-16.rd | 7 + ld/testsuite/ld-elf/pr25490-3-32.rd | 7 + ld/testsuite/ld-elf/pr25490-3-64.rd | 7 + ld/testsuite/ld-elf/pr25490-3.s | 18 + ld/testsuite/ld-elf/pr25490-4-16.rd | 7 + ld/testsuite/ld-elf/pr25490-4-32.rd | 7 + ld/testsuite/ld-elf/pr25490-4-64.rd | 7 + ld/testsuite/ld-elf/pr25490-4.s | 20 + ld/testsuite/ld-elf/pr25490-5-16.rd | 7 + ld/testsuite/ld-elf/pr25490-5-32.rd | 7 + ld/testsuite/ld-elf/pr25490-5-64.rd | 7 + ld/testsuite/ld-elf/pr25490-5.s | 17 + ld/testsuite/ld-elf/pr25490-6-16.rd | 7 + ld/testsuite/ld-elf/pr25490-6-32.rd | 7 + ld/testsuite/ld-elf/pr25490-6-64.rd | 7 + ld/testsuite/ld-elf/pr25490-6.s | 30 + ld/testsuite/ld-elf/sec64k.exp | 8 + ld/testsuite/ld-unique/pr21529.s | 8 +- ld/testsuite/ld-unique/unique.d | 2 +- ld/testsuite/ld-unique/unique.s | 6 +- ld/testsuite/ld-unique/unique_empty.s | 2 +- ld/testsuite/ld-unique/unique_shared.s | 6 +- ld/testsuite/ld-z80/arch_z80n.d | 11 + ld/testsuite/ld-z80/comb_arch_z80_z80n.d | 11 + ld/testsuite/ld-z80/labels.s | 6 + ld/testsuite/ld-z80/relocs.s | 11 + ld/testsuite/ld-z80/relocs_f_z80n.d | 86 ++ opcodes/ChangeLog | 5 + opcodes/z80-dis.c | 173 +++- sim/aarch64/ChangeLog | 6 + sim/aarch64/simulator.c | 7 +- 117 files changed, 5785 insertions(+), 507 deletions(-) create mode 100644 gas/testsuite/gas/elf/section18.d create mode 100644 gas/testsuite/gas/elf/section18.s create mode 100644 gas/testsuite/gas/elf/section19.d create mode 100644 gas/testsuite/gas/elf/section19.s create mode 100644 gas/testsuite/gas/elf/section20.d create mode 100644 gas/testsuite/gas/elf/section20.s create mode 100644 gas/testsuite/gas/elf/section21.d create mode 100644 gas/testsuite/gas/elf/section21.l create mode 100644 gas/testsuite/gas/elf/section21.s create mode 100644 gas/testsuite/gas/z80/gbz80_all.d create mode 100644 gas/testsuite/gas/z80/gbz80_all.s create mode 100644 gas/testsuite/gas/z80/z80n_all.d create mode 100644 gas/testsuite/gas/z80/z80n_all.s create mode 100644 gas/testsuite/gas/z80/z80n_reloc.d create mode 100644 gdb/testsuite/gdb.tui/tui-missing-src.exp delete mode 100644 ld/emultempl/z80elf.em create mode 100644 ld/testsuite/ld-elf/pr24526.d create mode 100644 ld/testsuite/ld-elf/pr24526.s create mode 100644 ld/testsuite/ld-elf/pr25021.d create mode 100644 ld/testsuite/ld-elf/pr25021.s create mode 100644 ld/testsuite/ld-elf/pr25022.d create mode 100644 ld/testsuite/ld-elf/pr25022.s create mode 100644 ld/testsuite/ld-elf/pr25022.t create mode 100644 ld/testsuite/ld-elf/pr25490-1.d create mode 100644 ld/testsuite/ld-elf/pr25490-1.s create mode 100644 ld/testsuite/ld-elf/pr25490-2-16.rd create mode 100644 ld/testsuite/ld-elf/pr25490-2-32.rd create mode 100644 ld/testsuite/ld-elf/pr25490-2-64.rd create mode 100644 ld/testsuite/ld-elf/pr25490-2.s create mode 100644 ld/testsuite/ld-elf/pr25490-3-16.rd create mode 100644 ld/testsuite/ld-elf/pr25490-3-32.rd create mode 100644 ld/testsuite/ld-elf/pr25490-3-64.rd create mode 100644 ld/testsuite/ld-elf/pr25490-3.s create mode 100644 ld/testsuite/ld-elf/pr25490-4-16.rd create mode 100644 ld/testsuite/ld-elf/pr25490-4-32.rd create mode 100644 ld/testsuite/ld-elf/pr25490-4-64.rd create mode 100644 ld/testsuite/ld-elf/pr25490-4.s create mode 100644 ld/testsuite/ld-elf/pr25490-5-16.rd create mode 100644 ld/testsuite/ld-elf/pr25490-5-32.rd create mode 100644 ld/testsuite/ld-elf/pr25490-5-64.rd create mode 100644 ld/testsuite/ld-elf/pr25490-5.s create mode 100644 ld/testsuite/ld-elf/pr25490-6-16.rd create mode 100644 ld/testsuite/ld-elf/pr25490-6-32.rd create mode 100644 ld/testsuite/ld-elf/pr25490-6-64.rd create mode 100644 ld/testsuite/ld-elf/pr25490-6.s create mode 100644 ld/testsuite/ld-z80/arch_z80n.d create mode 100644 ld/testsuite/ld-z80/comb_arch_z80_z80n.d create mode 100644 ld/testsuite/ld-z80/relocs_f_z80n.d