Source-Changes-HG archive

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

[src/netbsd-1-5]: src/usr.bin/file/magdir Pull up revisions 1.1-1.2 (new, req...



details:   https://anonhg.NetBSD.org/src/rev/e274c8f00e6f
branches:  netbsd-1-5
changeset: 491318:e274c8f00e6f
user:      he <he%NetBSD.org@localhost>
date:      Mon Apr 23 21:35:46 2001 +0000

description:
Pull up revisions 1.1-1.2 (new, requested by itojun):
  Recognize Hitachi-SH COFF binaries.

diffstat:

 usr.bin/file/magdir/hitachi-sh |  18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diffs (22 lines):

diff -r 200a8e04d431 -r e274c8f00e6f usr.bin/file/magdir/hitachi-sh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.bin/file/magdir/hitachi-sh    Mon Apr 23 21:35:46 2001 +0000
@@ -0,0 +1,18 @@
+
+#------------------------------------------------------------------------------
+# hitach-sh: file(1) magic for Hitachi Super-H
+#
+# Super-H COFF
+#
+0      beshort         0x0500          Hitachi SH big-endian COFF
+>18    beshort&0x0002  =0x0000         object
+>18    beshort&0x0002  =0x0002         executable
+>18    beshort&0x0008  =0x0000         \b, stripped
+>18    beshort&0x0008  =0x0008         \b, not stripped
+#
+0      leshort         0x0550          Hitachi SH little-endian COFF
+>18    leshort&0x0002  =0x0000         object
+>18    leshort&0x0002  =0x0002         executable
+>18    leshort&0x0008  =0x0000         \b, stripped
+>18    leshort&0x0008  =0x0008         \b, not stripped
+



Home | Main Index | Thread Index | Old Index