Re: Are string literals _always_ allocated in the RO section?
Denis Zaitsev <[email protected]>
| Newsgroups | gmane.comp.gcc.devel,gmane.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.