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 6762b81af116..32e7d758cbc2 100755 --- a/gnu/usr.bin/as/testscripts/doboth +++ b/gnu/usr.bin/as/testscripts/doboth @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/gnu/usr.bin/as/testscripts/doboth,v 1.4 1999/08/27 23:34:34 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 6297ea4116ca..1304cec2c3f7 100755 --- a/gnu/usr.bin/as/testscripts/doobjcmp +++ b/gnu/usr.bin/as/testscripts/doobjcmp @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/gnu/usr.bin/as/testscripts/doobjcmp,v 1.4 1999/08/27 23:34:35 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 9cf54754c32d..53684edebf63 100755 --- a/gnu/usr.bin/as/testscripts/dostriptest +++ b/gnu/usr.bin/as/testscripts/dostriptest @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/gnu/usr.bin/as/testscripts/dostriptest,v 1.4 1999/08/27 23:34:35 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 677e864c819e..cc85a54dd1da 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 -# $FreeBSD$ +# $FreeBSD: src/gnu/usr.bin/as/testscripts/dotest,v 1.4 1999/08/27 23:34:35 peter Exp $ x=$1 y=$2 diff --git a/gnu/usr.bin/as/testscripts/dounsortreloc b/gnu/usr.bin/as/testscripts/dounsortreloc index 667ee5dff9ef..70f7ef033cb5 100755 --- a/gnu/usr.bin/as/testscripts/dounsortreloc +++ b/gnu/usr.bin/as/testscripts/dounsortreloc @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/gnu/usr.bin/as/testscripts/dounsortreloc,v 1.4 1999/08/27 23:34:35 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 b9b352362685..2d6e7f6ee115 100755 --- a/gnu/usr.bin/as/testscripts/dounsortsymbols +++ b/gnu/usr.bin/as/testscripts/dounsortsymbols @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/gnu/usr.bin/as/testscripts/dounsortsymbols,v 1.4 1999/08/27 23:34:36 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. |
