OSDN Git Service

2003-12-03 Alexandre Oliva <aoliva@redhat.com>
authormsnyder <msnyder>
Fri, 5 Dec 2003 01:59:53 +0000 (01:59 +0000)
committermsnyder <msnyder>
Fri, 5 Dec 2003 01:59:53 +0000 (01:59 +0000)
commitdc0463eb73fc9991d82257a6b3ef5bd5d9fe0bc1
tree11cecdff2c6fa88f8c84b86b0a912056d7df1d06
parent31fb609902dfab88bceb06e00f622643ffd21f3b
2003-12-03  Alexandre Oliva  <aoliva@redhat.com>

* config/tc-sh.c: Add support for sh4a and no-fpu variants,
with appropriate additions to md_show_usage.
* testsuite/gas/sh/basic.exp: Call tests for sh4a.
* testsuite/gas/sh/{err-sh4a-fp.s, err-sh4a.s,
err-sh4al-dsp.s, sh4a-dsp.d, sh4a-dsp.s, sh4a-fp.d,
sh4a-fp.s, sh4a.d, sh4a.s, sh4al-dsp.d, sh4al-dsp.s:
New files, tests for sh4a and related variants.
* doc/c-sh.texi: Document new -isa options.
* doc/c-sh64.texi: Ditto.
* NEWS: Mention new support for sh4a.
17 files changed:
gas/ChangeLog
gas/NEWS
gas/config/tc-sh.c
gas/doc/c-sh.texi
gas/doc/c-sh64.texi
gas/testsuite/gas/sh/basic.exp
gas/testsuite/gas/sh/err-sh4a-fp.s [new file with mode: 0644]
gas/testsuite/gas/sh/err-sh4a.s [new file with mode: 0644]
gas/testsuite/gas/sh/err-sh4al-dsp.s [new file with mode: 0644]
gas/testsuite/gas/sh/sh4a-dsp.d [new file with mode: 0644]
gas/testsuite/gas/sh/sh4a-dsp.s [new file with mode: 0644]
gas/testsuite/gas/sh/sh4a-fp.d [new file with mode: 0644]
gas/testsuite/gas/sh/sh4a-fp.s [new file with mode: 0644]
gas/testsuite/gas/sh/sh4a.d [new file with mode: 0644]
gas/testsuite/gas/sh/sh4a.s [new file with mode: 0644]
gas/testsuite/gas/sh/sh4al-dsp.d [new file with mode: 0644]
gas/testsuite/gas/sh/sh4al-dsp.s [new file with mode: 0644]