https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26007
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26007
--- Comment #4 from licheng.1212 at gmail dot com 2011-05-17 16:12:07 UTC ---
can anybody tell me how to change the final form .data to .rodata.
which files have the check in gcc?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26007
licheng.1...@gmail.com changed:
What|Removed |Added
CC||licheng.1212 at gmail dot
--- Comment #2 from daney at gcc dot gnu dot org 2006-01-31 17:31 ---
If you fix this, you need to also make sure the Method.set* never modifies the
data under any circumstances. Attempts at modification will result in SIGSEGV
which is usually converted to NPE. The real exception shoul
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Severity|normal |enhancement
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26007
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-28 20:38 ---
Note there are ticks for final static data to be changed IIRC. I don't know
how useful they are or if they really are valid.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26007