When running dump_syms on an ARM ELF binary I get a lot of warnings about
registers with unknown names (registers 80-86 or thereabouts); the table in
src/common/dwarf_cfi_to_module.cc only knows about the basic ARM registers and
the obsolete FPA registers.
http://infocenter.arm.com/help/topic/com.arm.doc.ihi0040a/IHI0040A_aadwarf.pdf
details (at least some of) current usage of the DWARF register numbers by ARM,
including VFP/NEON registers which is probably what's in use here.
Original issue reported on code.google.com by torne@google.com on 8 Dec 2011 at 12:30
Original issue reported on code.google.com by
torne@google.com
on 8 Dec 2011 at 12:30