diff options
-rw-r--r-- | usr.bin/file/magdir/bout | 9 | ||||
-rw-r--r-- | usr.bin/file/magdir/unknown | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/usr.bin/file/magdir/bout b/usr.bin/file/magdir/bout new file mode 100644 index 00000000000..ab771fedec6 --- /dev/null +++ b/usr.bin/file/magdir/bout @@ -0,0 +1,9 @@ +# +# i80960 b.out objects and archives +# +0 long 0x10d i960 b.out relocatable object +>16 long >0 not stripped +# +# b.out archive (hp-rt on i960) +0 string !<bout> b.out archive +>8 string __.SYMDEF random library diff --git a/usr.bin/file/magdir/unknown b/usr.bin/file/magdir/unknown index 843dc2936db..910cea48e07 100644 --- a/usr.bin/file/magdir/unknown +++ b/usr.bin/file/magdir/unknown @@ -15,7 +15,7 @@ # 0x10B is 0413; that's VAX demand-paged, but this is a short, not a # long, as it would be on a VAX. # -# 0x10C is 0414, 0x10D is 0415, and 0x10E is 416; those *are* unknown. +# 0x10C is 0414 and 0x10E is 416; those *are* unknown. # 0 short 0x107 unknown machine executable >8 short >0 not stripped @@ -31,6 +31,4 @@ >15 byte >0 - version %ld 0 long 0x10c unknown demand paged pure executable >16 long >0 not stripped -0 long 0x10d unknown demand paged pure executable ->16 long >0 not stripped 0 long 0x10e unknown readable demand paged pure executable |