]> granicus.if.org Git - file/commitdiff
Added parrot
authorChristos Zoulas <christos@zoulas.com>
Thu, 8 Jul 2010 20:18:40 +0000 (20:18 +0000)
committerChristos Zoulas <christos@zoulas.com>
Thu, 8 Jul 2010 20:18:40 +0000 (20:18 +0000)
magic/Magdir/parrot [new file with mode: 0644]
magic/Makefile.am

diff --git a/magic/Magdir/parrot b/magic/Magdir/parrot
new file mode 100644 (file)
index 0000000..400b311
--- /dev/null
@@ -0,0 +1,22 @@
+#------------------------------------------------------------------------------
+# $File$
+# parrot: file(1) magic for Parrot Virtual Machine
+# URL: http://www.lua.org/
+# From: Lubomir Rintel <lkundrak@v3.sk>
+
+# Compiled Parrot byte code
+0      string  \376PBC\r\n\032\n       Parrot bytecode
+>64    byte    x                       %d.
+>72    byte    x                       \b%d,
+>8     byte    >0                      %d byte words,
+>16    byte    0                       little-endian,
+>16    byte    1                       big-endian,
+>32    byte    0                       IEEE-754 8 byte double floats,
+>32    byte    1                       x86 12 byte long double floats,
+>32    byte    2                       IEEE-754 16 byte long double floats,
+>32    byte    3                       MIPS 16 byte long double floats,
+>32    byte    4                       AIX 16 byte long double floats,
+>32    byte    5                       4-byte floats,
+>40    byte    x                       Parrot %d.
+>48    byte    x                       \b%d.
+>56    byte    x                       \b%d
index 124988d2ce69cffcff0957dcef8cbddf084c9883..619717395a96452b7299b0202671238df8e3cd19 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $File: Makefile.am,v 1.54 2010/03/27 16:17:09 christos Exp $
+# $File: Makefile.am,v 1.55 2010/07/02 00:07:39 christos Exp $
 #
 MAGIC_FRAGMENT_BASE = Magdir
 MAGIC_DIR = $(top_srcdir)/magic
@@ -152,6 +152,7 @@ $(MAGIC_FRAGMENT_DIR)/os9 \
 $(MAGIC_FRAGMENT_DIR)/osf1 \
 $(MAGIC_FRAGMENT_DIR)/palm \
 $(MAGIC_FRAGMENT_DIR)/parix \
+$(MAGIC_FRAGMENT_DIR)/parrot \
 $(MAGIC_FRAGMENT_DIR)/pbm \
 $(MAGIC_FRAGMENT_DIR)/pdf \
 $(MAGIC_FRAGMENT_DIR)/pdp \