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 a7e3d08a26 Automatic date update in version.in adds d73b58f4b1 Enable building the s12z target on Solaris hosts where REG_Y [...] adds a65b5de624 [ARM][gas] fix build breakage with gcc-10 by using correct e [...] adds 0db131fb83 AArch64: Set the correct ELF class for AArch64 stubs (PR/25210) adds 6655dba246 Add support for the GBZ80, Z180, and eZ80 variants of the Z8 [...] adds 6687b129bc Automatic date update in version.in adds 8133c7dce6 Remove stale references to Cell BE adds 6e2118f588 Add myself to gdb/MAINTAINERS adds 4bb7a87e74 Mach-O: misc build adjustments adds f4950f76fa Arm64: correct 64-bit element fmmla encoding adds 8c45011acd Arm64: correct uzp{1,2} mnemonics adds 567dfba2be Arm64: correct {su,us}dot SIMD encodings adds 5437a02abc Arm64: correct address index operands for LD1RO{H,W,D} adds b26a3d5827 Fix ld/PR25316 for the ia64 target by refusing to support bi [...] adds dc9bd8c92a For PE format files, the base relocation table is necessary [...] adds a2322019f5 Updated Swedish translation for the GAS subdirectory. adds 7a0fb7be96 Fix potential illegal memory access failures in the BFD libr [...] adds f2a3559d54 Fix potential illegal memory access when parsing a corrupt P [...] adds 16d8767399 Allow individual targets to decide if string escapes should [...] adds 25057eb004 windows_clear_solib memory leak adds 44f81a7654 solib_target_free_so memory leak adds 6ec1d75e05 Ensure GDB warnings are styled. adds 5ffd5873e6 Automatic date update in version.in new 991fb595e3 coff: free malloc'd memory on successful target match too new 2e98c6c5c5 ubsan: d30v: left shift cannot be represented in type 'int' new 2c5c119630 ubsan: crx: left shift cannot be represented in type 'int' new 5f57d4ecf5 ubsan: cr16: left shift cannot be represented in type 'int' new c9ae58fe32 ubsan: m32r: left shift of negative value new f24bdec486 mmo tdata leak new ea933f17c3 Release bfd_alloc memory in bfd_check_format_matches
The 7 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 | 77 + bfd/Makefile.am | 2 + bfd/Makefile.in | 3 + bfd/archures.c | 10 +- bfd/bfd-in2.h | 28 +- bfd/coff-z80.c | 362 +- bfd/coffcode.h | 10 +- bfd/coffgen.c | 3 + bfd/config.bfd | 9 +- bfd/configure | 1 + bfd/configure.ac | 1 + bfd/cpu-z80.c | 19 +- bfd/elf-properties.c | 2 + bfd/elf32-arm.c | 11 +- bfd/elf32-z80.c | 380 ++ bfd/elfnn-aarch64.c | 4 + bfd/elfnn-ia64.c | 11 +- bfd/format.c | 50 +- bfd/libbfd.h | 6 + bfd/mach-o.c | 45 +- bfd/mmo.c | 2 +- bfd/pef.c | 13 +- bfd/po/SRC-POTFILES.in | 1 + bfd/po/bfd.pot | 3308 ++++++------ bfd/reloc.c | 24 + bfd/targets.c | 2 + bfd/version.h | 2 +- binutils/ChangeLog | 5 + binutils/od-macho.c | 2 +- binutils/po/binutils.pot | 3861 +++++++------- binutils/readelf.c | 29 + cpu/ChangeLog | 5 + cpu/m32r.cpu | 6 +- gas/ChangeLog | 99 + gas/NEWS | 10 + gas/app.c | 4 +- gas/as.h | 4 + gas/config/tc-arm.c | 2 +- gas/config/tc-ppc.h | 2 +- gas/config/tc-z80.c | 2499 +++++++-- gas/config/tc-z80.h | 15 +- gas/doc/as.texi | 47 +- gas/doc/c-z80.texi | 117 +- gas/po/gas.pot | 6552 +++++++++++++----------- gas/po/sv.po | 589 +-- gas/read.c | 4 +- gas/testsuite/gas/aarch64/f64mm.d | 36 +- gas/testsuite/gas/aarch64/f64mm.s | 32 +- gas/testsuite/gas/aarch64/i8mm.d | 32 +- gas/testsuite/gas/aarch64/i8mm.s | 8 + gas/testsuite/gas/aarch64/sve-movprfx-mm.d | 2 +- gas/testsuite/gas/all/cond.l | 16 +- gas/testsuite/gas/all/cond.s | 16 +- gas/testsuite/gas/all/fwdexp.d | 2 +- gas/testsuite/gas/all/fwdexp.s | 4 +- gas/testsuite/gas/elf/section2.e-mips | 2 +- gas/testsuite/gas/elf/section2.l | 4 +- gas/testsuite/gas/elf/section2.s | 4 +- gas/testsuite/gas/macros/app1.d | 4 +- gas/testsuite/gas/macros/app1.s | 8 +- gas/testsuite/gas/macros/app2.d | 4 +- gas/testsuite/gas/macros/app2.s | 8 +- gas/testsuite/gas/macros/app3.d | 6 +- gas/testsuite/gas/macros/app3.s | 12 +- gas/testsuite/gas/macros/app4.d | 6 +- gas/testsuite/gas/macros/app4.s | 8 +- gas/testsuite/gas/macros/app4b.s | 8 +- gas/testsuite/gas/z80/colonless.d | 21 + gas/testsuite/gas/z80/colonless.s | 14 + gas/testsuite/gas/z80/data.d | 16 + gas/testsuite/gas/z80/data.s | 13 + gas/testsuite/gas/z80/dollar.d | 8 + gas/testsuite/gas/z80/dollar.s | 17 + gas/testsuite/gas/z80/ez80_adl_all.d | 961 ++++ gas/testsuite/gas/z80/ez80_adl_all.s | 1000 ++++ gas/testsuite/gas/z80/ez80_adl_suf.d | 314 ++ gas/testsuite/gas/z80/ez80_isuf.s | 318 ++ gas/testsuite/gas/z80/ez80_z80_all.d | 957 ++++ gas/testsuite/gas/z80/ez80_z80_all.s | 994 ++++ gas/testsuite/gas/z80/ez80_z80_suf.d | 314 ++ gas/testsuite/gas/z80/fp_math48.d | 23 + gas/testsuite/gas/z80/fp_math48.s | 39 + gas/testsuite/gas/z80/fp_zeda32.d | 13 + gas/testsuite/gas/z80/fp_zeda32.s | 26 + gas/testsuite/gas/z80/r800_extra.d | 16 + gas/testsuite/gas/z80/r800_extra.s | 13 + gas/testsuite/gas/z80/r800_ii8.d | 110 + gas/testsuite/gas/z80/r800_z80_doc.d | 706 +++ gas/testsuite/gas/z80/sdcc.d | 152 + gas/testsuite/gas/z80/sdcc.s | 167 + gas/testsuite/gas/z80/set.d | 8 + gas/testsuite/gas/z80/set.s | 11 + gas/testsuite/gas/z80/strings.d | 14 + gas/testsuite/gas/z80/strings.s | 9 + gas/testsuite/gas/z80/suffix.d | 2 +- gas/testsuite/gas/z80/z180.d | 42 + gas/testsuite/gas/z80/z180.s | 50 + gas/testsuite/gas/z80/z180_z80_doc.d | 707 +++ gas/testsuite/gas/z80/z80.exp | 48 + gas/testsuite/gas/z80/z80_doc.d | 705 +++ gas/testsuite/gas/z80/z80_doc.s | 699 +++ gas/testsuite/gas/z80/z80_ii8.d | 109 + gas/testsuite/gas/z80/z80_ii8.s | 123 + gas/testsuite/gas/z80/z80_in_f_c.d | 10 + gas/testsuite/gas/z80/z80_in_f_c.s | 4 + gas/testsuite/gas/z80/z80_op_ii_ld.d | 345 ++ gas/testsuite/gas/z80/z80_op_ii_ld.s | 350 ++ gas/testsuite/gas/z80/z80_out_c_0.d | 10 + gas/testsuite/gas/z80/z80_out_c_0.s | 3 + gas/testsuite/gas/z80/z80_reloc.d | 27 + gas/testsuite/gas/z80/z80_reloc.s | 34 + gas/testsuite/gas/z80/z80_sli.d | 29 + gas/testsuite/gas/z80/z80_sli.s | 28 + gdb/ChangeLog | 31 + gdb/MAINTAINERS | 1 + gdb/main.c | 3 +- gdb/proc-service.c | 5 +- gdb/solib-target.c | 10 +- gdb/target.h | 9 +- gdb/testsuite/ChangeLog | 4 + gdb/testsuite/gdb.base/style.exp | 6 + gdb/top.c | 16 +- gdb/ui-file.c | 4 +- gdb/windows-nat.c | 9 +- gprof/po/gprof.pot | 40 +- include/ChangeLog | 8 + include/coff/internal.h | 6 + include/elf/z80.h | 52 + include/opcode/s12z.h | 24 +- ld/ChangeLog | 47 + ld/Makefile.am | 2 + ld/Makefile.in | 3 + ld/NEWS | 7 + ld/configure.tgt | 3 + ld/emulparams/elf32z80.sh | 22 + ld/emultempl/aarch64elf.em | 2 +- ld/emultempl/pe.em | 7 + ld/emultempl/pep.em | 11 +- ld/emultempl/z80.em | 79 +- ld/emultempl/z80elf.em | 133 + ld/ld.texi | 8 + ld/pe-dll.c | 35 +- ld/pe-dll.h | 1 + ld/pep-dll.c | 1 + ld/pep-dll.h | 1 + ld/po/BLD-POTFILES.in | 1 + ld/po/ld.pot | 6031 ++++++++-------------- ld/scripttempl/z80.sc | 32 +- ld/testsuite/ld-aarch64/aarch64-elf.exp | 1 + ld/testsuite/ld-aarch64/erratum835769-843419.d | 54 + ld/testsuite/ld-elf/comm-data4.s | 6 +- ld/testsuite/ld-elf/comm-data5.s | 6 +- ld/testsuite/ld-scripts/fill16.d | 2 + ld/testsuite/ld-z80/arch_default.d | 11 + ld/testsuite/ld-z80/arch_ez80_adl.d | 11 + ld/testsuite/ld-z80/arch_ez80_z80.d | 11 + ld/testsuite/ld-z80/arch_r800.d | 11 + ld/testsuite/ld-z80/arch_z180.d | 11 + ld/testsuite/ld-z80/arch_z80.d | 11 + ld/testsuite/ld-z80/comb_arch_ez80_z80.d | 11 + ld/testsuite/ld-z80/comb_arch_z180_z80.d | 11 + ld/testsuite/ld-z80/comb_arch_z80_ez80.d | 11 + ld/testsuite/ld-z80/comb_arch_z80_z180.d | 11 + ld/testsuite/ld-z80/dummy1.s | 6 + ld/testsuite/ld-z80/dummy2.s | 5 + ld/testsuite/ld-z80/jr.s | 58 + ld/testsuite/ld-z80/jr_b.d | 51 + ld/testsuite/ld-z80/jr_f.d | 70 + ld/testsuite/ld-z80/labels.s | 43 + ld/testsuite/ld-z80/relocs.s | 81 + ld/testsuite/ld-z80/relocs_b_ez80.d | 60 + ld/testsuite/ld-z80/relocs_b_z80.d | 60 + ld/testsuite/ld-z80/relocs_f_ez80.d | 78 + ld/testsuite/ld-z80/relocs_f_z80.d | 79 + ld/testsuite/ld-z80/z80.exp | 33 + opcodes/ChangeLog | 42 + opcodes/aarch64-dis-2.c | 94 +- opcodes/aarch64-tbl.h | 20 +- opcodes/cr16-dis.c | 3 +- opcodes/crx-dis.c | 2 +- opcodes/d30v-dis.c | 18 +- opcodes/m32r-ibld.c | 6 +- opcodes/po/opcodes.pot | 782 +-- opcodes/z80-dis.c | 624 ++- 184 files changed, 25109 insertions(+), 11978 deletions(-) create mode 100644 bfd/elf32-z80.c create mode 100644 gas/testsuite/gas/z80/colonless.d create mode 100644 gas/testsuite/gas/z80/colonless.s create mode 100644 gas/testsuite/gas/z80/data.d create mode 100644 gas/testsuite/gas/z80/data.s create mode 100644 gas/testsuite/gas/z80/dollar.d create mode 100644 gas/testsuite/gas/z80/dollar.s create mode 100644 gas/testsuite/gas/z80/ez80_adl_all.d create mode 100644 gas/testsuite/gas/z80/ez80_adl_all.s create mode 100644 gas/testsuite/gas/z80/ez80_adl_suf.d create mode 100644 gas/testsuite/gas/z80/ez80_isuf.s create mode 100644 gas/testsuite/gas/z80/ez80_z80_all.d create mode 100644 gas/testsuite/gas/z80/ez80_z80_all.s create mode 100644 gas/testsuite/gas/z80/ez80_z80_suf.d create mode 100644 gas/testsuite/gas/z80/fp_math48.d create mode 100644 gas/testsuite/gas/z80/fp_math48.s create mode 100644 gas/testsuite/gas/z80/fp_zeda32.d create mode 100644 gas/testsuite/gas/z80/fp_zeda32.s create mode 100644 gas/testsuite/gas/z80/r800_extra.d create mode 100644 gas/testsuite/gas/z80/r800_extra.s create mode 100644 gas/testsuite/gas/z80/r800_ii8.d create mode 100644 gas/testsuite/gas/z80/r800_z80_doc.d create mode 100644 gas/testsuite/gas/z80/sdcc.d create mode 100644 gas/testsuite/gas/z80/sdcc.s create mode 100644 gas/testsuite/gas/z80/set.d create mode 100644 gas/testsuite/gas/z80/set.s create mode 100644 gas/testsuite/gas/z80/strings.d create mode 100644 gas/testsuite/gas/z80/strings.s create mode 100644 gas/testsuite/gas/z80/z180.d create mode 100644 gas/testsuite/gas/z80/z180.s create mode 100644 gas/testsuite/gas/z80/z180_z80_doc.d create mode 100644 gas/testsuite/gas/z80/z80_doc.d create mode 100644 gas/testsuite/gas/z80/z80_doc.s create mode 100644 gas/testsuite/gas/z80/z80_ii8.d create mode 100644 gas/testsuite/gas/z80/z80_ii8.s create mode 100644 gas/testsuite/gas/z80/z80_in_f_c.d create mode 100644 gas/testsuite/gas/z80/z80_in_f_c.s create mode 100644 gas/testsuite/gas/z80/z80_op_ii_ld.d create mode 100644 gas/testsuite/gas/z80/z80_op_ii_ld.s create mode 100644 gas/testsuite/gas/z80/z80_out_c_0.d create mode 100644 gas/testsuite/gas/z80/z80_out_c_0.s create mode 100644 gas/testsuite/gas/z80/z80_reloc.d create mode 100644 gas/testsuite/gas/z80/z80_reloc.s create mode 100644 gas/testsuite/gas/z80/z80_sli.d create mode 100644 gas/testsuite/gas/z80/z80_sli.s create mode 100644 include/elf/z80.h create mode 100644 ld/emulparams/elf32z80.sh create mode 100644 ld/emultempl/z80elf.em create mode 100644 ld/testsuite/ld-aarch64/erratum835769-843419.d create mode 100644 ld/testsuite/ld-z80/arch_default.d create mode 100644 ld/testsuite/ld-z80/arch_ez80_adl.d create mode 100644 ld/testsuite/ld-z80/arch_ez80_z80.d create mode 100644 ld/testsuite/ld-z80/arch_r800.d create mode 100644 ld/testsuite/ld-z80/arch_z180.d create mode 100644 ld/testsuite/ld-z80/arch_z80.d create mode 100644 ld/testsuite/ld-z80/comb_arch_ez80_z80.d create mode 100644 ld/testsuite/ld-z80/comb_arch_z180_z80.d create mode 100644 ld/testsuite/ld-z80/comb_arch_z80_ez80.d create mode 100644 ld/testsuite/ld-z80/comb_arch_z80_z180.d create mode 100644 ld/testsuite/ld-z80/dummy1.s create mode 100644 ld/testsuite/ld-z80/dummy2.s create mode 100644 ld/testsuite/ld-z80/jr.s create mode 100644 ld/testsuite/ld-z80/jr_b.d create mode 100644 ld/testsuite/ld-z80/jr_f.d create mode 100644 ld/testsuite/ld-z80/labels.s create mode 100644 ld/testsuite/ld-z80/relocs.s create mode 100644 ld/testsuite/ld-z80/relocs_b_ez80.d create mode 100644 ld/testsuite/ld-z80/relocs_b_z80.d create mode 100644 ld/testsuite/ld-z80/relocs_f_ez80.d create mode 100644 ld/testsuite/ld-z80/relocs_f_z80.d create mode 100644 ld/testsuite/ld-z80/z80.exp