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-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from f2cddbe51a Automatic date update in version.in adds 6e67e6b05a csky bfd.h tidy adds 7beeaeb8c6 mips bfd.h tidy adds d48d68b618 v850 bfd.h tidy adds 3352ae9900 ia64 bfd.h tidy adds ca437b1b5f h8300 bfd.h tidy adds c348479ddd tic54x bfd.h tidy adds a8bfaadbb4 aarch64 bfd.h tidy adds 79c2ce54e1 tic6x bfd.h tidy adds f37164d78b arm bfd.h tidy adds aa739c59d3 coff bfd.h tidy adds 6ea7de3237 xcoff bfd.h tidy adds 530f61204c obsoleted bfd.h tidy adds ca05ca5e2d cr16 bfd.h tidy adds 8410a6589d bfin bfd.h tidy adds f5c5b7c124 m68k bfd.h tidy adds 0b4453c791 elf bfd.h tidy adds 0ba9378a2a ecoff bfd.h tidy adds 640197ac27 linker bfd.h tidy adds b06252c2b1 bfd Makefile update adds 6831670dd3 implicit conversion from enum ld_plugin_level to enum ld_plu [...] adds ec73ddcd43 PowerPC64 dynamic symbol tweaks adds 4a41f3face ld-plugin/pr24406-1.c: Correct buffer size to read adds f945dedfd3 Make ada_decode not use a static buffer adds ddd44b7053 sim: Add PRU simulator port adds e2e9097bd2 Add testsuite for the PRU simulator port adds 32a1adcccf gdb/readline: fix use of an undefined variable adds 627d4cc254 gdb/readline: Fix date in last ChangeLog entry adds 3868d2e9f1 Automatic date update in version.in adds 5d33705c7b Fix building gold with gcc-10. adds e449ea97eb [ARM]: Modify assembler to accept floating and signless data [...] adds 352f6bc3e5 PR25031, nm reports wrong address on 32bit adds e8f8842d90 Arm: Fix out of range conditional branch (PR/24991) adds 3d4352200e [gdb/tdep] Handle mxcsr kernel bug on Intel Skylake CPUs new 33637ecac8 Automatic date update in version.in
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: bfd/ChangeLog | 158 +++++ bfd/Makefile.am | 32 +- bfd/Makefile.in | 27 +- bfd/bfd-in.h | 521 +------------- bfd/bfd-in2.h | 521 +------------- bfd/coff-arm.c | 2 + bfd/{elf32-tic6x.h => coff-arm.h} | 31 +- bfd/coff-bfd.h | 3 + bfd/coff-rs6000.c | 14 - bfd/coff-tic54x.c | 4 +- bfd/cpu-aarch64.c | 1 + bfd/cpu-aarch64.h | 25 + bfd/cpu-arm.c | 1 + bfd/{elf32-tic6x.h => cpu-arm.h} | 35 +- bfd/cpu-h8300.c | 1 + bfd/{elf32-tic6x.h => cpu-h8300.h} | 28 +- bfd/cpu-m68k.c | 1 + bfd/{elf32-tic6x.h => cpu-m68k.h} | 27 +- bfd/ecoff-bfd.h | 59 ++ bfd/ecoff.c | 1 + bfd/ecofflink.c | 1 + bfd/elf-bfd.h | 62 ++ bfd/elf32-arm.c | 2 + bfd/elf32-arm.h | 121 ++++ bfd/elf32-bfin.c | 1 + bfd/{elf32-tic6x.h => elf32-bfin.h} | 29 +- bfd/elf32-cr16.c | 1 + bfd/elf32-cr16.h | 22 + bfd/elf32-csky.c | 1 + bfd/{elf32-tic6x.h => elf32-csky.h} | 36 +- bfd/elf32-h8300.c | 1 + bfd/elf32-m68k.c | 2 + bfd/{elf32-tic6x.h => elf32-m68k.h} | 29 +- bfd/elf32-tic6x.h | 5 + bfd/elf32-v850.c | 1 + bfd/{elf32-tic6x.h => elf32-v850.h} | 29 +- bfd/elf64-alpha.c | 1 + bfd/elf64-ppc.c | 67 +- bfd/elfnn-aarch64.c | 1 + bfd/elfxx-aarch64.h | 78 +++ bfd/elfxx-ia64.h | 7 + bfd/elfxx-mips.c | 1 + bfd/elfxx-mips.h | 3 + bfd/pe-arm-wince.c | 17 +- bfd/pe-arm.c | 21 +- bfd/po/SRC-POTFILES.in | 46 ++ bfd/version.h | 2 +- bfd/xcofflink.c | 1 + bfd/xcofflink.h | 41 ++ binutils/ChangeLog | 12 + binutils/dlltool.c | 1 + binutils/nm.c | 104 ++- gas/ChangeLog | 20 + gas/config/obj-ecoff.c | 1 + gas/config/obj-elf.c | 1 + gas/config/tc-arm.c | 34 +- gas/testsuite/gas/arm/mve-vldr-bad-3.l | 34 + gas/testsuite/gas/arm/mve-vldr-bad-3.s | 13 +- gas/testsuite/gas/arm/mve-vstrldr-1.d | 17 + gas/testsuite/gas/arm/mve-vstrldr-1.s | 13 + gas/testsuite/gas/arm/pr24991.d | 4 + gas/testsuite/gas/arm/pr24991.l | 2 + gas/testsuite/gas/arm/pr24991.s | 5 + gdb/ChangeLog | 26 + gdb/NEWS | 4 + gdb/ada-exp.y | 2 +- gdb/ada-lang.c | 63 +- gdb/ada-lang.h | 2 +- gdb/ada-varobj.c | 6 +- gdb/amd64-linux-nat.c | 6 + gdb/dwarf-index-write.c | 9 +- gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.arch/amd64-init-x87-values.exp | 19 +- gold/ChangeLog | 9 + gold/descriptors.cc | 1 + gold/testsuite/plugin_new_section_layout.c | 6 +- include/ChangeLog | 12 + include/bfdlink.h | 20 + ld/ChangeLog | 52 ++ ld/deffilep.y | 1 + ld/emultempl/aarch64elf.em | 1 + ld/emultempl/aix.em | 1 + ld/emultempl/armelf.em | 1 + ld/emultempl/bfin.em | 1 + ld/emultempl/cr16elf.em | 1 + ld/emultempl/cskyelf.em | 1 + ld/emultempl/ia64elf.em | 2 + ld/emultempl/irix.em | 7 +- ld/emultempl/m68kelf.em | 2 + ld/emultempl/pe.em | 23 +- ld/emultempl/v850elf.em | 1 + ld/ldelf.c | 1 + ld/ldelfgen.c | 1 + ld/ldver.c | 2 +- ld/mri.c | 1 + ld/testsuite/ld-plugin/pr24406-1.c | 2 +- opcodes/ChangeLog | 9 + opcodes/m68k-dis.c | 2 +- opcodes/mips-dis.c | 5 +- readline/ChangeLog.gdb | 6 + readline/display.c | 3 +- sim/ChangeLog | 6 + sim/MAINTAINERS | 1 + sim/common/ChangeLog | 5 + sim/common/gennltvals.sh | 4 + sim/common/nltvals.def | 31 + sim/configure | 8 + sim/configure.tgt | 3 + sim/pru/ChangeLog | 11 + sim/pru/Makefile.in | 29 + sim/{aarch64 => pru}/aclocal.m4 | 0 sim/{aarch64 => pru}/config.in | 0 sim/{avr => pru}/configure | 0 sim/pru/configure.ac | 31 + sim/pru/interp.c | 848 +++++++++++++++++++++++ sim/pru/pru.h | 110 +++ sim/pru/pru.isa | 249 +++++++ sim/pru/sim-main.h | 91 +++ sim/testsuite/ChangeLog | 4 + sim/testsuite/configure | 3 + sim/testsuite/sim/pru/ChangeLog | 13 + sim/testsuite/sim/pru/add.s | 40 ++ sim/testsuite/sim/pru/allinsn.exp | 33 + sim/testsuite/sim/pru/dmem-zero-pass.s | 29 + sim/testsuite/sim/pru/dmem-zero-trap.s | 32 + sim/testsuite/sim/pru/dram.s | 72 ++ sim/testsuite/sim/pru/jmp.s | 40 ++ sim/testsuite/sim/pru/loop-imm.s | 43 ++ sim/testsuite/sim/pru/loop-reg.s | 44 ++ sim/testsuite/sim/pru/mul.s | 89 +++ sim/testsuite/sim/pru/subreg.s | 40 ++ sim/testsuite/sim/pru/testutils.inc | 100 +++ 132 files changed, 3308 insertions(+), 1399 deletions(-) copy bfd/{elf32-tic6x.h => coff-arm.h} (61%) create mode 100644 bfd/cpu-aarch64.h copy bfd/{elf32-tic6x.h => cpu-arm.h} (56%) copy bfd/{elf32-tic6x.h => cpu-h8300.h} (61%) copy bfd/{elf32-tic6x.h => cpu-m68k.h} (61%) create mode 100644 bfd/ecoff-bfd.h create mode 100644 bfd/elf32-arm.h copy bfd/{elf32-tic6x.h => elf32-bfin.h} (61%) create mode 100644 bfd/elf32-cr16.h copy bfd/{elf32-tic6x.h => elf32-csky.h} (60%) copy bfd/{elf32-tic6x.h => elf32-m68k.h} (61%) copy bfd/{elf32-tic6x.h => elf32-v850.h} (61%) create mode 100644 bfd/xcofflink.h create mode 100644 gas/testsuite/gas/arm/pr24991.d create mode 100644 gas/testsuite/gas/arm/pr24991.l create mode 100644 gas/testsuite/gas/arm/pr24991.s create mode 100644 sim/pru/ChangeLog create mode 100644 sim/pru/Makefile.in copy sim/{aarch64 => pru}/aclocal.m4 (100%) copy sim/{aarch64 => pru}/config.in (100%) copy sim/{avr => pru}/configure (100%) create mode 100644 sim/pru/configure.ac create mode 100644 sim/pru/interp.c create mode 100644 sim/pru/pru.h create mode 100644 sim/pru/pru.isa create mode 100644 sim/pru/sim-main.h create mode 100644 sim/testsuite/sim/pru/ChangeLog create mode 100644 sim/testsuite/sim/pru/add.s create mode 100644 sim/testsuite/sim/pru/allinsn.exp create mode 100644 sim/testsuite/sim/pru/dmem-zero-pass.s create mode 100644 sim/testsuite/sim/pru/dmem-zero-trap.s create mode 100644 sim/testsuite/sim/pru/dram.s create mode 100644 sim/testsuite/sim/pru/jmp.s create mode 100644 sim/testsuite/sim/pru/loop-imm.s create mode 100644 sim/testsuite/sim/pru/loop-reg.s create mode 100644 sim/testsuite/sim/pru/mul.s create mode 100644 sim/testsuite/sim/pru/subreg.s create mode 100644 sim/testsuite/sim/pru/testutils.inc