]> granicus.if.org Git - strace/commit
Rename arch-specific arch_defs.h files to arch_defs_.h
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 21 Jan 2018 01:46:04 +0000 (01:46 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 21 Jan 2018 01:46:04 +0000 (01:46 +0000)
commit8baf8f4a379f14ff841941a61ddb375f1f0c3668
tree2a8634eda8cdbb0ceaec528d8838059a399c3711
parent3c5aaa643bf32181bfd062be0b0d116f57afa4b1
Rename arch-specific arch_defs.h files to arch_defs_.h

Introduce a new arch_defs.h header that includes the corresponding
arch-specific arch_defs_.h file followed by generic arch_defs_.h file.

* linux/arch_defs.h: Rename to linux/arch_defs_.h.
* linux/aarch64/arch_defs.h: Rename to linux/aarch64/arch_defs_.h.
* linux/arm/arch_defs.h: Rename to linux/arm/arch_defs_.h.
* linux/i386/arch_defs.h: Rename to linux/i386/arch_defs_.h.
* linux/m68k/arch_defs.h: Rename to linux/m68k/arch_defs_.h.
* linux/s390/arch_defs.h: Rename to linux/s390/arch_defs_.h.
* linux/s390x/arch_defs.h: Rename to linux/s390x/arch_defs_.h.
* linux/x32/arch_defs.h: Rename to linux/x32/arch_defs_.h.
* linux/x86_64/arch_defs.h: Rename to linux/x86_64/arch_defs_.h.
* arch_defs.h: New file.
* Makefile.am (strace_SOURCES): Add it.
(EXTRA_DIST): Rename linux/*/arch_defs.h to linux/*/arch_defs_.h.
12 files changed:
Makefile.am
arch_defs.h [new file with mode: 0644]
linux/aarch64/arch_defs_.h [moved from linux/aarch64/arch_defs.h with 100% similarity]
linux/arch_defs.h [deleted file]
linux/arch_defs_.h [new file with mode: 0644]
linux/arm/arch_defs_.h [moved from linux/arm/arch_defs.h with 100% similarity]
linux/i386/arch_defs_.h [moved from linux/i386/arch_defs.h with 100% similarity]
linux/m68k/arch_defs_.h [moved from linux/m68k/arch_defs.h with 100% similarity]
linux/s390/arch_defs_.h [moved from linux/s390/arch_defs.h with 100% similarity]
linux/s390x/arch_defs_.h [moved from linux/s390x/arch_defs.h with 100% similarity]
linux/x32/arch_defs_.h [moved from linux/x32/arch_defs.h with 100% similarity]
linux/x86_64/arch_defs_.h [moved from linux/x86_64/arch_defs.h with 100% similarity]