|
From: Johan B. <jb...@gm...> - 2009-11-27 10:37:26
|
Hi Julian, First off, thanks for getting this into a branch! I finally got a arm device to test on, and I ran into some missing ARMv6 instructions. (UXTB. That entire group of instructions seems missing) Are you actively working on these or would you accept patches? (Obviously completely copyleft from my side, No company in the way this time) Cheers -Johan On Thu, Nov 5, 2009 at 7:21 PM, <sv...@va...> wrote: > Author: sewardj > Date: 2009-11-05 18:21:28 +0000 (Thu, 05 Nov 2009) > New Revision: 10930 > > Log: > Initial port to arm-linux. This is an updated and modified > version of the port done by Evan Geller and Johan Bj?\195?\182rk. > > > > Added: > branches/ARM/cachegrind/cg-arm.c > branches/ARM/coregrind/m_dispatch/dispatch-arm-linux.S > branches/ARM/coregrind/m_sigframe/sigframe-arm-linux.c > branches/ARM/coregrind/m_syswrap/syscall-arm-linux.S > branches/ARM/coregrind/m_syswrap/syswrap-arm-linux.c > branches/ARM/include/vki/vki-arm-linux.h > branches/ARM/include/vki/vki-posixtypes-arm-linux.h > branches/ARM/include/vki/vki-scnums-arm-linux.h > branches/ARM/none/tests/arm/ > branches/ARM/none/tests/arm/Makefile.am > Modified: > branches/ARM/Makefile.all.am > branches/ARM/Makefile.am > branches/ARM/Makefile.tool.am > branches/ARM/Makefile.vex.am > branches/ARM/auxprogs/gsl16test > branches/ARM/cachegrind/Makefile.am > branches/ARM/cachegrind/cg_branchpred.c > branches/ARM/configure.in > branches/ARM/coregrind/Makefile.am > branches/ARM/coregrind/launcher-linux.c > branches/ARM/coregrind/m_aspacemgr/aspacemgr-common.c > branches/ARM/coregrind/m_aspacemgr/aspacemgr-linux.c > branches/ARM/coregrind/m_coredump/coredump-elf.c > branches/ARM/coregrind/m_cpuid.S > branches/ARM/coregrind/m_debugger.c > branches/ARM/coregrind/m_debuginfo/d3basics.c > branches/ARM/coregrind/m_debuginfo/debuginfo.c > branches/ARM/coregrind/m_debuginfo/readdwarf.c > branches/ARM/coregrind/m_debuginfo/readelf.c > branches/ARM/coregrind/m_debuglog.c > branches/ARM/coregrind/m_initimg/initimg-linux.c > branches/ARM/coregrind/m_libcassert.c > branches/ARM/coregrind/m_libcfile.c > branches/ARM/coregrind/m_libcproc.c > branches/ARM/coregrind/m_machine.c > branches/ARM/coregrind/m_main.c > branches/ARM/coregrind/m_redir.c > branches/ARM/coregrind/m_scheduler/scheduler.c > branches/ARM/coregrind/m_signals.c > branches/ARM/coregrind/m_stacktrace.c > branches/ARM/coregrind/m_syscall.c > branches/ARM/coregrind/m_syswrap/priv_types_n_macros.h > branches/ARM/coregrind/m_syswrap/syswrap-linux.c > branches/ARM/coregrind/m_syswrap/syswrap-main.c > branches/ARM/coregrind/m_trampoline.S > branches/ARM/coregrind/m_translate.c > branches/ARM/coregrind/m_transtab.c > branches/ARM/coregrind/pub_core_basics.h > branches/ARM/coregrind/pub_core_machine.h > branches/ARM/coregrind/pub_core_mallocfree.h > branches/ARM/coregrind/pub_core_syscall.h > branches/ARM/coregrind/pub_core_threadstate.h > branches/ARM/coregrind/pub_core_trampoline.h > branches/ARM/coregrind/pub_core_transtab_asm.h > branches/ARM/docs/internals/register-uses.txt > branches/ARM/include/pub_tool_basics.h > branches/ARM/include/pub_tool_machine.h > branches/ARM/include/pub_tool_vkiscnums_asm.h > branches/ARM/include/valgrind.h > branches/ARM/include/vki/vki-linux.h > branches/ARM/memcheck/mc_machine.c > branches/ARM/memcheck/mc_translate.c > > > [... diff too large to include ...] > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Valgrind-developers mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-developers > |
|
From: Julian S. <js...@ac...> - 2009-11-27 20:07:26
|
Hi Johan, > I finally got a arm device to test on, and I ran into some missing > ARMv6 instructions. (UXTB. That entire group of instructions seems > missing) Done. Also MLS and relaxing some register operand restrictions in general. J |