Re: [PATCH v2] On non-linux systems, don't use native signal numbers

2017-08-19 Thread Mark Wielaard
On Fri, Aug 18, 2017 at 05:03:50PM +0200, Ulf Hermann wrote: > We assume core files from linux systems, so we should use the linux > version of the signals when reading them. Other OS might have different > signal numbers. Thanks, applied. Note that according to man 7 signal SIGBUS could actually

[PATCH v2] On non-linux systems, don't use native signal numbers

2017-08-18 Thread Ulf Hermann
We assume core files from linux systems, so we should use the linux version of the signals when reading them. Other OS might have different signal numbers. (v1 was a malformed patch) Signed-off-by: Ulf Hermann --- src/ChangeLog | 4 src/readelf.c | 24 +++- 2 files cha