This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/29721] Wrong code when compiling libjava/verify.cc at -O2



------- Comment #3 from daney at gcc dot gnu dot org  2006-11-06 01:17 -------
Manually moving the

   lw      $4,%got($L2406)($28)

to be just before the

   addiu   $4,$4,%lo($L2406)

and reassembling fixes the problem.

So I think that my analysis about the problem being splitting them up with
another %got() relocation between is correct.

Now the question is how to fix it.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29721


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]