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 d268bbaff7 Add myself as ft32 maintainer for sim. new 3b4b0a629a FT32: support for FT32B processor - part 1 new c2508e905f Remove simple_displaced_step_copy_insn
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 | 7 + bfd/bfd-in2.h | 1 + bfd/elf32-ft32.c | 14 ++ bfd/libbfd.h | 1 + bfd/reloc.c | 2 + gas/ChangeLog | 6 + gas/config/tc-ft32.c | 17 ++- gdb/ChangeLog | 12 ++ gdb/arch-utils.c | 21 --- gdb/arch-utils.h | 12 -- gdb/gdbarch.h | 4 - gdb/gdbarch.sh | 4 - gdb/i386-linux-tdep.c | 6 +- gdb/i386-tdep.c | 6 +- gdb/rs6000-tdep.c | 3 +- include/ChangeLog | 7 + include/elf/ft32.h | 1 + include/opcode/ft32.h | 389 +++++++++++++++++++++++++++++++++++++++++++++++++- opcodes/ChangeLog | 6 + opcodes/ft32-dis.c | 55 ++++--- opcodes/ft32-opc.c | 10 +- sim/ChangeLog | 4 + sim/ft32/interp.c | 18 ++- 23 files changed, 521 insertions(+), 85 deletions(-)