Re: Are string literals _always_ allocated in the RO section?
Denis Zaitsev <[email protected]> Sun, 16 Jan 2005 02:41:26 +0500
| Newsgroups | org.kernel.vger.linux-gcc |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Jan 16, 2005 at 02:22:48AM +0500, Denis Zaitsev wrote: > the string "y" is put in the .text section. Oh, it's put into the .rodata section. A'm sorry.