summaryrefslogtreecommitdiffstats
path: root/tapset/s390x/nd_syscalls.stp
Commit message (Collapse)AuthorAgeFilesLines
* PR4186 cont'd: option #2: standardize on kernel ARCH/SUBARCH throughoutFrank Ch. Eigler2009-08-251-187/+0
| | | | | | | | * main.cxx (main): Perform equivalent sed by hand on uname()->machine. * stap.1.in: Clarify -a ARCH slightly. * tapsets.cxx (validate_module_elf): Accept "arm*"for EM_ARM. * tapset/**, testsuite/**: Removed/collapsed "i386"/"i686" branches, renamed "ppc64"->"powerpc" and "s390x"->"s390".
* Add $arch/nd_syscalls.stpJosh Stone2009-06-021-0/+187
These are all the dwarfless analogs to $arch/syscalls.stp. (Only i686 and x86_64 have been tested...)