Moved the variable VGOFF_(m_eip) from x86, and moved it (and its

computation) into the generic core, because it's needed by the dispatch
loop of all archs.  Also renamed it VG_(instr_ptr_offset), which is
clearer.  Since it was the last use of the VGOFF_ prefix, I removed that
prefix.  

Also cleaned up the ARM stubs slightly, by removing some of the copied,
commented-out x86 code which has since fallen out of date with the real
x86 code and was thus misleading.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3123
This commit is contained in:
Nicholas Nethercote
2004-11-27 14:27:21 +00:00
parent c40ff3902e
commit 5cc18c19a2
10 changed files with 18 additions and 93 deletions

View File

@@ -42,7 +42,6 @@
name can safely be used across different macros. */
#define VG_(str) VGAPPEND(vgPlain_,str)
#define VGP_(str) VGAPPEND(vgProf_,str)
#define VGOFF_(str) VGAPPEND(vgOff_,str)
#define VGA_(str) VGAPPEND(vgArch_,str)
/* Tool-specific ones. Note that final name still starts with "vg". */