Hi Sandra,
One suggestion - rather than having architecture specific test files,
why not just have a single generic test case with a new
dg-require-naked-attribute qualifier. That way the mcore port would be
tested as well as the ARM port.
Something like this? The code part of the patch is unchanged from the last
version I posted.
Yes, although personally I would not use ARM assembler instructions in a
test that is going to be generic. Maybe just a:
__asm__ volatile ("nop\n");
instead ? Not that it really matters, since the assembler output is not
going to be assembled anyway.
OK to check in?
For the parts that I can approve: yes. :-)
Cheers
Nick