
This brings our tree to NetBSD 7.0, as found on -current on the 10-10-2015. This updates: - LLVM to 3.6.1 - GCC to GCC 5.1 - Replace minix/commands/zdump with usr.bin/zdump - external/bsd/libelf has moved to /external/bsd/elftoolchain/ - Import ctwm - Drop sprintf from libminc Change-Id: I149836ac18e9326be9353958bab9b266efb056f0
15 lines
414 B
Plaintext
15 lines
414 B
Plaintext
|
|
#------------------------------------------------------------------------------
|
|
# $File: bflt,v 1.5 2014/04/30 21:41:02 christos Exp $
|
|
# bFLT: file(1) magic for BFLT uclinux binary files
|
|
#
|
|
# From Philippe De Muyter <phdm@macqel.be>
|
|
#
|
|
0 string bFLT BFLT executable
|
|
>4 belong x - version %d
|
|
>4 belong 4
|
|
>>36 belong&0x1 0x1 ram
|
|
>>36 belong&0x2 0x2 gotpic
|
|
>>36 belong&0x4 0x4 gzip
|
|
>>36 belong&0x8 0x8 gzdata
|