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 Look at the proper offse...



details:   https://anonhg.NetBSD.org/src/rev/0d442f104b80
branches:  trunk
changeset: 777548:0d442f104b80
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Feb 22 18:25:12 2012 +0000

description:
Look at the proper offsets for MD info, depending on the size of the binary
32 or 64.

diffstat:

 external/bsd/file/dist/magic/magdir/elf |  77 +++++++++++++++++++++------------
 1 files changed, 49 insertions(+), 28 deletions(-)

diffs (146 lines):

diff -r e62fe16cad17 -r 0d442f104b80 external/bsd/file/dist/magic/magdir/elf
--- a/external/bsd/file/dist/magic/magdir/elf   Wed Feb 22 17:57:36 2012 +0000
+++ b/external/bsd/file/dist/magic/magdir/elf   Wed Feb 22 18:25:12 2012 +0000
@@ -40,9 +40,10 @@
 >>18   leshort         2               SPARC - invalid byte order,
 >>18   leshort         3               Intel 80386,
 >>18   leshort         4               Motorola
->>>36  lelong          &0x01000000     68000 - invalid byte order,
->>>36  lelong          &0x00810000     CPU32 - invalid byte order,
->>>36  lelong          0               68020 - invalid byte order,
+>>>4   byte            1
+>>>>36 lelong          &0x01000000     68000 - invalid byte order,
+>>>>36 lelong          &0x00810000     CPU32 - invalid byte order,
+>>>>36 lelong          0               68020 - invalid byte order,
 >>18   leshort         5               Motorola 88000 - invalid byte order,
 >>18   leshort         6               Intel 80486,
 >>18   leshort         7               Intel 80860,
@@ -50,9 +51,11 @@
 # The second number (#10) will be deprecated later. For now, we still
 # say something if #10 is encountered, but only gory details for #8.
 >>18   leshort         8               MIPS,
->>>36  lelong          &0x20           N32
+>>>4   byte            1
+>>>>36 lelong          &0x20           N32
 >>18   leshort         10              MIPS,
->>>36  lelong          &0x20           N32
+>>>4   byte            1
+>>>>36 lelong          &0x20           N32
 >>18   leshort         8
 # only for 32-bit
 >>>4   byte            1
@@ -80,8 +83,14 @@
 >>18   leshort         10              MIPS (deprecated),
 >>18   leshort         11              RS6000 - invalid byte order,
 >>18   leshort         15              PA-RISC - invalid byte order,
->>>50  leshort         0x0214          2.0
->>>48  leshort         &0x0008         (LP64),
+# only for 32-bit
+>>>4   byte            1
+>>>>38 leshort         0x0214          2.0
+>>>>36 leshort         &0x0008         (LP64)
+# only for 64-bit
+>>>4   byte            2
+>>>>50 leshort         0x0214          2.0
+>>>>48 leshort         &0x0008         (LP64)
 >>18   leshort         16              nCUBE,
 >>18   leshort         17              Fujitsu VPP500,
 >>18   leshort         18              SPARC32PLUS - invalid byte order,
@@ -157,7 +166,6 @@
 >>18   leshort         0x9026          Alpha (unofficial),
 >>20   lelong          0               invalid version
 >>20   lelong          1               version 1
->>36   lelong          1               MathCoPro/FPU/MAU Required
 >5     byte            2               MSB
 >>16   beshort         0               no file type,
 !:mime application/octet-stream
@@ -177,17 +185,20 @@
 >>18   beshort         2               SPARC,
 >>18   beshort         3               Intel 80386 - invalid byte order,
 >>18   beshort         4               Motorola
->>>36  belong          &0x01000000     68000,
->>>36  belong          &0x00810000     CPU32,
->>>36  belong          0               68020,
+>>>4   byte            1
+>>>>36 belong          &0x01000000     68000,
+>>>>36 belong          &0x00810000     CPU32,
+>>>>36 belong          0               68020,
 >>18   beshort         5               Motorola 88000,
 >>18   beshort         6               Intel 80486 - invalid byte order,
 >>18   beshort         7               Intel 80860,
 # only for MIPS - see comment in little-endian section above.
 >>18   beshort         8               MIPS,
