This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Functions in RAM


On Thursday, April 8, 2004, at 02:16 PM, David Mc Kenna wrote:
Is it possible to write functions in C that will be copied into RAM at programme
startup?

Yes. This is the wrong list to discuss such issues. A better place would be the binutils list. See the gcc manual on attributes and named sections for one possible way this is done in the C source code.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]