diff options
author | Zack Weinberg <zackw@panix.com> | 2003-12-10 22:12:50 +0000 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2003-12-10 22:12:50 +0000 |
commit | 1f6c9eb08453736ce145144dbdd0b3727e2c5592 (patch) | |
tree | f37591828f9f05c6d90404b1fd903a36bbf2125d /gas/ChangeLog | |
parent | 7ae4c3a566beba00e16dd10bb69414ffc214dcbb (diff) | |
download | gdb-1f6c9eb08453736ce145144dbdd0b3727e2c5592.zip gdb-1f6c9eb08453736ce145144dbdd0b3727e2c5592.tar.gz gdb-1f6c9eb08453736ce145144dbdd0b3727e2c5592.tar.bz2 |
opcodes:
* ppc-opc.c (MO): Make optional.
(RAO, RSO, SHO): New optional forms of RA, RS, SH operands.
(tlbwe): Accept for both PPC403 and BOOKE. Make all operands optional.
gas:
* tc-ppc.c (md_assemble): Rewrite comment about optional operands
to indicate that 'all or none' is also handled. Pluralize a
word in another comment.
gas/testsuite:
* gas/ppc/booke.s: Add two more forms of the mbar instruction
and three forms of the tlbwe instruction.
* gas/ppc/booke.d: Update to match.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2ce547e..677e0d0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2003-12-10 Zack Weinberg <zack@codesourcery.com> + + * tc-ppc.c (md_assemble): Rewrite comment about optional operands + to indicate that 'all or none' is also handled. Pluralize a + word in another comment. + 2003-12-10 Paul Brook <paul@codesourcery.com> * config/tc-arm.c (FPU_MAVERICK): Define. @@ -32,7 +38,7 @@ 2003-12-05 Ricardo Anguiano <anguiano@codesourcery.com> Mark Mitchell <mark@codesourcery.com> Richard Earnshaw <rearnsha@arm.com> - + Add V6 support. * config/tc-arm.c (ARM_EXT_V6): New macro. (ARM_ARCH_V6): Likewise. @@ -96,11 +102,11 @@ * 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, + * 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. |