This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Target-specific pragmas
- To: jsm28 at cam dot ac dot uk (Joseph S. Myers)
- Subject: Re: Target-specific pragmas
- From: Joern Rennecke <amylaar at redhat dot com>
- Date: Tue, 26 Jun 2001 02:54:39 +0100 (BST)
- Cc: geoffk at geoffk dot org (Geoff Keating), shebs at apple dot com (Stan Shebs),gcc at gcc dot gnu dot org
> ISTR that something like this would be useful for the Linux kernel, so
> that strings in data used only at bootup can be freed, the same way the
> arrays containing pointers to them, and initialization functions, are
> freed.
Hmm, why not making them arrays of char then?