Binutils Port - Infineon xc16x family.

Shrirang Khishti shrirangk@KPITCummins.com
Fri Mar 3 13:11:00 GMT 2006


Hi Nick 
  Please find the patch with this mail for xc16x.opc file.
    

Best Regards
Shrirang Khisti 

-----Original Message-----
From: Nick Clifton [mailto:nickc@redhat.com] 
Sent: Tuesday, February 28, 2006 5:45 PM
To: Shrirang Khishti
Cc: binutils@sourceware.org; Shrinivas Atre; Anil Paranjape; Shilin
Shakti
Subject: 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: Patch_cpu_opc
Type: application/octet-stream
Size: 1280 bytes
Desc: Patch_cpu_opc
URL: <https://sourceware.org/pipermail/binutils/attachments/20060303/e01673df/attachment.obj>


More information about the Binutils mailing list