]> granicus.if.org Git - strace/commit
mips: split syscallent.h
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 7 May 2013 02:46:46 +0000 (02:46 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 7 May 2013 09:43:04 +0000 (09:43 +0000)
commit34c445b5c64ca70096f190f1abea9b4788ee6414
tree9fbdf6d5f899d0fe2f91416ac7edfcfd2ba682bc
parent4996b3a352a5853114e2d0426f3e0fade4e90b3d
mips: split syscallent.h

linux/mips/syscallent.h consisted of several parts that had little in
common.  Split them into separate files to ease maintenance.

* linux/mips/syscallent-compat.h: New file.
* linux/mips/syscallent-n32.h: Likewise.
* linux/mips/syscallent-n64.h: Likewise.
* linux/mips/syscallent-o32.h: Likewise.
* linux/mips/syscallent.h: Include them.
* Makefile.am (EXTRA_DIST): Add them.
Makefile.am
linux/mips/syscallent-compat.h [new file with mode: 0644]
linux/mips/syscallent-n32.h [new file with mode: 0644]
linux/mips/syscallent-n64.h [new file with mode: 0644]
linux/mips/syscallent-o32.h [new file with mode: 0644]
linux/mips/syscallent.h