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 45d735237b Add a test case for skip with inlined functions new 62e6599087 ubsan: bpf: left shift cannot be represented in type 'DI' (a [...] new 5b660084e2 Remove tic80 support
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 | 16 + bfd/Makefile.am | 4 - bfd/Makefile.in | 6 - bfd/archures.c | 3 - bfd/bfd-in2.h | 1 - bfd/coff-tic80.c | 711 ---------------- bfd/coffcode.h | 23 +- bfd/coffswap.h | 6 - bfd/config.bfd | 5 - bfd/configure | 1 - bfd/configure.ac | 1 - bfd/cpu-tic80.c | 42 - bfd/po/SRC-POTFILES.in | 2 - bfd/targets.c | 2 - binutils/ChangeLog | 5 + binutils/testsuite/binutils-all/objcopy.exp | 1 - binutils/testsuite/binutils-all/objdump.exp | 2 +- cpu/ChangeLog | 4 + cpu/bpf.cpu | 4 +- gas/ChangeLog | 4 + gas/doc/as.texi | 2 +- include/ChangeLog | 5 + include/coff/tic80.h | 123 --- include/opcode/tic80.h | 283 ------- ld/ChangeLog | 9 + ld/Makefile.am | 2 - ld/Makefile.in | 3 - ld/configure.tgt | 3 - ld/emulparams/tic80coff.sh | 50 -- ld/po/BLD-POTFILES.in | 1 - ld/scripttempl/tic80coff.sc | 86 -- opcodes/ChangeLog | 16 + opcodes/Makefile.am | 2 - opcodes/Makefile.in | 4 - opcodes/bpf-ibld.c | 2 +- opcodes/configure | 1 - opcodes/configure.ac | 1 - opcodes/disassemble.c | 6 - opcodes/disassemble.h | 1 - opcodes/po/POTFILES.in | 2 - opcodes/tic80-dis.c | 315 ------- opcodes/tic80-opc.c | 1211 --------------------------- 42 files changed, 66 insertions(+), 2905 deletions(-) delete mode 100644 bfd/coff-tic80.c delete mode 100644 bfd/cpu-tic80.c delete mode 100644 include/coff/tic80.h delete mode 100644 include/opcode/tic80.h delete mode 100644 ld/emulparams/tic80coff.sh delete mode 100644 ld/scripttempl/tic80coff.sc delete mode 100644 opcodes/tic80-dis.c delete mode 100644 opcodes/tic80-opc.c