diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-08-27 23:37:10 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-27 23:37:10 +0000 |
| commit | 9b7a44a60e11baaf94f68f81c4b30d26f31643b7 (patch) | |
| tree | 2924a51e964369416a9c4fa35679d08926d4258c /gnu/usr.bin/as/testscripts | |
| parent | 2a4562393f80633b81c11d4f7df00548d1cc3c48 (diff) | |
Notes
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 a8c33580bb0c..6762b81af116 100755 --- a/gnu/usr.bin/as/testscripts/doboth +++ b/gnu/usr.bin/as/testscripts/doboth @@ -1,5 +1,5 @@ #!/bin/sh -# $Id$ +# $FreeBSD$ x=$1 ; shift y=$1 ; shift diff --git a/gnu/usr.bin/as/testscripts/doobjcmp b/gnu/usr.bin/as/testscripts/doobjcmp index 9fbe46b13f87..6297ea4116ca 100755 --- a/gnu/usr.bin/as/testscripts/doobjcmp +++ b/gnu/usr.bin/as/testscripts/doobjcmp @@ -1,5 +1,5 @@ #!/bin/sh -# $Id$ +# $FreeBSD$ # 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 4b89df8d2d53..9cf54754c32d 100755 --- a/gnu/usr.bin/as/testscripts/dostriptest +++ b/gnu/usr.bin/as/testscripts/dostriptest @@ -1,5 +1,5 @@ #!/bin/sh -# $Id$ +# $FreeBSD$ x=striptest.xx.$$ y=striptest.yy.$$ diff --git a/gnu/usr.bin/as/testscripts/dotest b/gnu/usr.bin/as/testscripts/dotest index 8c7a28c6871a..677e864c819e 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$ +# $FreeBSD$ x=$1 y=$2 diff --git a/gnu/usr.bin/as/testscripts/dounsortreloc b/gnu/usr.bin/as/testscripts/dounsortreloc index d8da0a9d6350..667ee5dff9ef 100755 --- a/gnu/usr.bin/as/testscripts/dounsortreloc +++ b/gnu/usr.bin/as/testscripts/dounsortreloc @@ -1,5 +1,5 @@ #!/bin/sh -# $Id$ +# $FreeBSD$ # 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 8fb6db3f8798..b9b352362685 100755 --- a/gnu/usr.bin/as/testscripts/dounsortsymbols +++ b/gnu/usr.bin/as/testscripts/dounsortsymbols @@ -1,5 +1,5 @@ #!/bin/sh -# $Id$ +# $FreeBSD$ # 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. |
