OSDN Git Service

2003-12-03 Alexandre Oliva <aoliva@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Fri, 5 Dec 2003 01:59:55 +0000 (01:59 +0000)
committerMichael Snyder <msnyder@vmware.com>
Fri, 5 Dec 2003 01:59:55 +0000 (01:59 +0000)
commit6df61aa43ef0d47b0e1323adeb4341c9b8caadb5
treed0062ef694792bbfffff5b520abdf5c057720c2b
parent8286ea07447620f9cec22f9738f7c6b4aea3d520
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]