[PATCH] switch ARM modes in inline asm

Tim Northover t.p.northover at gmail.com
Tue Nov 26 01:59:23 PST 2013


> $a, $t and $d symbols are only printed on the assembly output, not the
> object file. If objdump recognizes the areas as thumb/arm/data, it *may*
> print them back, but they're not in the object itself.

Actually, they are in the object file (at least, relocatable ones; the
linker probably strips them). objdump tends to hide them even when
printing the symbol table, but readelf shows them properly as I
recall.

Cheers.

Tim.



More information about the llvm-commits mailing list