This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
A query regarding the implementation of pragmas
- From: "Mohamed Shafi" <shafitvm at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 14 Apr 2008 15:41:20 +0530
- Subject: A query regarding the implementation of pragmas
Hello all,
For a function call will i be able to implement long call/short call
for the same function at different locations?
Say fun1 calls bar and fun2 calls bar. I want short-call to be
generated for bar in fun1 and long-call to be generated in fun2.
Is to possible to implement this in the back-end using pragmas?
Regards,
Shafi.