+static reloc_howto_type elf32_tic6x_howto_table[] =
+{
+ HOWTO (R_C6000_NONE, /* type */
Why not R_TIC6X_NONE ? (although, most of the other TI ports don't
include the chip name at all)
+ { BFD_RELOC_C6000_NOCMP, R_C6000_NOCMP },
+ };
Please remove that last comma.
> Index: bfd/libbfd.h
> Index: bfd/reloc.c
These need the copyright years bumped.
Otherwise OK.