Binutils Port - Infineon xc16x family.

Nick Clifton nickc@redhat.com
Tue Feb 28 16:07:00 GMT 2006


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




More information about the Binutils mailing list