Skip to content
  • Alan Modra's avatar
    Remove CR16C support · 595d3787
    Alan Modra authored
    I think it is past time to remove CR16C support.  CR16C was added in
    2004, and only for ld.  gas and binutils support is lacking, and there
    have been no commits to bfd/elf32-cr16c.c other than warning fixes or
    global maintainers making changes to all targets.  I see no maintainer
    listed for CR16C, and no commits from anyone at NSC supporting the
    target.  Furthermore, at the time the CR16 support was added in 2007,
    config.sub was changed upstream to no longer recognise cr16c as a
    valid cpu.  That means the CR16C ld support is only available as a
    secondary target by configuring with, for example,
    --enable-targets=all or --enable-targets=cr16c-unknown-elf.  No
    testing of the CR16C target is possible.
    
    include/
    	* elf/cr16c.h: Delete.
    bfd/
    	* cpu-cr16c.c: Delete.
    	* elf32-cr16c.c: Delete.
    	* Makefile.am,
    	* archures.c,
    	* config.bfd,
    	* configure.ac,
    	* reloc.c,
    	* targets.c: Remove cr16c support.
    	* Makefile.in,
    	* bfd-in2.h,
    	* configure,
    	* libbfd.h,
    	* po/SRC-POTFILES.in: Regenerate.
    ld/
    	* emulparams/elf32cr16c.sh: Delete.
    	* scripttempl/elf32cr16c.sc: Delete.
    	* Makefile.am,
    	* configure.tgt: Remove cr16c support.
    	* NEWS: Mention removal of cr16c.
    	* Makefile.in,
    	* po/BLD-POTFILES.in: Regenerate.
    595d3787