diff options
| author | Nick Clifton <nickc@redhat.com> | 2013-03-20 16:56:34 +0000 |
|---|---|---|
| committer | Nick Clifton <nickc@redhat.com> | 2013-03-20 16:56:34 +0000 |
| commit | 0fe1b31bca6f1cbb9b3b9fbade71ea37c7eaf6eb (patch) | |
| tree | ad61081160f753f73b0cdcfa283f0e12f74d224a /include/opcode/ChangeLog | |
| parent | de2e02904ef3f4bdb5e7f959bd82f8c76f8aa10a (diff) | |
| download | newlib-0fe1b31bca6f1cbb9b3b9fbade71ea37c7eaf6eb.tar.gz newlib-0fe1b31bca6f1cbb9b3b9fbade71ea37c7eaf6eb.tar.bz2 newlib-0fe1b31bca6f1cbb9b3b9fbade71ea37c7eaf6eb.zip | |
PR gas/15082
* tic6x-opcode-table.h: Rename mpydp's specific operand type macro
from ORREGD1324 to ORXREGD1324 and make it cross-path-able through
tic6x_operand_xregpair operand coding type.
Make mpydp instruction cross-path-able, ie: remove the FIXed 'x'
opcode field, usu ORXREGD1324 for the src2 operand and remove the
TIC6X_FLAG_NO_CROSS.
* gas/tic6x/insns-bad-1.s: Remove test-case for mpydp with
cross-path.
* gas/tic6x/insns-bad-1.l: Update expected output.
* gas/tic6x/insns-c674x.s: Add a test-case for mpydp with
cross-path.
* gas/tic6x/insns-c674x.d: Update expected output.
Diffstat (limited to 'include/opcode/ChangeLog')
| -rw-r--r-- | include/opcode/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 69d0859e1..cc7ef5fb1 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,5 +1,15 @@ 2013-03-20 Alexis Deruelle <alexis.deruelle@gmail.com> + PR gas/15082 + * tic6x-opcode-table.h: Rename mpydp's specific operand type macro + from ORREGD1324 to ORXREGD1324 and make it cross-path-able through + tic6x_operand_xregpair operand coding type. + Make mpydp instruction cross-path-able, ie: remove the FIXed 'x' + opcode field, usu ORXREGD1324 for the src2 operand and remove the + TIC6X_FLAG_NO_CROSS. + +2013-03-20 Alexis Deruelle <alexis.deruelle@gmail.com> + PR gas/15095 * tic6x.h (enum tic6x_coding_method): Add tic6x_coding_dreg_(msb|lsb) field coding type in order to encode |
