Re: [PATCH] sh: use common signalent.h

2009-02-20 Thread Denys Vlasenko
On Fri, 2009-02-20 at 11:43 -0500, Mike Frysinger wrote: > On Friday 20 February 2009 11:24:59 Denys Vlasenko wrote: > > On Fri, 2009-02-13 at 17:29 -0500, Mike Frysinger wrote: > > > The sh port uses the same signal list as the common Linux one, so drop > > > the arch specific copy. > > > > Applyi

Re: [PATCH] sh: use common signalent.h

2009-02-20 Thread Denys Vlasenko
On Fri, 2009-02-20 at 17:24 +0100, Denys Vlasenko wrote: > What to do with ia64? It also has the same signal assignments, > and I believe SIGRT_nn are handled by strace itself, so > current mess is not necessary: > > --- signalent.h 2000-02-03 23:01:30.0 +0100 > +++ ../signalent.h 200

Re: [PATCH] sh: use common signalent.h

2009-02-20 Thread Mike Frysinger
On Friday 20 February 2009 11:24:59 Denys Vlasenko wrote: > On Fri, 2009-02-13 at 17:29 -0500, Mike Frysinger wrote: > > The sh port uses the same signal list as the common Linux one, so drop > > the arch specific copy. > > Applying, thanks! > > What to do with ia64? It also has the same signal ass

Re: [PATCH] sh: use common signalent.h

2009-02-20 Thread Denys Vlasenko
On Fri, 2009-02-13 at 17:29 -0500, Mike Frysinger wrote: > The sh port uses the same signal list as the common Linux one, so drop the > arch specific copy. Applying, thanks! What to do with ia64? It also has the same signal assignments, and I believe SIGRT_nn are handled by strace itself, so cur

[PATCH] sh: use common signalent.h

2009-02-13 Thread Mike Frysinger
The sh port uses the same signal list as the common Linux one, so drop the arch specific copy. Signed-off-by: Mike Frysinger --- Makefile.am |3 +-- linux/sh/signalent.h | 33 - 2 files changed, 1 insertions(+), 35 deletions(-) delete mode 100644 l