Module Name:    src
Committed By:   matt
Date:           Sun Aug  4 07:49:07 UTC 2013

Modified Files:
        src/external/bsd/file/dist/magic/magdir: elf

Log Message:
Print out BE8 and LE8 for arm elf


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/file/dist/magic/magdir/elf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/file/dist/magic/magdir/elf
diff -u src/external/bsd/file/dist/magic/magdir/elf:1.6 src/external/bsd/file/dist/magic/magdir/elf:1.7
--- src/external/bsd/file/dist/magic/magdir/elf:1.6	Sat Mar 23 16:23:46 2013
+++ src/external/bsd/file/dist/magic/magdir/elf	Sun Aug  4 07:49:07 2013
@@ -109,6 +109,8 @@
 >>4	byte		1
 >>>36	lelong&0xff000000	0x04000000	EABI4
 >>>36	lelong&0xff000000	0x05000000	EABI5
+>>>36	lelong		&0x00800000	BE8
+>>>36	lelong		&0x00400000	LE8
 >18	leshort		41		Alpha,
 >18	leshort		0xa390		IBM S/390 (obsolete),
 >18	leshort		42		Renesas SH,

Reply via email to