]> granicus.if.org Git - strace/commitdiff
Further signalent.h cleanup.
authorDenys Vlasenko <dvlasenk@redhat.com>
Fri, 20 Feb 2009 17:38:47 +0000 (17:38 +0000)
committerDenys Vlasenko <dvlasenk@redhat.com>
Fri, 20 Feb 2009 17:38:47 +0000 (17:38 +0000)
* linux/ia64/signalent.h: Remove, it is identical to common signalent.h
sans "SIGRTnn" definitions which are redundant.
* linux/powerpc/signalent.h: Remove, it is identical to common signalent.h
sans outdated "SIGUNUSED" which should be "SIGSYS".
* linux/s390/signalent.h: Ditto.
* linux/s390x/signalent.h: Ditto.
* Makefile.am: Remove references to the above files.

ChangeLog
Makefile.am
linux/powerpc/signalent.h [deleted file]
linux/s390/signalent.h [deleted file]
linux/s390x/signalent.h [deleted file]

index abc84e4261bd3bde1552a6bd9b2e268e555fed31..82ca23be9b92b684c4c7bb94f8f1fcbb38d0e9f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2009-02-20  Denys Vlasenko  <dvlasenk@redhat.com>
+
+       Further signalent.h cleanup.
+       * linux/ia64/signalent.h: Remove, it is identical to common signalent.h
+       sans "SIGRTnn" definitions which are redundant.
+       * linux/powerpc/signalent.h: Remove, it is identical to common signalent.h
+       sans outdated "SIGUNUSED" which should be "SIGSYS".
+       * linux/s390/signalent.h: Ditto.
+       * linux/s390x/signalent.h: Ditto.
+       * Makefile.am: Remove references to the above files.
+
 2009-02-20  Denys Vlasenko  <dvlasenk@redhat.com>
 
        Patch by Mike Frysinger (vapier AT gentoo.org).
index d285099da4fbb8a81d09282aecc1cbf04a0c2ea7..d1cfe413c7ae69daec0d3d0f02fa846bdd4e8f76 100644 (file)
@@ -38,18 +38,17 @@ EXTRA_DIST = $(man_MANS) errnoent.sh signalent.sh syscallent.sh ioctlsort.c \
             linux/hppa/errnoent.h linux/hppa/ioctlent.h \
             linux/hppa/signalent.h linux/hppa/syscallent.h \
             linux/ia64/syscallent.h \
-            linux/ia64/ioctlent.h linux/ia64/signalent.h \
+            linux/ia64/ioctlent.h \
             linux/m68k/syscallent.h \
             linux/mips/ioctlent.sh linux/mips/errnoent.h \
             linux/mips/ioctlent.h linux/mips/signalent.h \
             linux/mips/syscallent.h \
             linux/powerpc/syscallent.h \
             linux/powerpc/ioctlent.h \
-            linux/powerpc/signalent.h \
             linux/s390/ioctlent.h \
-            linux/s390/signalent.h linux/s390/syscallent.h \
+            linux/s390/syscallent.h \
             linux/s390x/ioctlent.h \
-            linux/s390x/signalent.h linux/s390x/syscallent.h \
+            linux/s390x/syscallent.h \
             linux/sh/syscallent.h \
             linux/sh/ioctlent.h \
             linux/sh64/syscallent.h \
