This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libjava build failure sol2.6 asm problem?
Alexandre Oliva wrote:
>
> It's probably not the same problem as the one mentioned in the
> URL above. I tried a build a while ago using GNU as and ran into the
> same problem. It turned out that the label referenced in the
> expression was indeed not present in the assembly code produced by
> GCC. It had been optimized away. We do have a bug, indeed, but I
> didn't have time to track it down.
After a long search for the patch (only for contract customers) I got it
and installed it.
I made a make clean in the libjava dir and built it again. Same error.
Now I do a complete bootstrap but I expect a fail again. I can check tomorrow.
Do you mean this mentioned label?
sethi %hi(_GLOBAL_OFFSET_TABLE_-(.LL306-.)), %o0
The LL306? It's just for my understanding. In the .s file I only see two
occurences of this LL306. Both in the same way like above and not like others.
Thanks,
Andreas