[PATCH] move i386-specific files out of common linux dir
Mike Frysinger
vapier at gentoo.org
Fri Nov 13 16:46:34 UTC 2009
* linux/syscallent.h: Moved to ...
* linux/i386/syscallent.h: ... here.
* linux/ia64/syscallent.h: Update i386 syscallent.h include.
* linux/sparc/gen.pl: Likewise.
* linux/x86_64/syscallent1.h: Likewise.
Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
linux/{ => i386}/syscallent.h | 0
linux/ia64/syscallent.h | 2 +-
linux/sparc/gen.pl | 2 +-
linux/x86_64/syscallent1.h | 2 +-
4 files changed, 3 insertions(+), 3 deletions(-)
rename linux/{ => i386}/syscallent.h (100%)
diff --git a/linux/syscallent.h b/linux/i386/syscallent.h
similarity index 100%
rename from linux/syscallent.h
rename to linux/i386/syscallent.h
diff --git a/linux/ia64/syscallent.h b/linux/ia64/syscallent.h
index 54eb9df..5d2be47 100644
--- a/linux/ia64/syscallent.h
+++ b/linux/ia64/syscallent.h
@@ -134,7 +134,7 @@
#define sys_fstat64 printargs
#define sys_fcntl64 printargs
-#include "../syscallent.h"
+#include "i386/syscallent.h"
#undef sys_getrlimit
#undef sys_afs_syscall
diff --git a/linux/sparc/gen.pl b/linux/sparc/gen.pl
index 1371337..8c2f75b 100644
--- a/linux/sparc/gen.pl
+++ b/linux/sparc/gen.pl
@@ -1,6 +1,6 @@
open SPARC, "syscallent.h" || die "no puedo abrir el de la sparc";
open ALPHA, "../alpha/syscallent.h" || die "no puedo abrir el de la alpha";
-open PC, "../syscallent.h" || die "no puedo abrir PC\n";
+open PC, "../i386/syscallent.h" || die "no puedo abrir PC\n";
while (<SPARC>) {
chop;
diff --git a/linux/x86_64/syscallent1.h b/linux/x86_64/syscallent1.h
index f6bf143..9097785 100644
--- a/linux/x86_64/syscallent1.h
+++ b/linux/x86_64/syscallent1.h
@@ -4,4 +4,4 @@
#define sys_oldstat printargs
#define sys_oldfstat printargs
#define sys_oldlstat printargs
-#include "../syscallent.h"
+#include "i386/syscallent.h"
--
1.6.5.2
More information about the Strace-devel
mailing list