diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-03-11 00:08:01 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-03-11 00:08:01 +0000 |
commit | 401fd2032d7b17d3805379b7d8748b8fcc9e855f (patch) | |
tree | acb6be0558ee5b55e4d2660533c5ceee348ffc5b /gnu/usr.bin/as/testscripts | |
parent | 17d68b04ff9fcd2dc603fc7fcd82bddd7ae7dc22 (diff) |
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 6b46a03eb1257..dc379e93d3fbb 100755 --- a/gnu/usr.bin/as/testscripts/doboth +++ b/gnu/usr.bin/as/testscripts/doboth @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: doboth,v 1.1 1993/10/02 21:01:07 pk Exp $ +# $Id: doboth,v 1.1 1993/11/03 00:56:17 paul Exp $ x=$1 ; shift y=$1 ; shift diff --git a/gnu/usr.bin/as/testscripts/doobjcmp b/gnu/usr.bin/as/testscripts/doobjcmp index 6c90cf9a05ffc..9fe6d907558e9 100755 --- a/gnu/usr.bin/as/testscripts/doobjcmp +++ b/gnu/usr.bin/as/testscripts/doobjcmp @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: doobjcmp,v 1.1 1993/10/02 21:01:08 pk Exp $ +# $Id: doobjcmp,v 1.1 1993/11/03 00:56:18 paul 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 aa734c0c2b9fc..6f0c2918aeedf 100755 --- a/gnu/usr.bin/as/testscripts/dostriptest +++ b/gnu/usr.bin/as/testscripts/dostriptest @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: dostriptest,v 1.1 1993/10/02 21:01:09 pk Exp $ +# $Id: dostriptest,v 1.1 1993/11/03 00:56:19 paul Exp $ x=striptest.xx.$$ y=striptest.yy.$$ diff --git a/gnu/usr.bin/as/testscripts/dotest b/gnu/usr.bin/as/testscripts/dotest index 051ee11ef7908..ff39433d32b9d 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: dotest,v 1.1 1993/10/02 21:01:10 pk Exp $ +# $Id: dotest,v 1.1 1993/11/03 00:56:21 paul Exp $ x=$1 y=$2 diff --git a/gnu/usr.bin/as/testscripts/dounsortreloc b/gnu/usr.bin/as/testscripts/dounsortreloc index 0a4771c6425ea..b990553fa6e7c 100755 --- a/gnu/usr.bin/as/testscripts/dounsortreloc +++ b/gnu/usr.bin/as/testscripts/dounsortreloc @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: dounsortreloc,v 1.1 1993/10/02 21:01:11 pk Exp $ +# $Id: dounsortreloc,v 1.1 1993/11/03 00:56:22 paul 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 2dc5acd65e003..480fe555317ef 100755 --- a/gnu/usr.bin/as/testscripts/dounsortsymbols +++ b/gnu/usr.bin/as/testscripts/dounsortsymbols @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: dounsortsymbols,v 1.1 1993/10/02 21:01:12 pk Exp $ +# $Id: dounsortsymbols,v 1.1 1993/11/03 00:56:24 paul 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. |