Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/file/magdir alpha core has signal number in little e...



details:   https://anonhg.NetBSD.org/src/rev/1caa6a0ca36b
branches:  trunk
changeset: 509951:1caa6a0ca36b
user:      itohy <itohy%NetBSD.org@localhost>
date:      Wed May 16 00:52:48 2001 +0000

description:
alpha core has signal number in little endian, no in big endian.

diffstat:

 usr.bin/file/magdir/netbsd |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 708d4e5c8775 -r 1caa6a0ca36b usr.bin/file/magdir/netbsd
--- a/usr.bin/file/magdir/netbsd        Wed May 16 00:16:01 2001 +0000
+++ b/usr.bin/file/magdir/netbsd        Wed May 16 00:52:48 2001 +0000
@@ -197,7 +197,7 @@
 >10    leshort         0x0000                  stripped
 0      belong&0377777777       043200507       NetBSD/alpha core
 >12    string                  >\0             from '%s'
->32    belong                  !0              (signal %d)
+>32    lelong                  !0              (signal %d)
 
 0      belong&0377777777       043400413       NetBSD/mips demand paged
 >0     byte                    &0x80           



Home | Main Index | Thread Index | Old Index