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
21 lines
722 B
Text
21 lines
722 B
Text
|
|
#------------------------------------------------------------------------------
|
|
# $File: llvm,v 1.8 2013/01/12 03:09:51 christos Exp $
|
|
# llvm: file(1) magic for LLVM byte-codes
|
|
# URL: http://llvm.org/docs/BitCodeFormat.html
|
|
# From: Al Stone <ahs3@fc.hp.com>
|
|
|
|
0 string llvm LLVM byte-codes, uncompressed
|
|
0 string llvc0 LLVM byte-codes, null compression
|
|
0 string llvc1 LLVM byte-codes, gzip compression
|
|
0 string llvc2 LLVM byte-codes, bzip2 compression
|
|
|
|
0 lelong 0x0b17c0de LLVM bitcode, wrapper
|
|
# Are these Mach-O ABI values? They appear to be.
|
|
>16 lelong 0x01000007 x86_64
|
|
>16 lelong 0x00000007 i386
|
|
>16 lelong 0x00000012 ppc
|
|
>16 lelong 0x01000012 ppc64
|
|
>16 lelong 0x0000000c arm
|
|
|
|
0 string BC\xc0\xde LLVM IR bitcode
|