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: "pinskia 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 17:13:37 -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 #5 from pinskia at gcc dot gnu dot org 2009-10-09 17:13 -------
Also the ABIs for powerpc32-linux-gnu and powerpc64-linux-gnu are different by
a huge amount. In the 64bit mode, global addresses are made via the TOC
register while in 32bit mode, they are done via a simple lis/addi pair.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41644