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 142861dfd5 x86: support further AMD Zen2 instructions new 984b909a23 Order targets in ld/configure.tgt new 595d3787e9 Remove CR16C 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 | 4 - bfd/bfd-in2.h | 44 -- bfd/config.bfd | 6 +- bfd/configure | 1 - bfd/configure.ac | 1 - bfd/cpu-cr16c.c | 41 -- bfd/elf32-cr16c.c | 963 ------------------------------------------- bfd/libbfd.h | 40 -- bfd/po/SRC-POTFILES.in | 2 - bfd/reloc.c | 82 ---- bfd/targets.c | 2 - include/ChangeLog | 4 + include/elf/cr16c.h | 258 ------------ ld/ChangeLog | 14 + ld/Makefile.am | 2 - ld/Makefile.in | 3 - ld/NEWS | 2 + ld/configure.tgt | 197 +++++---- ld/emulparams/elf32cr16c.sh | 5 - ld/po/BLD-POTFILES.in | 1 - ld/scripttempl/elf32cr16c.sc | 66 --- 24 files changed, 133 insertions(+), 1631 deletions(-) delete mode 100644 bfd/cpu-cr16c.c delete mode 100644 bfd/elf32-cr16c.c delete mode 100644 include/elf/cr16c.h delete mode 100644 ld/emulparams/elf32cr16c.sh delete mode 100644 ld/scripttempl/elf32cr16c.sc