While compiling for PowerPC (MPC5643L) using GCC, it does not recognize powerISA 2.03 instructions. How can I overcome this? More specifically, these are of e_ format assembly instructions mostly. ghs and windriver, however, do not show such problems.
I know the mpc56xx family is not support by GCC, but in other supported targets powerISA 2.03 is supported.
What are these instructions? Examples would have been welcome. I suppose they are SPE (Signal Processing Engine) instructions. I've never worked with that but GCC has an option -mspe to enable the generation of these instructions. You can read more information at: http://gcc.gnu.org/onlinedocs/gcc/RS_002f6000-and-PowerPC-Options.html
There is also -mabi=spe to "Extend the current ABI with a particular extension". I don't know the default value and if it is required in your case.