• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

修訂a8067ea8594da345428ec9cf428a3a847ef4f98d (tree)
時間2016-06-05 05:39:46
作者Christian Groessler <chris@groe...>
CommiterChristian Groessler

Log Message

ld/testsuite/ld-z8k/test-ld.sh: Remove. Checked in by mistake.

Change Summary

  • delete: ld/testsuite/ld-z8k/test-ld.sh

差異

--- a/ld/testsuite/ld-z8k/test-ld.sh
+++ /dev/null
@@ -1,19 +0,0 @@
1-#!/bin/bash
2-# use files from ~/tmp/binutils-gdb/ld/testsuite/ld-z8k
3-
4-SRCDIR=~/tmp/binutils-gdb/ld/testsuite/ld-z8k
5-
6-set -e
7-
8-z8k-coff-as -I $SRCDIR -o this-file.o $SRCDIR/this-file.s
9-z8k-coff-as -I $SRCDIR -o other-file.o $SRCDIR/other-file.s
10-z8k-coff-ld -o reloc.coff -L$SRCDIR -T reloc.ld this-file.o other-file.o
11-z8k-coff-objdump -dr reloc.coff
12-
13-z8k-coff-as -z8001 -I $SRCDIR -o this-fileseg.o $SRCDIR/this-file.s
14-z8k-coff-as -z8001 -I $SRCDIR -o other-fileseg.o $SRCDIR/other-file.s
15-z8k-coff-ld -o relocseg.coff -mz8001 -L$SRCDIR -T reloc.ld this-fileseg.o other-fileseg.o
16-z8k-coff-objdump -dr relocseg.coff
17-
18-z8k-coff-ld -o relocseg2.coff -mz8001 -L$SRCDIR -T relocseg.ld this-fileseg.o other-fileseg.o
19-z8k-coff-objdump -dr relocseg2.coff