84d9c625bf
- Fix for possible unset uid/gid in toproto - Fix for default mtree style - Update libelf - Importing libexecinfo - Resynchronize GCC, mpc, gmp, mpfr - build.sh: Replace params with show-params. This has been done as the make target has been renamed in the same way, while a new target named params has been added. This new target generates a file containing all the parameters, instead of printing it on the console. - Update test48 with new etc/services (Fix by Ben Gras <ben@minix3.org) get getservbyport() out of the inner loop Change-Id: Ie6ad5226fa2621ff9f0dee8782ea48f9443d2091
33 lines
1.1 KiB
Text
33 lines
1.1 KiB
Text
|
|
#------------------------------------------------------------------------------
|
|
# $File: bsdi,v 1.6 2013/01/09 22:37:24 christos Exp $
|
|
# bsdi: file(1) magic for BSD/OS (from BSDI) objects
|
|
# Some object/executable formats use the same magic numbers as are used
|
|
# in other OSes; those are handled by entries in aout.
|
|
#
|
|
|
|
0 lelong 0314 386 compact demand paged pure executable
|
|
>16 lelong >0 not stripped
|
|
>32 byte 0x6a (uses shared libs)
|
|
|
|
# same as in SunOS 4.x, except for static shared libraries
|
|
0 belong&077777777 0600413 sparc demand paged
|
|
>0 byte &0x80
|
|
>>20 belong <4096 shared library
|
|
>>20 belong =4096 dynamically linked executable
|
|
>>20 belong >4096 dynamically linked executable
|
|
>0 byte ^0x80 executable
|
|
>16 belong >0 not stripped
|
|
>36 belong 0xb4100001 (uses shared libs)
|
|
|
|
0 belong&077777777 0600410 sparc pure
|
|
>0 byte &0x80 dynamically linked executable
|
|
>0 byte ^0x80 executable
|
|
>16 belong >0 not stripped
|
|
>36 belong 0xb4100001 (uses shared libs)
|
|
|
|
0 belong&077777777 0600407 sparc
|
|
>0 byte &0x80 dynamically linked executable
|
|
>0 byte ^0x80 executable
|
|
>16 belong >0 not stripped
|
|
>36 belong 0xb4100001 (uses shared libs)
|