------- Comment #5 from hubicka at gcc dot gnu dot org 2010-08-24 13:01 ------- Hmm, the problem seems to be that partitioning puts mumble into one partition, while in first partition it uses local (IP) relative way to access it: movl _mumble-L00000000001$pb(%ebx), %eax and assembler refuse it. What is proper way to access hidden symbol from other .s file?
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44812