diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-10-27 18:12:45 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-10-27 18:12:45 +0000 |
commit | 5e1542a50163462a805aa8d8d8d3b852a45018a7 (patch) | |
tree | e5d6e49cd4e707fa14bda36612249af365e8180f | |
parent | caa7273e1ab27414f10973ff857f9281a1b240bb (diff) |
oops! one line wrong
-rw-r--r-- | usr.bin/file/magdir/elf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/file/magdir/elf b/usr.bin/file/magdir/elf index af8c04c8706..8c03e2899e0 100644 --- a/usr.bin/file/magdir/elf +++ b/usr.bin/file/magdir/elf @@ -1,4 +1,4 @@ -# $OpenBSD: elf,v 1.13 2004/10/27 15:59:16 pefo Exp $ +# $OpenBSD: elf,v 1.14 2004/10/27 18:12:44 pefo Exp $ #------------------------------------------------------------------------------ # elf: file(1) magic for ELF executables @@ -78,7 +78,6 @@ >>16 beshort 1 relocatable, >>16 beshort 2 executable, >>16 beshort 3 shared object, ->>16 beshort 4 core file, # only for MIPS >>18 beshort 8 # only for 32-bit @@ -103,6 +102,7 @@ >>>>48 belong&0xf0000000 0x70000000 MIPS64 , >>>>48 belong&0xf0000000 0x80000000 MIPS32 rel2, >>>>48 belong&0xf0000000 0x90000000 MIPS64 rel2, +>>16 beshort 4 core file, >>>400 lelong >0 (signal %d), >>16 beshort &0xff00 processor-specific, >>18 beshort 0 no machine, |