This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [07/11] TI C6X binutils port: bfd/


On Tue, 23 Mar 2010, DJ Delorie wrote:

> 
> +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)

The R_* relocation names are taken from the ABI document.  (I then just 
changed R_ to BFD_RELOC_ for the corresponding BFD relocation names, 
though if you'd prefer R_C6000_ to map to BFD_RELOC_TIC6X_ that's a 
trivial change.)

> > Index: bfd/libbfd.h
> > Index: bfd/reloc.c
> 
> These need the copyright years bumped.

libbfd.h is a generated file - are you saying that the date on libbfd-in.h 
should be updated when any change to another file involves regenerating 
libbfd.h for the first time in a new year, so that the date on the 
generated libbfd.h is up to date?  reloc.c already has 2010 in its 
copyright dates before my patch.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]