Re: Adding New Function Attributes

2006-12-08 Thread Ian Lance Taylor
e TARGET_ATTRIBUTE_TABLE and friends. There are examples in several backends, including, e.g., i386. > 2. Any documentation regarding adding new function attributes? Yes, some, in the internals manual around TARGET_ATTRIBUTE_TABLE. > 3. If i have to emit an assembler directive based on the

Adding New Function Attributes

2006-12-07 Thread Rohit Arul Raj
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