Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/file/dist/magic/magdir Print out BE8 and LE8 fo...



details:   https://anonhg.NetBSD.org/src/rev/295eb69883bc
branches:  trunk
changeset: 789023:295eb69883bc
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Aug 04 07:49:07 2013 +0000

description:
Print out BE8 and LE8 for arm elf

diffstat:

 external/bsd/file/dist/magic/magdir/elf |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 7260c41133e8 -r 295eb69883bc external/bsd/file/dist/magic/magdir/elf
--- a/external/bsd/file/dist/magic/magdir/elf   Sun Aug 04 07:20:34 2013 +0000
+++ b/external/bsd/file/dist/magic/magdir/elf   Sun Aug 04 07:49:07 2013 +0000
@@ -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,



Home | Main Index | Thread Index | Old Index