diff options
author | jdp <jdp@FreeBSD.org> | 1998-10-09 01:43:08 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1998-10-09 01:43:08 +0000 |
commit | 799457cc9c03d35d8cc98caae55a7cd33d5fd0c7 (patch) | |
tree | 08f08664560afc29bc7518e47ea3dd7e93c3d921 /usr.bin/file | |
parent | b222d6d82f84f4869c6f56abdc904dd05a8e293b (diff) | |
download | FreeBSD-src-799457cc9c03d35d8cc98caae55a7cd33d5fd0c7.zip FreeBSD-src-799457cc9c03d35d8cc98caae55a7cd33d5fd0c7.tar.gz |
Don't try to print out the signal number that caused core to be
dumped. It is not in a fixed location in the file, so at best,
garbage comes out. I don't think this code was ever valid.
Diffstat (limited to 'usr.bin/file')
-rw-r--r-- | usr.bin/file/Magdir/elf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/file/Magdir/elf b/usr.bin/file/Magdir/elf index 58f4f36..4f398a2 100644 --- a/usr.bin/file/Magdir/elf +++ b/usr.bin/file/Magdir/elf @@ -20,8 +20,7 @@ >>16 leshort 2 executable, >>16 leshort 3 shared object, # Core handling from Peter Tobias <tobias@server.et-inf.fho-emden.de> ->>16 leshort 4 core file ->>>400 lelong >0 (signal %d), +>>16 leshort 4 core file, >>16 leshort &0xff00 processor-specific, >>18 leshort 0 no machine, >>18 leshort 1 AT&T WE32100 - invalid byte order, @@ -50,7 +49,6 @@ >>16 beshort 2 executable, >>16 beshort 3 shared object, >>16 beshort 4 core file, ->>>400 lelong >0 (signal %d), >>16 beshort &0xff00 processor-specific, >>18 beshort 0 no machine, >>18 beshort 1 AT&T WE32100, |