diff --git a/linux/powerpc/signalent.h b/linux/powerpc/signalent.h
deleted file mode 100644 (file)
index 04b00b1..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-       "SIG_0",        /* 0 */
-       "SIGHUP",       /* 1 */
-       "SIGINT",       /* 2 */
-       "SIGQUIT",      /* 3 */
-       "SIGILL",       /* 4 */
-       "SIGTRAP",      /* 5 */
-       "SIGABRT",      /* 6 */
-       "SIGBUS",       /* 7 */
-       "SIGFPE",       /* 8 */
-       "SIGKILL",      /* 9 */
-       "SIGUSR1",      /* 10 */
-       "SIGSEGV",      /* 11 */
-       "SIGUSR2",      /* 12 */
-       "SIGPIPE",      /* 13 */
-       "SIGALRM",      /* 14 */
-       "SIGTERM",      /* 15 */
-       "SIGSTKFLT",    /* 16 */
-       "SIGCHLD",      /* 17 */
-       "SIGCONT",      /* 18 */
-       "SIGSTOP",      /* 19 */
-       "SIGTSTP",      /* 20 */
-       "SIGTTIN",      /* 21 */
-       "SIGTTOU",      /* 22 */
-       "SIGURG",       /* 23 */
-       "SIGXCPU",      /* 24 */
-       "SIGXFSZ",      /* 25 */
-       "SIGVTALRM",    /* 26 */
-       "SIGPROF",      /* 27 */
-       "SIGWINCH",     /* 28 */
-       "SIGIO",        /* 29 */
-       "SIGPWR",       /* 30 */
-       "SIGUNUSED",    /* 31 */
-       "SIGRTMIN",     /* 32 */
diff --git a/linux/s390/signalent.h b/linux/s390/signalent.h
deleted file mode 100644 (file)
index 04b00b1..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-       "SIG_0",        /* 0 */
-       "SIGHUP",       /* 1 */
-       "SIGINT",       /* 2 */
-       "SIGQUIT",      /* 3 */
-       "SIGILL",       /* 4 */
-       "SIGTRAP",      /* 5 */
-       "SIGABRT",      /* 6 */
-       "SIGBUS",       /* 7 */
-       "SIGFPE",       /* 8 */
-       "SIGKILL",      /* 9 */
-       "SIGUSR1",      /* 10 */
-       "SIGSEGV",      /* 11 */
-       "SIGUSR2",      /* 12 */
-       "SIGPIPE",      /* 13 */
-       "SIGALRM",      /* 14 */
-       "SIGTERM",      /* 15 */
-       "SIGSTKFLT",    /* 16 */
-       "SIGCHLD",      /* 17 */
-       "SIGCONT",      /* 18 */
-       "SIGSTOP",      /* 19 */
-       "SIGTSTP",      /* 20 */
-       "SIGTTIN",      /* 21 */
-       "SIGTTOU",      /* 22 */
-       "SIGURG",       /* 23 */
-       "SIGXCPU",      /* 24 */
-       "SIGXFSZ",      /* 25 */
-       "SIGVTALRM",    /* 26 */
-       "SIGPROF",      /* 27 */
-       "SIGWINCH",     /* 28 */
-       "SIGIO",        /* 29 */
-       "SIGPWR",       /* 30 */
-       "SIGUNUSED",    /* 31 */
-       "SIGRTMIN",     /* 32 */
diff --git a/linux/s390x/signalent.h b/linux/s390x/signalent.h
deleted file mode 100644 (file)
index 04b00b1..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-       "SIG_0",        /* 0 */
-       "SIGHUP",       /* 1 */
-       "SIGINT",       /* 2 */
-       "SIGQUIT",      /* 3 */
-       "SIGILL",       /* 4 */
-       "SIGTRAP",      /* 5 */
-       "SIGABRT",      /* 6 */
-       "SIGBUS",       /* 7 */
-       "SIGFPE",       /* 8 */
-       "SIGKILL",      /* 9 */
-       "SIGUSR1",      /* 10 */
-       "SIGSEGV",      /* 11 */
-       "SIGUSR2",      /* 12 */
-       "SIGPIPE",      /* 13 */
-       "SIGALRM",      /* 14 */
-       "SIGTERM",      /* 15 */
-       "SIGSTKFLT",    /* 16 */
-       "SIGCHLD",      /* 17 */
-       "SIGCONT",      /* 18 */
-       "SIGSTOP",      /* 19 */
-       "SIGTSTP",      /* 20 */
-       "SIGTTIN",      /* 21 */
-       "SIGTTOU",      /* 22 */
-       "SIGURG",       /* 23 */
-       "SIGXCPU",      /* 24 */
-       "SIGXFSZ",      /* 25 */
-       "SIGVTALRM",    /* 26 */
-       "SIGPROF",      /* 27 */
-       "SIGWINCH",     /* 28 */
-       "SIGIO",        /* 29 */
-       "SIGPWR",       /* 30 */
-       "SIGUNUSED",    /* 31 */
-       "SIGRTMIN",     /* 32 */