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 Add EABI4 and EABI5 for arm



details:   https://anonhg.NetBSD.org/src/rev/885039ce1a43
branches:  trunk
changeset: 780723:885039ce1a43
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Aug 04 15:51:20 2012 +0000

description:
Add EABI4 and EABI5 for arm

diffstat:

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

diffs (23 lines):

diff -r dc5a976325a6 -r 885039ce1a43 external/bsd/file/dist/magic/magdir/elf
--- a/external/bsd/file/dist/magic/magdir/elf   Sat Aug 04 15:50:16 2012 +0000
+++ b/external/bsd/file/dist/magic/magdir/elf   Sat Aug 04 15:51:20 2012 +0000
@@ -101,6 +101,9 @@
 >>18   leshort         38              TRW RH-32,
 >>18   leshort         39              Motorola RCE,
 >>18   leshort         40              ARM,
+>>>4   byte            1
+>>>>36  lelong&0xff000000      0x04000000      EABI4
+>>>>36  lelong&0xff000000      0x05000000      EABI5
 >>18   leshort         41              Alpha,
 >>18   leshort         0xa390          IBM S/390 (obsolete),
 >>18   leshort         42              Renesas SH,
@@ -254,6 +257,9 @@
 >>18   beshort         38              TRW RH-32,
 >>18   beshort         39              Motorola RCE,
 >>18   beshort         40              ARM,
+>>>4   byte            2
+>>>>36  belong&0xff000000      0x04000000      EABI4
+>>>>36  belong&0xff000000      0x05000000      EABI5
 >>18   beshort         41              Alpha,
 >>18   beshort         42              Renesas SH,
 >>18   beshort         43              SPARC V9,



Home | Main Index | Thread Index | Old Index