This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Target Hook not getting recognized - GCC 4.1.1
- From: "Rohit Arul Raj" <rohitarulraj at gmail dot com>
- To: gcc <gcc at gcc dot gnu dot org>
- Date: Mon, 28 May 2007 19:13:02 +0530
- Subject: Target Hook not getting recognized - GCC 4.1.1
Hi all,
I have defined a target hook TARGET_EXPAND_BUILTIN_SAVEREGS (GCC
4.1.1) as an alternative to TARGET_SETUP_INCOMING_VARARGS so as to
code ___builtin_saveregs as per my target. But this target hook is not
getting recognized.
Is there anything else this target hook depends on?
Regards,
Rohit