patch-2.4.22 linux-2.4.22/arch/cris/drivers/lpslave/bintocarr.pl
Next file: linux-2.4.22/arch/cris/drivers/lpslave/e100lpslave.S
Previous file: linux-2.4.22/arch/cris/drivers/ide.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
2003-08-25 04:44:39.000000000 -0700
- Orig file:
linux-2.4.21/arch/cris/drivers/lpslave/bintocarr.pl
- Orig date:
2001-10-08 11:43:54.000000000 -0700
diff -urN linux-2.4.21/arch/cris/drivers/lpslave/bintocarr.pl linux-2.4.22/arch/cris/drivers/lpslave/bintocarr.pl
@@ -1,5 +1,5 @@
#!/usr/bin/perl -w
-# $Id: bintocarr.pl,v 1.4 2001/08/08 08:18:13 bjarne Exp $
+
# Copy of mkjulbin.pl made by Olof
# convert a binary stdin to a C-file containing a char array of the input
# first argument is the symbol name
@@ -27,4 +27,3 @@
$lensymb = ("_" . ($symbol . "_length"));
print "__asm__(\"\\t.globl $lensymb\\n$lensymb = $bcount\\n\");\n";
-
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)