This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/41644] -minimal-toc not helping for toc section exceeding 64k
- From: "jakub at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Oct 2009 12:20:42 -0000
- Subject: [Bug target/41644] -minimal-toc not helping for toc section exceeding 64k
- References: <bug-41644-18294@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from jakub at gcc dot gnu dot org 2009-10-09 12:20 -------
For generated code it is obviously best to adjust the generator so that it
doesn't generate so big translation units, instead emits more smaller files, or
puts all the string literal addresses into an array and uses that array instead
of directly.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41644