search for: ata_all

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

Did you mean: data_all
2011 Jun 23
0
[LLVMdev] ARM thumb-2 instruction used for non-thumb2 CPUs
...l goodness and would help move you forward. > I tried to compile FreeBSD kernel using -integrated-asm and except ~30 files containing inline asm everything else went smoothly in compiling phase. I removed -integrated-as for files with inline assembly and now linker fails: error: Source object ata_all.o has EABI version 0, but target kernel.debug has EABI version 5 Seems that -integrated-as is producing EABI v5 files, while my binutils is producing EABI v0. Is there any way to force EABI version 0? Thanks,
2011 Jun 22
2
[LLVMdev] ARM thumb-2 instruction used for non-thumb2 CPUs
On Jun 22, 2011, at 4:02 PM, Damjan Marion wrote: >> >> To get -integrated-as working so that we don't need to go through the assembler at all should be mostly a matter of bug fixing, modulo inline assembly support. For non-trivial inline assembly, and to get a system assembler replacement based on the MC assembler, it'll be a bigger task. The ARM asm parser is currently in