diff options
author | Michael Snyder <msnyder@vmware.com> | 2003-12-05 22:00:39 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2003-12-05 22:00:39 +0000 |
commit | bbf5b05dbfc1a0f84571aed1cd5c4f9775385644 (patch) | |
tree | 8960da05dddcb4f89455a67faa7a3fc026c47b17 /gas | |
parent | 2af2aeb01d35bef158d942c1c1e285f7b934c853 (diff) | |
download | gdb-bbf5b05dbfc1a0f84571aed1cd5c4f9775385644.zip gdb-bbf5b05dbfc1a0f84571aed1cd5c4f9775385644.tar.gz gdb-bbf5b05dbfc1a0f84571aed1cd5c4f9775385644.tar.bz2 |
Don't blame aoliva for my work.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ed96e5d..155e4c1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,5 @@ + * + 2003-12-05 Nick Clifton <nickc@redhat.com> * config/tc-sh.c (md_show_usage): Fix compilation errors @@ -5,13 +7,16 @@ 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. + * config/tc-sh.c: Add support for sh4a and no-fpu variants. * 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. + +2003-12-05 Michael Snyder <msnyder@redhat.com> + + * config/tc-sh.c (md_show_usage): Mention new -isa options. * doc/c-sh.texi: Document new -isa options. * doc/c-sh64.texi: Ditto. * NEWS: Mention new support for sh4a. |