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: Binutils Port - Infineon xc16x family.


Hi Shrirang,

I analyzed the failures and found that GAS failures are because of changes made in xc16x.opc file for removing the warnings.

Oops - sorry!


In functions parse_hash , parse_sof, parse_pof, parse_seg, parse_pag If we change following code (as you have changed)
Code1: "If ( condition ) {
Str ++ ;
Return NULL;
}"
To Code2: "
If (condition)
Str ++ ;
Return NULL ";

It removes the warnings which is expected but then it is giving assembler failures.
After I revert the changes u suggested, test-cases are working fine. Any comments from u on this part?

This is fine. Please accept my apologies for corrupting your code. Please could contribute a patch to fix up my mistake.

Cheers
  Nick



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