Re: Creating a VAR_DECL in a named section.

2006-10-06 Thread Brendon Costa
Brendon Costa wrote: > Hi all, > > I have been trying to place some data into a named section of a .o > file. I can do it currently by hooking into various of the RTL to > assembly routines and emitting the asm code directly, however I am now > trying to do it from within the C++ front end by inse

Creating a VAR_DECL in a named section.

2006-10-05 Thread Brendon Costa
Hi all, I have been trying to place some data into a named section of a .o file. I can do it currently by hooking into various of the RTL to assembly routines and emitting the asm code directly, however I am now trying to do it from within the C++ front end by inserting a VAR_DECL node and setting