Arch-abstraction: syscall overhauling.
- Folded special_sys[] into sys_info[], which is cleaner and allows the one
  table to have the __NR_ constants in order.  An extra per-syscall flag
  (Special) was added to distinguish the special ones.

- Started moving the per-syscall flags attribute from being associated with the
  sys_info[] table, to being associated with the PRE/POST wrappers, since
  that's what the flags really apply to.


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