]> granicus.if.org Git - strace/commit
mips: remove stub entries from syscallent files, generate stubs at build time
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 13 Jan 2015 04:57:27 +0000 (04:57 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 13 Jan 2015 10:55:32 +0000 (10:55 +0000)
commitd59287dcac3019e8bc52056bffe5826c638902c2
tree42004e20258188ca0d8aeb0b59d91dd177d8c563
parent579836cd6b4ce68ed2e00f15f8a47a274ee7b227
mips: remove stub entries from syscallent files, generate stubs at build time

* linux/mips/genstub.sh: New file.
* Makefile.am (EXTRA_DIST): Add it.
* configure.ac [MIPS]: Use it to generate syscallent stubs.
* linux/mips/.gitignore: Add syscallent stubs.
* linux/mips/syscallent-n32.h: Remove stub entries, include
the stub file instead.
* linux/mips/syscallent-n64.h: Likewise.
* linux/mips/syscallent-o32.h: Likewise.
Makefile.am
configure.ac
linux/mips/.gitignore [new file with mode: 0644]
linux/mips/genstub.sh [new file with mode: 0755]
linux/mips/syscallent-n32.h
linux/mips/syscallent-n64.h
linux/mips/syscallent-o32.h