diff options
author | 2004-10-27 18:12:44 +0000 | |
---|---|---|
committer | 2004-10-27 18:12:44 +0000 | |
commit | 8dc5149d5bfa09ea23e24ec7703a6f70ace65add (patch) | |
tree | 2efb3a10192d67f4b2966d0b9a51712552afcd56 | |
parent | Add support to find DWARF call fame info in shared libraries. (diff) | |
download | wireguard-openbsd-8dc5149d5bfa09ea23e24ec7703a6f70ace65add.tar.xz wireguard-openbsd-8dc5149d5bfa09ea23e24ec7703a6f70ace65add.zip |
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, |