Hi Aram,
i like to know whether gcc can generate vfp instructions..
This is a GCC question not a binutils question. Please ask it on the
gcc mailing list: [EMAIL PROTECTED]
if then, whether it will be supported on binutils and the gdb simulator
The assembler and linker will support vfp instr
hi,
i like to know whether gcc can generate vfp instructions..
main()
{
float a=88.88,b=99.99,c=0;
c=a+b;
printf("%f",c);
}
i used the following option to compile the above program
arm-elf-gcc -mfp=2 -S new.c
but it produces the new.s file without any special kind of (vfp instructions)
inst