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

@@ -118,7 +118,7 @@ SysRes;
#if defined(VGA_x86)
# define VG_REGPARM(n) __attribute__((regparm(n)))
#elif defined(VGA_amd64) || defined(VGA_arm) || defined(VGA_ppc32)
#elif defined(VGA_amd64) || defined(VGA_ppc32)
# define VG_REGPARM(n) /* */
#else
# error Unknown arch