summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2009-02-20 16:24:39 +0000
committerRoland McGrath <roland@redhat.com>2009-06-02 16:39:45 -0700
commit95a83165e9e202d86149558bf0a6b037ca3ab1dd (patch)
tree59d26b56451c57761a6707fdf6ca94e535adcf18
parent1cac10170e04942ae23b5a476eb8bd7365fdf799 (diff)
downloadstrace-95a83165e9e202d86149558bf0a6b037ca3ab1dd.tar.gz
Patch by Mike Frysinger (vapier AT gentoo.org).
* Makefile.am: Remove reference to linux/sh/signalent.h. * linux/sh/signalent.h: Remove, it is identical to common signalent.h.
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.am2
-rw-r--r--linux/sh/signalent.h33
3 files changed, 7 insertions, 34 deletions
diff --git a/ChangeLog b/ChangeLog
index 13f49a046..2f50bd468 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
2009-02-20 Denys Vlasenko <dvlasenk@redhat.com>
Patch by Mike Frysinger (vapier AT gentoo.org).
+ * Makefile.am: Remove reference to linux/sh/signalent.h.
+ * linux/sh/signalent.h: Remove, it is identical to common signalent.h.
+
+2009-02-20 Denys Vlasenko <dvlasenk@redhat.com>
+
+ Patch by Mike Frysinger (vapier AT gentoo.org).
* linux/errnoent.h: Make ERRNO_58 show EDEADLOCK for POWERPC.
* Makefile.am: Remove reference to linux/powerpc/errnoent.h.
* linux/powerpc/errnoent.h: Remove, we can use common errnoent.h now.
diff --git a/Makefile.am b/Makefile.am
index 1dcdc6209..d285099da 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,7 +51,7 @@ EXTRA_DIST = $(man_MANS) errnoent.sh signalent.sh syscallent.sh ioctlsort.c \
linux/s390x/ioctlent.h \
linux/s390x/signalent.h linux/s390x/syscallent.h \
linux/sh/syscallent.h \
- linux/sh/ioctlent.h linux/sh/signalent.h \
+ linux/sh/ioctlent.h \
linux/sh64/syscallent.h \
linux/sparc/dummy2.h \
linux/sparc/errnoent.h linux/sparc/errnoent1.h \
diff --git a/linux/sh/signalent.h b/linux/sh/signalent.h
deleted file mode 100644
index 112f746c6..000000000
--- a/linux/sh/signalent.h
+++ /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 */
- "SIGSYS", /* 31 */
- "SIGRTMIN", /* 32 */