]> granicus.if.org Git - file/commitdiff
kill extra spaces (Jan Kaluza)
authorChristos Zoulas <christos@zoulas.com>
Tue, 28 May 2013 21:25:25 +0000 (21:25 +0000)
committerChristos Zoulas <christos@zoulas.com>
Tue, 28 May 2013 21:25:25 +0000 (21:25 +0000)
magic/Magdir/elf

index b5ee441517a5ddf485e47191940e7b952a45e1c7..fba45404f9888f55ccd654fc71c1009d7bb884c1 100644 (file)
@@ -1,6 +1,6 @@
 
 #------------------------------------------------------------------------------
-# $File: elf,v 1.59 2013/03/21 17:50:02 christos Exp $
+# $File: elf,v 1.61 2013/05/28 17:27:13 christos Exp $
 # elf:  file(1) magic for ELF executables
 #
 # We have to check the byte order flag to see what byte order all the
 >18    leshort         97              NatSemi 32k,
 >18    leshort         106             Analog Devices Blackfin,
 >18    leshort         113             Altera Nios II,
+>18    beshort         138             LatticeMico32,
 >18    leshort         174             META,
 >18    leshort         183             ARM aarch64,
 >18    leshort         187             Tilera TILE64,
 >4     byte            1               32-bit
 >4     byte            2               64-bit
 >5     byte            0               invalid byte order
->5     byte            1               LSB 
+>5     byte            1               LSB
 >>0    use             elf-le
->5     byte            2               MSB 
+>5     byte            2               MSB
 >>0    use             \^elf-le
 # Up to now only 0, 1 and 2 are defined; I've seen a file with 0x83, it seemed
 # like proper ELF, but extracting the string had bad results.