diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-11-09 00:13:08 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-11-10 00:19:49 -0500 |
commit | 1057567ea711d80f9937653179b06507827d5819 (patch) | |
tree | 51b04b724c8e1a72b0bf79e39a0cc07a91f97c2d /sim/m32c/ChangeLog | |
parent | 9b4888d5161e540f2f60f1c537cc66577094eac1 (diff) | |
download | gdb-1057567ea711d80f9937653179b06507827d5819.zip gdb-1057567ea711d80f9937653179b06507827d5819.tar.gz gdb-1057567ea711d80f9937653179b06507827d5819.tar.bz2 |
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.
Diffstat (limited to 'sim/m32c/ChangeLog')
-rw-r--r-- | sim/m32c/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/m32c/ChangeLog b/sim/m32c/ChangeLog index 582d8dd..c44e7eb 100644 --- a/sim/m32c/ChangeLog +++ b/sim/m32c/ChangeLog @@ -1,5 +1,12 @@ 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. 2015-08-05 Nick Clifton <nickc@redhat.com> |