> It should be part of the middle end. A kind of dump-option.
much better :)
take a look at
tree-dump.c:dump_function
> Nico
Rafael
On Jun 22, 2005, at 7:52 PM, Rafael Espíndola wrote:
It depends where do you want to link the file. If is going into a
front end for a language other the c then it must go in
gcc/
It should be part of the middle end. A kind of dump-option.
Nico
On 6/22/05, nico <[EMAIL PROTECTED]> wrote:
> Hi,
>
> if I want to add some source to the gcc, what do I have to do?
It depends where do you want to link the file. If is going into a
front end for a language other the c then it must go in
gcc/
I am not very familiar with the global structure of g
Hi,
if I want to add some source to the gcc, what do I have to do?
I think the source files have to be in the gcc-subdirectory. Then I
have to change the Makefile.in in the same directory ( I didn't found
any hint that this file is generated by autogen or automake - so I
think it has to be