diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2015-01-21 17:04:31 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2015-01-21 17:34:37 +0000 |
commit | af3ab5b85485d2a9161a332bc84a9766b6bb276d (patch) | |
tree | 5d4f0c2ace524cd5ce630e3ce21839eec670e657 /linux/powerpc64 | |
parent | 69099e714c886794843644beb7ac35cf3be562d7 (diff) | |
download | strace-af3ab5b85485d2a9161a332bc84a9766b6bb276d.tar.gz |
powerpc64: maintain own linux/powerpc64 subdirectory
Most architectures supported by strace have their own subdirectory in
linux directory, but powerpc64 didn't, causing inconveniences.
* configure.ac (arch): Define to "powerpc64" on powerpc64.
* linux/powerpc/errnoent1.h: Move to linux/powerpc64/.
* linux/powerpc/ioctlent1.h: Likewise.
* linux/powerpc/signalent1.h: Likewise.
* linux/powerpc/syscallent1.h: Likewise.
* linux/powerpc64/ioctlent.h: New file.
* linux/powerpc64/syscallent.h: Likewise.
* linux/powerpc64/userent.h: Likewise.
* Makefile.am (EXTRA_DIST): Remove linux/powerpc/ioctlent1.h,
linux/powerpc/syscallent1.h, linux/powerpc/errnoent1.h, and
linux/powerpc/signalent1.h; added linux/powerpc64/errnoent1.h,
linux/powerpc64/ioctlent.h, linux/powerpc64/ioctlent1.h,
linux/powerpc64/signalent1.h, linux/powerpc64/syscallent.h,
linux/powerpc64/syscallent1.h, and linux/powerpc64/userent.h.
Diffstat (limited to 'linux/powerpc64')
-rw-r--r-- | linux/powerpc64/errnoent1.h | 1 | ||||
-rw-r--r-- | linux/powerpc64/ioctlent.h | 1 | ||||
-rw-r--r-- | linux/powerpc64/ioctlent1.h | 1 | ||||
-rw-r--r-- | linux/powerpc64/signalent1.h | 1 | ||||
-rw-r--r-- | linux/powerpc64/syscallent.h | 1 | ||||
-rw-r--r-- | linux/powerpc64/syscallent1.h | 1 | ||||
-rw-r--r-- | linux/powerpc64/userent.h | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/linux/powerpc64/errnoent1.h b/linux/powerpc64/errnoent1.h new file mode 100644 index 000000000..441c66bcb --- /dev/null +++ b/linux/powerpc64/errnoent1.h @@ -0,0 +1 @@ +#include "../errnoent.h" diff --git a/linux/powerpc64/ioctlent.h b/linux/powerpc64/ioctlent.h new file mode 100644 index 000000000..df485d303 --- /dev/null +++ b/linux/powerpc64/ioctlent.h @@ -0,0 +1 @@ +#include "../ioctlent.h" diff --git a/linux/powerpc64/ioctlent1.h b/linux/powerpc64/ioctlent1.h new file mode 100644 index 000000000..df485d303 --- /dev/null +++ b/linux/powerpc64/ioctlent1.h @@ -0,0 +1 @@ +#include "../ioctlent.h" diff --git a/linux/powerpc64/signalent1.h b/linux/powerpc64/signalent1.h new file mode 100644 index 000000000..d31e6a4a7 --- /dev/null +++ b/linux/powerpc64/signalent1.h @@ -0,0 +1 @@ +#include "../signalent.h" diff --git a/linux/powerpc64/syscallent.h b/linux/powerpc64/syscallent.h new file mode 100644 index 000000000..64a9f01c7 --- /dev/null +++ b/linux/powerpc64/syscallent.h @@ -0,0 +1 @@ +#include "powerpc/syscallent.h" diff --git a/linux/powerpc64/syscallent1.h b/linux/powerpc64/syscallent1.h new file mode 100644 index 000000000..64a9f01c7 --- /dev/null +++ b/linux/powerpc64/syscallent1.h @@ -0,0 +1 @@ +#include "powerpc/syscallent.h" diff --git a/linux/powerpc64/userent.h b/linux/powerpc64/userent.h new file mode 100644 index 000000000..27c240b5b --- /dev/null +++ b/linux/powerpc64/userent.h @@ -0,0 +1 @@ +#include "powerpc/userent.h" |