->>>36  belong          &0x20           N32
+>>>4   byte            1
+>>>>36 belong          &0x20           N32
 >>18   beshort         10              MIPS,
->>>36  belong          &0x20           N32
+>>>4   byte            1
+>>>>36 belong          &0x20           N32
 >>18   beshort         8
 # only for 32-bit
 >>>4   byte            1
@@ -215,15 +226,23 @@
 >>18   beshort         10              MIPS (deprecated),
 >>18   beshort         11              RS6000,
 >>18   beshort         15              PA-RISC
->>>50  beshort         0x0214          2.0
->>>48  beshort         &0x0008         (LP64)
+# only for 32-bit
+>>>4   byte            1
+>>>>38 beshort         0x0214          2.0
+>>>>36 beshort         &0x0008         (LP64)
+# only for 64-bit
+>>>4   byte            2
+>>>>50 beshort         0x0214          2.0
+>>>>48 beshort         &0x0008         (LP64)
 >>18   beshort         16              nCUBE,
 >>18   beshort         17              Fujitsu VPP500,
 >>18   beshort         18              SPARC32PLUS,
->>>36  belong&0xffff00 0x000100        V8+ Required,
->>>36  belong&0xffff00 0x000200        Sun UltraSPARC1 Extensions Required,
->>>36  belong&0xffff00 0x000400        HaL R1 Extensions Required,
->>>36  belong&0xffff00 0x000800        Sun UltraSPARC3 Extensions Required,
+# only for 32-bit
+>>>4   byte            1
+>>>>36 belong&0xffff00 0x000100        V8+ Required,
+>>>>36 belong&0xffff00 0x000200        Sun UltraSPARC1 Extensions Required,
+>>>>36 belong&0xffff00 0x000400        HaL R1 Extensions Required,
+>>>>36 belong&0xffff00 0x000800        Sun UltraSPARC3 Extensions Required,
 >>18   beshort         20              PowerPC or cisco 4500,
 >>18   beshort         21              64-bit PowerPC or cisco 7500,
 >>18   beshort         22              IBM S/390,
@@ -238,12 +257,13 @@
 >>18   beshort         41              Alpha,
 >>18   beshort         42              Renesas SH,
 >>18   beshort         43              SPARC V9,
->>>48  belong&0xffff00 0x000200        Sun UltraSPARC1 Extensions Required,
->>>48  belong&0xffff00 0x000400        HaL R1 Extensions Required,
->>>48  belong&0xffff00 0x000800        Sun UltraSPARC3 Extensions Required,
->>>48  belong&0x3      0               total store ordering,
->>>48  belong&0x3      1               partial store ordering,
->>>48  belong&0x3      2               relaxed memory ordering,
+>>>4   byte            2
+>>>>48 belong&0xffff00 0x000200        Sun UltraSPARC1 Extensions Required,
+>>>>48 belong&0xffff00 0x000400        HaL R1 Extensions Required,
+>>>>48 belong&0xffff00 0x000800        Sun UltraSPARC3 Extensions Required,
+>>>>48 belong&0x3      0               total store ordering,
+>>>>48 belong&0x3      1               partial store ordering,
+>>>>48 belong&0x3      2               relaxed memory ordering,
 >>18   beshort         44              Siemens Tricore Embedded Processor,
 >>18   beshort         45              Argonaut RISC Core, Argonaut Technologies Inc.,
 >>18   beshort         46              Renesas H8/300,
@@ -268,9 +288,10 @@
 >>18   beshort         0x18ad          AVR32 (unofficial),
 >>18   beshort         0x9026          Alpha (unofficial),
 >>18   beshort         0xa390          IBM S/390 (obsolete),
->>20   belong          0               invalid version
->>20   belong          1               version 1
->>36   belong          1               MathCoPro/FPU/MAU Required
+>>>20  belong          0               invalid version
+>>>20  belong          1               version 1
+>>>4   byte            1
+>>>>36 belong          1               MathCoPro/FPU/MAU Required
 # 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.
 >4      byte            <0x80



Home | Main Index | Thread Index | Old Index