------- 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