http://sourceware.org/bugzilla/show_bug.cgi?id=12669
--- Comment #3 from Jakub Jermar <jakub at jermar dot eu> 2011-04-13 14:16:02 UTC --- (In reply to comment #2) > Note that the linker does not always put gp at the start of the .got section. > If you want to force a particular gp value you need to define the symbol > __gp. > Otherwise use this symbol to find the actually chosen gp value. You should > also keep .got, .sdata and .sbss close together. Interestingly, defining and using __gp instead of _gp seems to fix the problem for us. Thanks! Btw, is this documented somewhere? -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils