diff options
Diffstat (limited to 'gnu/usr.bin/as/testscripts')
-rwxr-xr-x | gnu/usr.bin/as/testscripts/doboth | 2 | ||||
-rwxr-xr-x | gnu/usr.bin/as/testscripts/doobjcmp | 2 | ||||
-rwxr-xr-x | gnu/usr.bin/as/testscripts/dostriptest | 2 | ||||
-rwxr-xr-x | gnu/usr.bin/as/testscripts/dotest | 2 | ||||
-rwxr-xr-x | gnu/usr.bin/as/testscripts/dounsortreloc | 2 | ||||
-rwxr-xr-x | gnu/usr.bin/as/testscripts/dounsortsymbols | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/gnu/usr.bin/as/testscripts/doboth b/gnu/usr.bin/as/testscripts/doboth index a8c33580bb0c5..0ca88b7e7694d 100755 --- a/gnu/usr.bin/as/testscripts/doboth +++ b/gnu/usr.bin/as/testscripts/doboth @@ -1,5 +1,5 @@ #!/bin/sh -# $Id$ +# $Id: doboth,v 1.3 1997/02/22 15:44:33 peter Exp $ x=$1 ; shift y=$1 ; shift diff --git a/gnu/usr.bin/as/testscripts/doobjcmp b/gnu/usr.bin/as/testscripts/doobjcmp index 9fbe46b13f870..5369543cdbfe1 100755 --- a/gnu/usr.bin/as/testscripts/doobjcmp +++ b/gnu/usr.bin/as/testscripts/doobjcmp @@ -1,5 +1,5 @@ #!/bin/sh -# $Id$ +# $Id: doobjcmp,v 1.3 1997/02/22 15:44:33 peter Exp $ # compare two object files, in depth. x=$1 diff --git a/gnu/usr.bin/as/testscripts/dostriptest b/gnu/usr.bin/as/testscripts/dostriptest index 4b89df8d2d53e..5066052f8aae2 100755 --- a/gnu/usr.bin/as/testscripts/dostriptest +++ b/gnu/usr.bin/as/testscripts/dostriptest @@ -1,5 +1,5 @@ #!/bin/sh -# $Id$ +# $Id: dostriptest,v 1.3 1997/02/22 15:44:34 peter Exp $ x=striptest.xx.$$ y=striptest.yy.$$ diff --git a/gnu/usr.bin/as/testscripts/dotest b/gnu/usr.bin/as/testscripts/dotest index 8c7a28c6871a4..7843eb9b7f8d5 100755 --- a/gnu/usr.bin/as/testscripts/dotest +++ b/gnu/usr.bin/as/testscripts/dotest @@ -1,6 +1,6 @@ #!/bin/sh # ad hoc debug tool -# $Id$ +# $Id: dotest,v 1.3 1997/02/22 15:44:35 peter Exp $ x=$1 y=$2 diff --git a/gnu/usr.bin/as/testscripts/dounsortreloc b/gnu/usr.bin/as/testscripts/dounsortreloc index d8da0a9d63503..7ff4f02fb3357 100755 --- a/gnu/usr.bin/as/testscripts/dounsortreloc +++ b/gnu/usr.bin/as/testscripts/dounsortreloc @@ -1,5 +1,5 @@ #!/bin/sh -# $Id$ +# $Id: dounsortreloc,v 1.3 1997/02/22 15:44:36 peter Exp $ # objdump the reloc table, but strip off the headings and reloc # numbers and sort the result. Intended for use in comparing reloc # tables that may not be in the same order. diff --git a/gnu/usr.bin/as/testscripts/dounsortsymbols b/gnu/usr.bin/as/testscripts/dounsortsymbols index 8fb6db3f87988..6660733448782 100755 --- a/gnu/usr.bin/as/testscripts/dounsortsymbols +++ b/gnu/usr.bin/as/testscripts/dounsortsymbols @@ -1,5 +1,5 @@ #!/bin/sh -# $Id$ +# $Id: dounsortsymbols,v 1.3 1997/02/22 15:44:37 peter Exp $ # objdump the symbol table, but strip off the headings and symbol # numbers and sort the result. Intended for use in comparing symbol # tables that may not be in the same order. |