Hi all, In case i have to support a new function attribute specifically for my target,
1. Do i have to modify the GCC source base like adding a new flag in tree_function_decl(tree.h), adding a new handler to set the flag in c-common.h. or can i do it from the backend itself. 2. Any documentation regarding adding new function attributes? 3. If i have to emit an assembler directive based on the flag status, where should i look for? 4. If i specify the attribute at the time of function declaration and i need to update the same flag while defining the function, where should i look to change? Regards, Rohit