search for: libcsu

Displaying 2 results from an estimated 2 matches for "libcsu".

Did you mean: libcpu
2011 Jun 22
0
[LLVMdev] ARM thumb-2 instruction used for non-thumb2 CPUs
...andle llvm assembly. Let's cross our fingers that's the case. At this point I will be happy to have ARMv5 assembly working, and seems that this issue is only show-stopper so far. I also had problem with "internal_relocation (type: OFFSET_IMM) not fixed up" errors while compiling libcsu, but I fixed that with passing -O1 to clang. > > > > Does your assembler support the other shift mnemonics (e.g., "LSL")? This will change the output for all of them. Yes, it works for other shift mnemonics. Verified...
2011 Jun 22
2
[LLVMdev] ARM thumb-2 instruction used for non-thumb2 CPUs
On Jun 22, 2011, at 10:03 AM, Damjan Marion wrote: > > On Jun 22, 2011, at 6:15 PM, Jim Grosbach wrote: > >> >> On Jun 22, 2011, at 9:00 AM, Renato Golin wrote: >> >>> On 22 June 2011 16:50, Jim Grosbach <grosbach at apple.com> wrote: >>>>> This sounds like a dead end as newer binutils are GPLv3. >>>> >>>> Yeah,