Removed the remnants of the attempt at an ARM port, because it had

bit-rotted badly and was clogging up the code.

I put the useful remnants in docs/porting-to-ARM in case anyone ever
wants to try porting to ARM again.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4092
This commit is contained in:
Nicholas Nethercote
2005-07-02 23:13:59 +00:00
parent e0387c7153
commit fbf8653c8b
26 changed files with 1194 additions and 1705 deletions

View File

@@ -41,10 +41,6 @@
# define VG_MIN_INSTR_SZB 1
# define VG_MAX_INSTR_SZB 16
# define VG_STACK_REDZONE_SZB 128
#elif defined(VGA_arm)
# define VG_MIN_INSTR_SZB 4
# define VG_MAX_INSTR_SZB 4
# define VG_STACK_REDZONE_SZB 0
#elif defined(VGA_ppc32)
# define VG_MIN_INSTR_SZB 4
# define VG_MAX_INSTR_SZB 4