sim: m32c: move test code to testsuite

Various target code belongs in the testsuite/ subdir, so move the m32c
code to match all the other targets.
This commit is contained in:
Mike Frysinger 2015-11-09 00:13:08 -05:00
parent 9b4888d516
commit 1057567ea7
8 changed files with 17 additions and 26 deletions

View File

@ -1,3 +1,10 @@
2015-11-09 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (sample.x, sample.mot, sample2.x, sample2.o, gloss.o):
Delete targets.
* blinky.S: Moved to ../testsuite/sim/m32c/.
* gloss.S, sample.ld, sample.S, sample2.c: Likewise.
2015-11-09 Mike Frysinger <vapier@gentoo.org>
* Makefile.in: Delete redundant dependency info.

View File

@ -40,8 +40,6 @@ SIM_OBJS = \
trace.o \
$(ENDLIST)
# SIM_EXTRA_ALL = sample.x sample2.x
LIBS = $B/bfd/libbfd.a $B/libiberty/libiberty.a
## COMMON_POST_CONFIG_FRAG
@ -57,22 +55,6 @@ m32c.c : m32c.opc opc2c
opc2c : opc2c.o safe-fgets.o
$(CC_FOR_BUILD) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) $^ -o $@ $(BUILD_LIBS)
sample.x : $(srcdir)/sample.S $(srcdir)/sample.ld
../../gcc/xgcc $(CPUFLAGS) -B../../gcc/ -c $(srcdir)/sample.S -o sample.o
../../ld/ld-new sample.o -o sample.x -T$(srcdir)/sample.ld
sample.mot : sample.x
../../binutils/objcopy --srec-forceS3 -O srec sample.x sample.mot
sample2.x : sample2.o gloss.o $(srcdir)/sample.ld
../../ld/ld-new sample2.o gloss.o -o sample2.x -T$(srcdir)/sample.ld
sample2.o : $(srcdir)/sample2.c
../../gcc/xgcc $(CPUFLAGS) -B../../gcc/ -c $(srcdir)/sample2.c -o sample2.o
gloss.o : $(srcdir)/gloss.S
../../gcc/xgcc $(CPUFLAGS) -B../../gcc/ -c $(srcdir)/gloss.S -o gloss.o
encodings:
grep '/\* [01]' $(srcdir)/r8c.opc | sort

View File

@ -0,0 +1,4 @@
2015-11-09 Mike Frysinger <vapier@gentoo.org>
* blinky.s: Moved from ../../../m32c/.
* gloss.s, sample.ld, sample.s, sample2.c: Likewise.

View File

@ -1,5 +1,5 @@
;;; blinky.S --- sample program to blink LED's on M32C simulator
;;;
;;; blinky.s --- sample program to blink LED's on M32C simulator
;;;
;;; Copyright (C) 2005-2015 Free Software Foundation, Inc.
;;; Contributed by Red Hat, Inc.
;;;

View File

@ -1,5 +1,5 @@
;;; gloss.S --- system calls for sample2.x
;;;
;;; gloss.s --- system calls for sample2.x
;;;
;;; Copyright (C) 2005-2015 Free Software Foundation, Inc.
;;; Contributed by Red Hat, Inc.
;;;

View File

@ -1,5 +1,5 @@
;;; sample.S --- simple test program for M32C simulator
;;;
;;; sample.s --- simple test program for M32C simulator
;;;
;;; Copyright (C) 2005-2015 Free Software Foundation, Inc.
;;; Contributed by Red Hat, Inc.
;;;
@ -18,8 +18,6 @@
;;; You should have received a copy of the GNU General Public License
;;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; See the 'sample.x' and sample.mot targets in Makefile.in.
.text
.global _start