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] | |
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
Attachment:
Patch_cpu_opc
Description: Patch_cpu_opc
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |