Re: [superh-gnu-discuss] Re: Sourcery G++ Lite 4.3-143 for SuperH GNU/Linux now available
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [superh-gnu-discuss] Re: Sourcery G++ Lite 4.3-143 for SuperH GNU/Linux now available



On 23/04/09 18:54, Michael Trimarchi wrote:
Do you have add some support on the dsp to generate dsp code? So I fix
recently
in the kernel the dsp part, and I would like to patch gdb, but I need a
compiler
to create test program that use dsp instruction.

No, the compiler does not generate DSP instructions.

However, the assembler does support DSP instructions, so inline assembler should work.

Andrew