[binutils-gdb] ld/testsuite/ld-z8k/test-ld.sh: Remove. Checked in by mistake.
Christian Groessler
cpg@sourceware.org
Sat Jun 4 20:41:00 GMT 2016
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a8067ea8594da345428ec9cf428a3a847ef4f98d
commit a8067ea8594da345428ec9cf428a3a847ef4f98d
Author: Christian Groessler <chris@groessler.org>
Date: Sat Jun 4 22:39:46 2016 +0200
ld/testsuite/ld-z8k/test-ld.sh: Remove. Checked in by mistake.
Diff:
---
ld/testsuite/ld-z8k/test-ld.sh | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/ld/testsuite/ld-z8k/test-ld.sh b/ld/testsuite/ld-z8k/test-ld.sh
deleted file mode 100755
index 0d6ee6b..0000000
--- a/ld/testsuite/ld-z8k/test-ld.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/bash
-# use files from ~/tmp/binutils-gdb/ld/testsuite/ld-z8k
-
-SRCDIR=~/tmp/binutils-gdb/ld/testsuite/ld-z8k
-
-set -e
-
-z8k-coff-as -I $SRCDIR -o this-file.o $SRCDIR/this-file.s
-z8k-coff-as -I $SRCDIR -o other-file.o $SRCDIR/other-file.s
-z8k-coff-ld -o reloc.coff -L$SRCDIR -T reloc.ld this-file.o other-file.o
-z8k-coff-objdump -dr reloc.coff
-
-z8k-coff-as -z8001 -I $SRCDIR -o this-fileseg.o $SRCDIR/this-file.s
-z8k-coff-as -z8001 -I $SRCDIR -o other-fileseg.o $SRCDIR/other-file.s
-z8k-coff-ld -o relocseg.coff -mz8001 -L$SRCDIR -T reloc.ld this-fileseg.o other-fileseg.o
-z8k-coff-objdump -dr relocseg.coff
-
-z8k-coff-ld -o relocseg2.coff -mz8001 -L$SRCDIR -T relocseg.ld this-fileseg.o other-fileseg.o
-z8k-coff-objdump -dr relocseg2.coff
More information about the Binutils-cvs
mailing list