[EMAIL PROTECTED] wrote:
I need some kind of assistance. I am trying to substitute function name during
the compilation procedure.
The only way to tell what is wrong is to debug the patch. And since it
is your patch, you are the one that should be trying to debug it.
Try setting breakpoints
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: trees: function declaration
To: GCC Development
Gentlemen.
I need some kind of assistance. I am trying to substitute function name during
the compilation procedure.
In order to do that I am:
1. creating new identifier with my
Gentlemen.
I need some kind of assistance. I am trying to substitute function name during
the compilation procedure.
In order to do that I am:
1. creating new identifier with my name, like this:
t = get_identifier("Myfuction__ml_stub");
2. setting this name:
DECL_NAME(funcition) = t;
function is t