"Naveen H. S" wrote:
> The patch was tested with movml testcase and works as expected.
>
> Tested with sh2a-elf. No new regressions.
Thanks for testing. I've committed it as revision 186024
on trunk.
Regards,
kaz
Hi,
>> Looks that the patch ignores the case using movml.
>> It could be something like the attached patch
Sorry for ignoring the case using movml.
Thanks for the patch which takes care of movml case.
>> though I don't do any tests.
The patch was tested with movml testcase and works as expec
"Naveen H. S" wrote:
> Please find attached the patch "resbank.patch" which fixes the issue
> with "resbank" attribute. Currently, registers used in the routine are
> also saved on using resbank attribute. These registers are saved with
> resbank instruction and need not be saved separately.
> Th
Hi,
Please find attached the patch "resbank.patch" which fixes the issue
with "resbank" attribute. Currently, registers used in the routine are
also saved on using resbank attribute. These registers are saved with
resbank instruction and need not be saved separately.
The patch fixes the issue.