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: [PATCH] [ARC] GAS: add instruction relaxation.


Hi Nick,

> Also I saw a couple of comments like this:
> 
> > +      /*FIXME! the reloc size is wrong in the BFD file.  When it will
> > +	be fixed please delete me.  */
> 
> Is this something that should be fixed at the same time as this patch is
> applied ?

No, those are missing or nice to have features.  In the given example, I compute the size correctly in the assembler, and I do not rely on what bfd reports. The bfd is also correct as we always use custom howto functions. Indeed, we need to clean up those FIXMEs asap.

Thank you for the review. I always forget to update the texi file with the new feature. I will come back with the updated patch asap.

//Claudiu


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