Hi,
I'm using the GCC extension for the first time in my project. Because I want to check if the GCC extensions are switched on at compile time I was testing if the macro '__TI_GNU_ATTIBUTE_SUPPORT__' is defined or not. The macro name was mentioned in the 'TMS320C6000 Optimizing Compiler v 7.3 User's Guide (Rev. T)'.
After a while, I realised that the actually defined marco is called '__TI_GNU_ATTRIBUTE_SUPPORT__' - with an extra 'r'.
Is this a known typo?