Arch-abstraction: syscall overhauling.
- Reordered the table according to the __NR_xxx numbering order, which is the
  order the final versions (there will be one per architecture) will be in.
  This shows clearly which syscalls we don't have wrappers for.

- Annotated each entry with its number and the sys_foo() function that it
  calls.  This will be useful as I convert them all to the new regime.
  For the same reason, I marked the ones that are generic across all Linux's
  architectures.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2955 a5019735-40e9-0310-863c-91ae7b9d1cf9
1 file changed