Displaying 1 result from an estimated 1 matches for "multilb".
Did you mean:
multilib
2015 Jun 11
2
[LLVMdev] fatal error: error in backend: 32-bit absolute addressing is not supported in 64-bit mode
While building FSF gcc 5.1 against Apple's public Xcode 7 beta's
new clang-based assembler, I ran into rejected assembly instructions
during the -m32 multilb build of libjava.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66509
With assembler errors of the form...
natArray.s:1110:2: error: ambiguous instructions require an explicit
suffix (could be 'filds', or 'fildl')
fild 8(%esi,%edi,2)
^
The gcc/config.log shows...